COLOR #D6CDAE

HEX: #D6CDAE RGB: (214,205,174)

Color info

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

RGB color model

#D6CDAE color RGB value is (214,205,174).

RGB: (214,205,174) (84%, 80%, 68%)

RGB channels and saturation

R 214 of 255 = 84%
G 205 of 255 = 80%
B 174 of 255 = 68%

214
205
174

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

Portions of RGB colors in percentages

R + G + B = 214 + 205 + 174 = 593 (100%)
R 214 of 593 ~ 36.09%
G 205 of 593 ~ 34.57%
B 174 of 593 ~ 29.34'%

%36.09
%34.57
%29.34

CMYK color model

#D6CDAE color CMYK value is (0,4,19,16).

  • cyan value is 0.00%
  • magenta value is 4.21%
  • yellow value is 18.69%
  • key color value is 16.08%

CMYK: (0,4,19,16)
C0M4Y19K16 (0%, 4%, 19%, 16%)
(0.00 / 0.04 / 0.19 / 0.16)

CMYK percentages

%0
%4.21
%18.69
%16.08

Codes

Color #D6CDAE in popluar color models

D6 CD AE
RGB 214 205 174
HSL 47° 32.79% 76.08%
HSB/HSV 47° 18.69% 83.92%
CMYK 0.00% 4.21% 18.69%
16.08%

Color #D6CDAE in popluar number systems.

HEX D6 CD AE
Decimal 214 205 174
Binary 11010110 11001101 10101110
Octal 326 315 256

Shades and tints

Shades of #D6CDAE

#D6CDAE
(214,205,174)
#C3BB9F
(195,187,159)
#B0A990
(176,169,144)
#9D9781
(157,151,129)
#8A8572
(138,133,114)
#777363
(119,115,99)
#646154
(100,97,84)
#514F45
(81,79,69)
#3E3D36
(62,61,54)
#2B2B27
(43,43,39)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #D6CDAE

#D6CDAE
(214,205,174)
#D9D1B5
(217,209,181)
#DCD5BC
(220,213,188)
#DFD9C3
(223,217,195)
#E2DDCA
(226,221,202)
#E5E1D1
(229,225,209)
#E8E5D8
(232,229,216)
#EBE9DF
(235,233,223)
#EEEDE6
(238,237,230)
#F1F1ED
(241,241,237)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CDAE; }

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

This text font color is #D6CDAE.

Background Color

.myBgColor { background-color: #D6CDAE; }

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

This div background color is #D6CDAE.

Border color

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

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

This div border color is #D6CDAE.

Opacity

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

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

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

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

This text has shadow with #D6CDAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CDAE.

Preview

Color preview on black background

This text has color #D6CDAE on black background.


Color preview on white background

This text has color #D6CDAE on white background.


Black color preview on #D6CDAE background

This text has black color on #D6CDAE background.


White color preview on #D6CDAE background

This text has white color on #D6CDAE background.


Related colors

Complementary color

Complementary color for #hex is #293251.


I love getcolorcode.com

Triadic colors

1 #AED6CD and #CDAED6 with #D6CDAE are triadic colors.

2 #AECDD6 and #CDD6AE with #D6CDAE are triadic colors.