COLOR #D0C9BB

HEX: #D0C9BB
RGB: (208,201,187)

Color info

#D0C9BB contains red, green and blue colors in about the same proportion. Web safe color of #D0C9BB is #CCCCCC (or #CCC).

RGB color model

#D0C9BB color RGB value is (208,201,187).

  • red value is 208;
  • green value is 201;
  • blue value is 187.
RGB:
(208,201,187)
(82%,79%,73%)

RGB channels and saturation

R 208 of 255 = 82%
G 201 of 255 = 79%
B 187 of 255 = 73%

208
201
187

R + G + B ~ 78%. #D0C9BB is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 201 + 187 = 596 (100%)
R 208 of 596 ~ 34.9%
G 201 of 596 ~ 33.72%
B 187 of 596 ~ 31.38%

%34.9
%33.72
%31.38

CMYK color model

#D0C9BB color CMYK value is (0,3,10,18).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 10.10%
  • key color value is 18.43%
CMYK:
(0,3,10,18)
C0M3Y10K18 
(0%,3%,10%,18%)
(0.00/0.03/0.10/0.18)	

CMYK percentages

%0
%3.37
%10.1
%18.43

Codes

Color #D0C9BB in popluar color models

D0C9BB
RGB208201187
HSL40°18.26%77.45%
HSB/HSV40°10.10%81.57%
CMYK0.00%3.37%10.10%
18.43%

Color #D0C9BB in popluar number systems.

HEXD0C9BB
Decimal208201187
Binary110100001100100110111011
Octal320311273

Shades and tints

Shades of #D0C9BB

#D0C9BB
(208,201,187)
#BEB7AA
(190,183,170)
#ACA599
(172,165,153)
#9A9388
(154,147,136)
#888177
(136,129,119)
#766F66
(118,111,102)
#645D55
(100,93,85)
#524B44
(82,75,68)
#403933
(64,57,51)
#2E2722
(46,39,34)
#1C1511
(28,21,17)
#000000
(0,0,0)

Tints of #D0C9BB

#D0C9BB
(208,201,187)
#D4CDC1
(212,205,193)
#D8D1C7
(216,209,199)
#DCD5CD
(220,213,205)
#E0D9D3
(224,217,211)
#E4DDD9
(228,221,217)
#E8E1DF
(232,225,223)
#ECE5E5
(236,229,229)
#F0E9EB
(240,233,235)
#F4EDF1
(244,237,241)
#F8F1F7
(248,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C9BB color. Also use rgb(208,201,187) instead hex code.

Text Font Color

.myTextColor { color: #D0C9BB; }

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

This text font color is #D0C9BB.


Background Color

.myBgColor { background-color: #D0C9BB; }

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

This div background color is #D0C9BB.


Border color

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

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

This div border color is #D0C9BB.


Opacity

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

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

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

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

This text has shadow with #D0C9BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C9BB on black background.


Color preview on white background

This text has color #D0C9BB on white background.



Black color preview on #D0C9BB background

This text has black color on #D0C9BB background.


White color preview on #D0C9BB background

This text has white color on #D0C9BB background.