COLOR #D8CA9D

HEX: #D8CA9D
RGB: (216,202,157)

Color info

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

RGB color model

#D8CA9D color RGB value is (216,202,157).

  • red value is 216;
  • green value is 202;
  • blue value is 157.
RGB:
(216,202,157)
(85%,79%,62%)

RGB channels and saturation

R 216 of 255 = 85%
G 202 of 255 = 79%
B 157 of 255 = 62%

216
202
157

R + G + B ~ 75%. #D8CA9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 202 + 157 = 575 (100%)
R 216 of 575 ~ 37.57%
G 202 of 575 ~ 35.13%
B 157 of 575 ~ 27.3%

%37.57
%35.13
%27.3

CMYK color model

#D8CA9D color CMYK value is (0,6,27,15).

  • cyan value is 0.00%
  • magenta value is 6.48%
  • yellow value is 27.31%
  • key color value is 15.29%
CMYK:
(0,6,27,15)
C0M6Y27K15 
(0%,6%,27%,15%)
(0.00/0.06/0.27/0.15)	

CMYK percentages

%0
%6.48
%27.31
%15.29

Codes

Color #D8CA9D in popluar color models

D8CA9D
RGB216202157
HSL46°43.07%73.14%
HSB/HSV46°27.31%84.71%
CMYK0.00%6.48%27.31%
15.29%

Color #D8CA9D in popluar number systems.

HEXD8CA9D
Decimal216202157
Binary110110001100101010011101
Octal330312235

Shades and tints

Shades of #D8CA9D

#D8CA9D
(216,202,157)
#C5B88F
(197,184,143)
#B2A681
(178,166,129)
#9F9473
(159,148,115)
#8C8265
(140,130,101)
#797057
(121,112,87)
#665E49
(102,94,73)
#534C3B
(83,76,59)
#403A2D
(64,58,45)
#2D281F
(45,40,31)
#1A1611
(26,22,17)
#000000
(0,0,0)

Tints of #D8CA9D

#D8CA9D
(216,202,157)
#DBCEA5
(219,206,165)
#DED2AD
(222,210,173)
#E1D6B5
(225,214,181)
#E4DABD
(228,218,189)
#E7DEC5
(231,222,197)
#EAE2CD
(234,226,205)
#EDE6D5
(237,230,213)
#F0EADD
(240,234,221)
#F3EEE5
(243,238,229)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8CA9D color. Also use rgb(216,202,157) instead hex code.

Text Font Color

.myTextColor { color: #D8CA9D; }

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

This text font color is #D8CA9D.


Background Color

.myBgColor { background-color: #D8CA9D; }

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

This div background color is #D8CA9D.


Border color

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

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

This div border color is #D8CA9D.


Opacity

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

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

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

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

This text has shadow with #D8CA9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8CA9D on black background.


Color preview on white background

This text has color #D8CA9D on white background.



Black color preview on #D8CA9D background

This text has black color on #D8CA9D background.


White color preview on #D8CA9D background

This text has white color on #D8CA9D background.