COLOR #D8CBB9

HEX: #D8CBB9
RGB: (216,203,185)

Color info

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

RGB color model

#D8CBB9 color RGB value is (216,203,185).

  • red value is 216;
  • green value is 203;
  • blue value is 185.
RGB:
(216,203,185)
(85%,80%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 203 of 255 = 80%
B 185 of 255 = 73%

216
203
185

R + G + B ~ 79%. #D8CBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 203 + 185 = 604 (100%)
R 216 of 604 ~ 35.76%
G 203 of 604 ~ 33.61%
B 185 of 604 ~ 30.63%

%35.76
%33.61
%30.63

CMYK color model

#D8CBB9 color CMYK value is (0,6,14,15).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 14.35%
  • key color value is 15.29%
CMYK:
(0,6,14,15)
C0M6Y14K15 
(0%,6%,14%,15%)
(0.00/0.06/0.14/0.15)	

CMYK percentages

%0
%6.02
%14.35
%15.29

Codes

Color #D8CBB9 in popluar color models

D8CBB9
RGB216203185
HSL35°28.44%78.63%
HSB/HSV35°14.35%84.71%
CMYK0.00%6.02%14.35%
15.29%

Color #D8CBB9 in popluar number systems.

HEXD8CBB9
Decimal216203185
Binary110110001100101110111001
Octal330313271

Shades and tints

Shades of #D8CBB9

#D8CBB9
(216,203,185)
#C5B9A9
(197,185,169)
#B2A799
(178,167,153)
#9F9589
(159,149,137)
#8C8379
(140,131,121)
#797169
(121,113,105)
#665F59
(102,95,89)
#534D49
(83,77,73)
#403B39
(64,59,57)
#2D2929
(45,41,41)
#1A1719
(26,23,25)
#000000
(0,0,0)

Tints of #D8CBB9

#D8CBB9
(216,203,185)
#DBCFBF
(219,207,191)
#DED3C5
(222,211,197)
#E1D7CB
(225,215,203)
#E4DBD1
(228,219,209)
#E7DFD7
(231,223,215)
#EAE3DD
(234,227,221)
#EDE7E3
(237,231,227)
#F0EBE9
(240,235,233)
#F3EFEF
(243,239,239)
#F6F3F5
(246,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CBB9 color. Also use rgb(216,203,185) instead hex code.

Text Font Color

.myTextColor { color: #D8CBB9; }

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

This text font color is #D8CBB9.


Background Color

.myBgColor { background-color: #D8CBB9; }

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

This div background color is #D8CBB9.


Border color

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

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

This div border color is #D8CBB9.


Opacity

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

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

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

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

This text has shadow with #D8CBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CBB9 on black background.


Color preview on white background

This text has color #D8CBB9 on white background.



Black color preview on #D8CBB9 background

This text has black color on #D8CBB9 background.


White color preview on #D8CBB9 background

This text has white color on #D8CBB9 background.