COLOR #D6CCAE

HEX: #D6CCAE RGB: (214,204,174)

Color info

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

RGB color model

#D6CCAE color RGB value is (214,204,174).

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

RGB channels and saturation

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

214
204
174

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

Portions of RGB colors in percentages

R + G + B = 214 + 204 + 174 = 592 (100%)
R 214 of 592 ~ 36.15%
G 204 of 592 ~ 34.46%
B 174 of 592 ~ 29.39'%

%36.15
%34.46
%29.39

CMYK color model

#D6CCAE color CMYK value is (0,5,19,16).

  • cyan value is 0.00%
  • magenta value is 4.67%
  • yellow value is 18.69%
  • key color value is 16.08%
CMYK: (0,5,19,16) C0M5Y19K16 (0%,5%,19%,16%) (0.00/0.05/0.19/0.16) 

CMYK percentages

%0
%4.67
%18.69
%16.08

Codes

Color #D6CCAE in popluar color models

D6 CC AE
RGB 214 204 174
HSL 45° 32.79% 76.08%
HSB/HSV 45° 18.69% 83.92%
CMYK 0.00% 4.67% 18.69%
16.08%

Color #D6CCAE in popluar number systems.

HEX D6 CC AE
Decimal 214 204 174
Binary 11010110 11001100 10101110
Octal 326 314 256

Shades and tints

Shades of #D6CCAE

#D6CCAE
(214,204,174)
#C3BA9F
(195,186,159)
#B0A890
(176,168,144)
#9D9681
(157,150,129)
#8A8472
(138,132,114)
#777263
(119,114,99)
#646054
(100,96,84)
#514E45
(81,78,69)
#3E3C36
(62,60,54)
#2B2A27
(43,42,39)
#181818
(24,24,24)
#000000
(0,0,0)

Tints of #D6CCAE

#D6CCAE
(214,204,174)
#D9D0B5
(217,208,181)
#DCD4BC
(220,212,188)
#DFD8C3
(223,216,195)
#E2DCCA
(226,220,202)
#E5E0D1
(229,224,209)
#E8E4D8
(232,228,216)
#EBE8DF
(235,232,223)
#EEECE6
(238,236,230)
#F1F0ED
(241,240,237)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6CCAE; }

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

This text font color is #D6CCAE.

Background Color

.myBgColor { background-color: #D6CCAE; }

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

This div background color is #D6CCAE.

Border color

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

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

This div border color is #D6CCAE.

Opacity

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

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

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

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

This text has shadow with #D6CCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6CCAE.

Preview

Color preview on black background

This text has color #D6CCAE on black background.


Color preview on white background

This text has color #D6CCAE on white background.


Black color preview on #D6CCAE background

This text has black color on #D6CCAE background.


White color preview on #D6CCAE background

This text has white color on #D6CCAE background.


Related colors

Complementary color

Complementary color for #hex is #293351.


I love getcolorcode.com

Triadic colors

1 #AED6CC and #CCAED6 with #D6CCAE are triadic colors.

2 #AECCD6 and #CCD6AE with #D6CCAE are triadic colors.