COLOR #D8CCAB

HEX: #D8CCAB
RGB: (216,204,171)

Color info

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

RGB color model

#D8CCAB color RGB value is (216,204,171).

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

RGB channels and saturation

R 216 of 255 = 85%
G 204 of 255 = 80%
B 171 of 255 = 67%

216
204
171

R + G + B ~ 77%. #D8CCAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 204 + 171 = 591 (100%)
R 216 of 591 ~ 36.55%
G 204 of 591 ~ 34.52%
B 171 of 591 ~ 28.93%

%36.55
%34.52
%28.93

CMYK color model

#D8CCAB color CMYK value is (0,6,21,15).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 20.83%
  • key color value is 15.29%
CMYK:
(0,6,21,15)
C0M6Y21K15 
(0%,6%,21%,15%)
(0.00/0.06/0.21/0.15)	

CMYK percentages

%0
%5.56
%20.83
%15.29

Codes

Color #D8CCAB in popluar color models

D8CCAB
RGB216204171
HSL44°36.59%75.88%
HSB/HSV44°20.83%84.71%
CMYK0.00%5.56%20.83%
15.29%

Color #D8CCAB in popluar number systems.

HEXD8CCAB
Decimal216204171
Binary110110001100110010101011
Octal330314253

Shades and tints

Shades of #D8CCAB

#D8CCAB
(216,204,171)
#C5BA9C
(197,186,156)
#B2A88D
(178,168,141)
#9F967E
(159,150,126)
#8C846F
(140,132,111)
#797260
(121,114,96)
#666051
(102,96,81)
#534E42
(83,78,66)
#403C33
(64,60,51)
#2D2A24
(45,42,36)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #D8CCAB

#D8CCAB
(216,204,171)
#DBD0B2
(219,208,178)
#DED4B9
(222,212,185)
#E1D8C0
(225,216,192)
#E4DCC7
(228,220,199)
#E7E0CE
(231,224,206)
#EAE4D5
(234,228,213)
#EDE8DC
(237,232,220)
#F0ECE3
(240,236,227)
#F3F0EA
(243,240,234)
#F6F4F1
(246,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8CCAB; }

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

This text font color is #D8CCAB.


Background Color

.myBgColor { background-color: #D8CCAB; }

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

This div background color is #D8CCAB.


Border color

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

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

This div border color is #D8CCAB.


Opacity

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

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

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

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

This text has shadow with #D8CCAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CCAB on black background.


Color preview on white background

This text has color #D8CCAB on white background.



Black color preview on #D8CCAB background

This text has black color on #D8CCAB background.


White color preview on #D8CCAB background

This text has white color on #D8CCAB background.