COLOR #D8C3BB

HEX: #D8C3BB
RGB: (216,195,187)

Color info

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

RGB color model

#D8C3BB color RGB value is (216,195,187).

  • red value is 216;
  • green value is 195;
  • blue value is 187.
RGB:
(216,195,187)
(85%,76%,73%)

RGB channels and saturation

R 216 of 255 = 85%
G 195 of 255 = 76%
B 187 of 255 = 73%

216
195
187

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

Portions of RGB colors in percentages

R + G + B =
216 + 195 + 187 = 598 (100%)
R 216 of 598 ~ 36.12%
G 195 of 598 ~ 32.61%
B 187 of 598 ~ 31.27%

%36.12
%32.61
%31.27

CMYK color model

#D8C3BB color CMYK value is (0,10,13,15).

  • cyan value is 0.00%
  • magenta value is 9.72%
  • yellow value is 13.43%
  • key color value is 15.29%
CMYK:
(0,10,13,15)
C0M10Y13K15 
(0%,10%,13%,15%)
(0.00/0.10/0.13/0.15)	

CMYK percentages

%0
%9.72
%13.43
%15.29

Codes

Color #D8C3BB in popluar color models

D8C3BB
RGB216195187
HSL17°27.10%79.02%
HSB/HSV17°13.43%84.71%
CMYK0.00%9.72%13.43%
15.29%

Color #D8C3BB in popluar number systems.

HEXD8C3BB
Decimal216195187
Binary110110001100001110111011
Octal330303273

Shades and tints

Shades of #D8C3BB

#D8C3BB
(216,195,187)
#C5B2AA
(197,178,170)
#B2A199
(178,161,153)
#9F9088
(159,144,136)
#8C7F77
(140,127,119)
#796E66
(121,110,102)
#665D55
(102,93,85)
#534C44
(83,76,68)
#403B33
(64,59,51)
#2D2A22
(45,42,34)
#1A1911
(26,25,17)
#000000
(0,0,0)

Tints of #D8C3BB

#D8C3BB
(216,195,187)
#DBC8C1
(219,200,193)
#DECDC7
(222,205,199)
#E1D2CD
(225,210,205)
#E4D7D3
(228,215,211)
#E7DCD9
(231,220,217)
#EAE1DF
(234,225,223)
#EDE6E5
(237,230,229)
#F0EBEB
(240,235,235)
#F3F0F1
(243,240,241)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C3BB color. Also use rgb(216,195,187) instead hex code.

Text Font Color

.myTextColor { color: #D8C3BB; }

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

This text font color is #D8C3BB.


Background Color

.myBgColor { background-color: #D8C3BB; }

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

This div background color is #D8C3BB.


Border color

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

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

This div border color is #D8C3BB.


Opacity

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

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

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

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

This text has shadow with #D8C3BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C3BB on black background.


Color preview on white background

This text has color #D8C3BB on white background.



Black color preview on #D8C3BB background

This text has black color on #D8C3BB background.


White color preview on #D8C3BB background

This text has white color on #D8C3BB background.