COLOR #D8CEAB

HEX: #D8CEAB
RGB: (216,206,171)

Color info

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

RGB color model

#D8CEAB color RGB value is (216,206,171).

  • red value is 216;
  • green value is 206;
  • blue value is 171.
RGB:
(216,206,171)
(85%,81%,67%)

RGB channels and saturation

R 216 of 255 = 85%
G 206 of 255 = 81%
B 171 of 255 = 67%

216
206
171

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

Portions of RGB colors in percentages

R + G + B =
216 + 206 + 171 = 593 (100%)
R 216 of 593 ~ 36.42%
G 206 of 593 ~ 34.74%
B 171 of 593 ~ 28.84%

%36.42
%34.74
%28.84

CMYK color model

#D8CEAB color CMYK value is (0,5,21,15).

  • cyan value is 0.00%
  • magenta value is 4.63%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(0,5,21,15)
C0M5Y21K15 
(0%,5%,21%,15%)
(0.00/0.05/0.21/0.15)	

CMYK percentages

%0
%4.63
%20.83
%15.29

Codes

Color #D8CEAB in popluar color models

D8CEAB
RGB216206171
HSL47°36.59%75.88%
HSB/HSV47°20.83%84.71%
CMYK0.00%4.63%20.83%
15.29%

Color #D8CEAB in popluar number systems.

HEXD8CEAB
Decimal216206171
Binary110110001100111010101011
Octal330316253

Shades and tints

Shades of #D8CEAB

#D8CEAB
(216,206,171)
#C5BC9C
(197,188,156)
#B2AA8D
(178,170,141)
#9F987E
(159,152,126)
#8C866F
(140,134,111)
#797460
(121,116,96)
#666251
(102,98,81)
#535042
(83,80,66)
#403E33
(64,62,51)
#2D2C24
(45,44,36)
#1A1A15
(26,26,21)
#000000
(0,0,0)

Tints of #D8CEAB

#D8CEAB
(216,206,171)
#DBD2B2
(219,210,178)
#DED6B9
(222,214,185)
#E1DAC0
(225,218,192)
#E4DEC7
(228,222,199)
#E7E2CE
(231,226,206)
#EAE6D5
(234,230,213)
#EDEADC
(237,234,220)
#F0EEE3
(240,238,227)
#F3F2EA
(243,242,234)
#F6F6F1
(246,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CEAB color. Also use rgb(216,206,171) instead hex code.

Text Font Color

.myTextColor { color: #D8CEAB; }

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

This text font color is #D8CEAB.


Background Color

.myBgColor { background-color: #D8CEAB; }

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

This div background color is #D8CEAB.


Border color

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

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

This div border color is #D8CEAB.


Opacity

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

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

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

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

This text has shadow with #D8CEAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CEAB on black background.


Color preview on white background

This text has color #D8CEAB on white background.



Black color preview on #D8CEAB background

This text has black color on #D8CEAB background.


White color preview on #D8CEAB background

This text has white color on #D8CEAB background.