COLOR #D1B8AC

HEX: #D1B8AC
RGB: (209,184,172)

Color info

#D1B8AC contains red, green and blue colors in about the same proportion. Web safe color of #D1B8AC is #CCCC99 (or #CC9).

RGB color model

#D1B8AC color RGB value is (209,184,172).

  • red value is 209;
  • green value is 184;
  • blue value is 172.
RGB:
(209,184,172)
(82%,72%,67%)

RGB channels and saturation

R 209 of 255 = 82%
G 184 of 255 = 72%
B 172 of 255 = 67%

209
184
172

R + G + B ~ 74%. #D1B8AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 184 + 172 = 565 (100%)
R 209 of 565 ~ 36.99%
G 184 of 565 ~ 32.57%
B 172 of 565 ~ 30.44%

%36.99
%32.57
%30.44

CMYK color model

#D1B8AC color CMYK value is (0,12,18,18).

  • cyan value is 0.00%
  • magenta value is 11.96%
  • yellow value is 17.70%
  • key color value is 18.04%
CMYK:
(0,12,18,18)
C0M12Y18K18 
(0%,12%,18%,18%)
(0.00/0.12/0.18/0.18)	

CMYK percentages

%0
%11.96
%17.7
%18.04

Codes

Color #D1B8AC in popluar color models

D1B8AC
RGB209184172
HSL19°28.68%74.71%
HSB/HSV19°17.70%81.96%
CMYK0.00%11.96%17.70%
18.04%

Color #D1B8AC in popluar number systems.

HEXD1B8AC
Decimal209184172
Binary110100011011100010101100
Octal321270254

Shades and tints

Shades of #D1B8AC

#D1B8AC
(209,184,172)
#BEA89D
(190,168,157)
#AB988E
(171,152,142)
#98887F
(152,136,127)
#857870
(133,120,112)
#726861
(114,104,97)
#5F5852
(95,88,82)
#4C4843
(76,72,67)
#393834
(57,56,52)
#262825
(38,40,37)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #D1B8AC

#D1B8AC
(209,184,172)
#D5BEB3
(213,190,179)
#D9C4BA
(217,196,186)
#DDCAC1
(221,202,193)
#E1D0C8
(225,208,200)
#E5D6CF
(229,214,207)
#E9DCD6
(233,220,214)
#EDE2DD
(237,226,221)
#F1E8E4
(241,232,228)
#F5EEEB
(245,238,235)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1B8AC color. Also use rgb(209,184,172) instead hex code.

Text Font Color

.myTextColor { color: #D1B8AC; }

<p style="color:#D1B8AC">This sample text font color is #D1B8AC.</p>

This text font color is #D1B8AC.


Background Color

.myBgColor { background-color: #D1B8AC; }

<div style="background-color:#D1B8AC">Inner text</div>

This div background color is #D1B8AC.


Border color

.myBorderColor { border: 1px solid #D1B8AC; }

<div style="border:3px solid #D1B8AC">Div</div>

This div border color is #D1B8AC.


Opacity

.myOpacity80 { color: #D1B8AC; opacity: 0.8; }

<p style="color:#D1B8AC;opacity:0.8;">80%</p>

Text with #D1B8AC color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #D1B8AC;}

<p style="text-shadow: 3px 3px 1px #D1B8AC">Text here.</p>

This text has shadow with #D1B8AC color.

.textShadow {text-shadow: 3px 3px 1px #D1B8AC, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #D1B8AC, 5px 5px 20px red">Text here.</p>

This text has shadow with #D1B8AC primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#D1B8AC, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#D1B8AC, Direction=45, Strength=4)">Text</p>

This text has shadow with #D1B8AC and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #D1B8AC;
  -webkit-box-shadow:	1px 1px 3px 2px #D1B8AC;
  box-shadow:		1px 1px 3px 2px #D1B8AC;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #D1B8AC;
-webkit-box-shadow: 1px 1px 3px 2px #D1B8AC;
box-shadow:1px 1px 3px 2px #D1B8AC;">
Div content here</div>
This div box has shadow with color #D1B8AC.

Preview

Color preview on black background

This text has color #D1B8AC on black background.


Color preview on white background

This text has color #D1B8AC on white background.



Black color preview on #D1B8AC background

This text has black color on #D1B8AC background.


White color preview on #D1B8AC background

This text has white color on #D1B8AC background.