COLOR #D8D3AE

HEX: #D8D3AE
RGB: (216,211,174)

Color info

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

RGB color model

#D8D3AE color RGB value is (216,211,174).

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

RGB channels and saturation

R 216 of 255 = 85%
G 211 of 255 = 83%
B 174 of 255 = 68%

216
211
174

R + G + B ~ 79%. #D8D3AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
216 + 211 + 174 = 601 (100%)
R 216 of 601 ~ 35.94%
G 211 of 601 ~ 35.11%
B 174 of 601 ~ 28.95%

%35.94
%35.11
%28.95

CMYK color model

#D8D3AE color CMYK value is (0,2,19,15).

  • cyan value is 0.00%
  • magenta value is 2.31%
  • yellow value is 19.44%
  • key color value is 15.29%
CMYK:
(0,2,19,15)
C0M2Y19K15 
(0%,2%,19%,15%)
(0.00/0.02/0.19/0.15)	

CMYK percentages

%0
%2.31
%19.44
%15.29

Codes

Color #D8D3AE in popluar color models

D8D3AE
RGB216211174
HSL53°35.00%76.47%
HSB/HSV53°19.44%84.71%
CMYK0.00%2.31%19.44%
15.29%

Color #D8D3AE in popluar number systems.

HEXD8D3AE
Decimal216211174
Binary110110001101001110101110
Octal330323256

Shades and tints

Shades of #D8D3AE

#D8D3AE
(216,211,174)
#C5C09F
(197,192,159)
#B2AD90
(178,173,144)
#9F9A81
(159,154,129)
#8C8772
(140,135,114)
#797463
(121,116,99)
#666154
(102,97,84)
#534E45
(83,78,69)
#403B36
(64,59,54)
#2D2827
(45,40,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #D8D3AE

#D8D3AE
(216,211,174)
#DBD7B5
(219,215,181)
#DEDBBC
(222,219,188)
#E1DFC3
(225,223,195)
#E4E3CA
(228,227,202)
#E7E7D1
(231,231,209)
#EAEBD8
(234,235,216)
#EDEFDF
(237,239,223)
#F0F3E6
(240,243,230)
#F3F7ED
(243,247,237)
#F6FBF4
(246,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8D3AE; }

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

This text font color is #D8D3AE.


Background Color

.myBgColor { background-color: #D8D3AE; }

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

This div background color is #D8D3AE.


Border color

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

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

This div border color is #D8D3AE.


Opacity

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

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

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

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

This text has shadow with #D8D3AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8D3AE on black background.


Color preview on white background

This text has color #D8D3AE on white background.



Black color preview on #D8D3AE background

This text has black color on #D8D3AE background.


White color preview on #D8D3AE background

This text has white color on #D8D3AE background.