COLOR #D8C5AE

HEX: #D8C5AE
RGB: (216,197,174)

Color info

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

RGB color model

#D8C5AE color RGB value is (216,197,174).

  • red value is 216;
  • green value is 197;
  • blue value is 174.
RGB:
(216,197,174)
(85%,77%,68%)

RGB channels and saturation

R 216 of 255 = 85%
G 197 of 255 = 77%
B 174 of 255 = 68%

216
197
174

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

Portions of RGB colors in percentages

R + G + B =
216 + 197 + 174 = 587 (100%)
R 216 of 587 ~ 36.8%
G 197 of 587 ~ 33.56%
B 174 of 587 ~ 29.64%

%36.8
%33.56
%29.64

CMYK color model

#D8C5AE color CMYK value is (0,9,19,15).

  • cyan value is 0.00%
  • magenta value is 8.80%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK:
(0,9,19,15)
C0M9Y19K15 
(0%,9%,19%,15%)
(0.00/0.09/0.19/0.15)	

CMYK percentages

%0
%8.8
%19.44
%15.29

Codes

Color #D8C5AE in popluar color models

D8C5AE
RGB216197174
HSL33°35.00%76.47%
HSB/HSV33°19.44%84.71%
CMYK0.00%8.80%19.44%
15.29%

Color #D8C5AE in popluar number systems.

HEXD8C5AE
Decimal216197174
Binary110110001100010110101110
Octal330305256

Shades and tints

Shades of #D8C5AE

#D8C5AE
(216,197,174)
#C5B49F
(197,180,159)
#B2A390
(178,163,144)
#9F9281
(159,146,129)
#8C8172
(140,129,114)
#797063
(121,112,99)
#665F54
(102,95,84)
#534E45
(83,78,69)
#403D36
(64,61,54)
#2D2C27
(45,44,39)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #D8C5AE

#D8C5AE
(216,197,174)
#DBCAB5
(219,202,181)
#DECFBC
(222,207,188)
#E1D4C3
(225,212,195)
#E4D9CA
(228,217,202)
#E7DED1
(231,222,209)
#EAE3D8
(234,227,216)
#EDE8DF
(237,232,223)
#F0EDE6
(240,237,230)
#F3F2ED
(243,242,237)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8C5AE color. Also use rgb(216,197,174) instead hex code.

Text Font Color

.myTextColor { color: #D8C5AE; }

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

This text font color is #D8C5AE.


Background Color

.myBgColor { background-color: #D8C5AE; }

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

This div background color is #D8C5AE.


Border color

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

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

This div border color is #D8C5AE.


Opacity

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

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

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

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

This text has shadow with #D8C5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8C5AE on black background.


Color preview on white background

This text has color #D8C5AE on white background.



Black color preview on #D8C5AE background

This text has black color on #D8C5AE background.


White color preview on #D8C5AE background

This text has white color on #D8C5AE background.