COLOR #D6C8AE

HEX: #D6C8AE
RGB: (214,200,174)

Color info

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

RGB color model

#D6C8AE color RGB value is (214,200,174).

  • red value is 214;
  • green value is 200;
  • blue value is 174.
RGB:
(214,200,174)
(84%,78%,68%)

RGB channels and saturation

R 214 of 255 = 84%
G 200 of 255 = 78%
B 174 of 255 = 68%

214
200
174

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

Portions of RGB colors in percentages

R + G + B =
214 + 200 + 174 = 588 (100%)
R 214 of 588 ~ 36.39%
G 200 of 588 ~ 34.01%
B 174 of 588 ~ 29.59%

%36.39
%34.01
%29.59

CMYK color model

#D6C8AE color CMYK value is (0,7,19,16).

  • cyan value is 0.00%
  • magenta value is 6.54%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK:
(0,7,19,16)
C0M7Y19K16 
(0%,7%,19%,16%)
(0.00/0.07/0.19/0.16)	

CMYK percentages

%0
%6.54
%18.69
%16.08

Codes

Color #D6C8AE in popluar color models

D6C8AE
RGB214200174
HSL39°32.79%76.08%
HSB/HSV39°18.69%83.92%
CMYK0.00%6.54%18.69%
16.08%

Color #D6C8AE in popluar number systems.

HEXD6C8AE
Decimal214200174
Binary110101101100100010101110
Octal326310256

Shades and tints

Shades of #D6C8AE

#D6C8AE
(214,200,174)
#C3B69F
(195,182,159)
#B0A490
(176,164,144)
#9D9281
(157,146,129)
#8A8072
(138,128,114)
#776E63
(119,110,99)
#645C54
(100,92,84)
#514A45
(81,74,69)
#3E3836
(62,56,54)
#2B2627
(43,38,39)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #D6C8AE

#D6C8AE
(214,200,174)
#D9CDB5
(217,205,181)
#DCD2BC
(220,210,188)
#DFD7C3
(223,215,195)
#E2DCCA
(226,220,202)
#E5E1D1
(229,225,209)
#E8E6D8
(232,230,216)
#EBEBDF
(235,235,223)
#EEF0E6
(238,240,230)
#F1F5ED
(241,245,237)
#F4FAF4
(244,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6C8AE color. Also use rgb(214,200,174) instead hex code.

Text Font Color

.myTextColor { color: #D6C8AE; }

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

This text font color is #D6C8AE.


Background Color

.myBgColor { background-color: #D6C8AE; }

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

This div background color is #D6C8AE.


Border color

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

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

This div border color is #D6C8AE.


Opacity

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

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

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

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

This text has shadow with #D6C8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6C8AE on black background.


Color preview on white background

This text has color #D6C8AE on white background.



Black color preview on #D6C8AE background

This text has black color on #D6C8AE background.


White color preview on #D6C8AE background

This text has white color on #D6C8AE background.