COLOR #D0B4AC

HEX: #D0B4AC
RGB: (208,180,172)

Color info

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

RGB color model

#D0B4AC color RGB value is (208,180,172).

  • red value is 208;
  • green value is 180;
  • blue value is 172.
RGB:
(208,180,172)
(82%,71%,67%)

RGB channels and saturation

R 208 of 255 = 82%
G 180 of 255 = 71%
B 172 of 255 = 67%

208
180
172

R + G + B ~ 73%. #D0B4AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 180 + 172 = 560 (100%)
R 208 of 560 ~ 37.14%
G 180 of 560 ~ 32.14%
B 172 of 560 ~ 30.71%

%37.14
%32.14
%30.71

CMYK color model

#D0B4AC color CMYK value is (0,13,17,18).

  • cyan value is 0.00%
  • magenta value is 13.46%
  • yellow value is 17.31%
  • key color value is 18.43%
CMYK:
(0,13,17,18)
C0M13Y17K18 
(0%,13%,17%,18%)
(0.00/0.13/0.17/0.18)	

CMYK percentages

%0
%13.46
%17.31
%18.43

Codes

Color #D0B4AC in popluar color models

D0B4AC
RGB208180172
HSL13°27.69%74.51%
HSB/HSV13°17.31%81.57%
CMYK0.00%13.46%17.31%
18.43%

Color #D0B4AC in popluar number systems.

HEXD0B4AC
Decimal208180172
Binary110100001011010010101100
Octal320264254

Shades and tints

Shades of #D0B4AC

#D0B4AC
(208,180,172)
#BEA49D
(190,164,157)
#AC948E
(172,148,142)
#9A847F
(154,132,127)
#887470
(136,116,112)
#766461
(118,100,97)
#645452
(100,84,82)
#524443
(82,68,67)
#403434
(64,52,52)
#2E2425
(46,36,37)
#1C1416
(28,20,22)
#000000
(0,0,0)

Tints of #D0B4AC

#D0B4AC
(208,180,172)
#D4BAB3
(212,186,179)
#D8C0BA
(216,192,186)
#DCC6C1
(220,198,193)
#E0CCC8
(224,204,200)
#E4D2CF
(228,210,207)
#E8D8D6
(232,216,214)
#ECDEDD
(236,222,221)
#F0E4E4
(240,228,228)
#F4EAEB
(244,234,235)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0B4AC color. Also use rgb(208,180,172) instead hex code.

Text Font Color

.myTextColor { color: #D0B4AC; }

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

This text font color is #D0B4AC.


Background Color

.myBgColor { background-color: #D0B4AC; }

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

This div background color is #D0B4AC.


Border color

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

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

This div border color is #D0B4AC.


Opacity

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

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

Text with #D0B4AC 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 #D0B4AC;}

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

This text has shadow with #D0B4AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0B4AC on black background.


Color preview on white background

This text has color #D0B4AC on white background.



Black color preview on #D0B4AC background

This text has black color on #D0B4AC background.


White color preview on #D0B4AC background

This text has white color on #D0B4AC background.