COLOR #D4CCAE

HEX: #D4CCAE RGB: (212,204,174)

Color info

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

RGB color model

#D4CCAE color RGB value is (212,204,174).

RGB: (212,204,174) (83%, 80%, 68%)

RGB channels and saturation

R 212 of 255 = 83%
G 204 of 255 = 80%
B 174 of 255 = 68%

212
204
174

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

Portions of RGB colors in percentages

R + G + B = 212 + 204 + 174 = 590 (100%)
R 212 of 590 ~ 35.93%
G 204 of 590 ~ 34.58%
B 174 of 590 ~ 29.49'%

%35.93
%34.58
%29.49

CMYK color model

#D4CCAE color CMYK value is (0,4,18,17).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 17.92%
  • key color value is 16.86%

CMYK: (0,4,18,17)
C0M4Y18K17 (0%, 4%, 18%, 17%)
(0.00 / 0.04 / 0.18 / 0.17)

CMYK percentages

%0
%3.77
%17.92
%16.86

Codes

Color #D4CCAE in popluar color models

D4 CC AE
RGB 212 204 174
HSL 47° 30.65% 75.69%
HSB/HSV 47° 17.92% 83.14%
CMYK 0.00% 3.77% 17.92%
16.86%

Color #D4CCAE in popluar number systems.

HEX D4 CC AE
Decimal 212 204 174
Binary 11010100 11001100 10101110
Octal 324 314 256

Shades and tints

Shades of #D4CCAE

#D4CCAE
(212,204,174)
#C1BA9F
(193,186,159)
#AEA890
(174,168,144)
#9B9681
(155,150,129)
#888472
(136,132,114)
#757263
(117,114,99)
#626054
(98,96,84)
#4F4E45
(79,78,69)
#3C3C36
(60,60,54)
#292A27
(41,42,39)
#161818
(22,24,24)
#000000
(0,0,0)

Tints of #D4CCAE

#D4CCAE
(212,204,174)
#D7D0B5
(215,208,181)
#DAD4BC
(218,212,188)
#DDD8C3
(221,216,195)
#E0DCCA
(224,220,202)
#E3E0D1
(227,224,209)
#E6E4D8
(230,228,216)
#E9E8DF
(233,232,223)
#ECECE6
(236,236,230)
#EFF0ED
(239,240,237)
#F2F4F4
(242,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D4CCAE; }

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

This text font color is #D4CCAE.

Background Color

.myBgColor { background-color: #D4CCAE; }

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

This div background color is #D4CCAE.

Border color

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

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

This div border color is #D4CCAE.

Opacity

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

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

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

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

This text has shadow with #D4CCAE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4CCAE.

Preview

Color preview on black background

This text has color #D4CCAE on black background.


Color preview on white background

This text has color #D4CCAE on white background.


Black color preview on #D4CCAE background

This text has black color on #D4CCAE background.


White color preview on #D4CCAE background

This text has white color on #D4CCAE background.


Related colors

Complementary color

Complementary color for #hex is #2B3351.


I love getcolorcode.com

Triadic colors

1 #AED4CC and #CCAED4 with #D4CCAE are triadic colors.

2 #AECCD4 and #CCD4AE with #D4CCAE are triadic colors.