COLOR #D0C4AE

HEX: #D0C4AE RGB: (208,196,174)

Color info

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

RGB color model

#D0C4AE color RGB value is (208,196,174).

RGB: (208,196,174) (82%, 77%, 68%)

RGB channels and saturation

R 208 of 255 = 82%
G 196 of 255 = 77%
B 174 of 255 = 68%

208
196
174

R + G + B ~ 76%. #D0C4AE is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 196 + 174 = 578 (100%)
R 208 of 578 ~ 35.99%
G 196 of 578 ~ 33.91%
B 174 of 578 ~ 30.1'%

%35.99
%33.91
%30.1

CMYK color model

#D0C4AE color CMYK value is (0,6,16,18).

  • cyan value is 0.00%
  • magenta value is 5.77%
  • yellow value is 16.35%
  • key color value is 18.43%

CMYK: (0,6,16,18)
C0M6Y16K18 (0%, 6%, 16%, 18%)
(0.00 / 0.06 / 0.16 / 0.18)

CMYK percentages

%0
%5.77
%16.35
%18.43

Codes

Color #D0C4AE in popluar color models

D0 C4 AE
RGB 208 196 174
HSL 39° 26.56% 74.90%
HSB/HSV 39° 16.35% 81.57%
CMYK 0.00% 5.77% 16.35%
18.43%

Color #D0C4AE in popluar number systems.

HEX D0 C4 AE
Decimal 208 196 174
Binary 11010000 11000100 10101110
Octal 320 304 256

Shades and tints

Shades of #D0C4AE

#D0C4AE
(208,196,174)
#BEB39F
(190,179,159)
#ACA290
(172,162,144)
#9A9181
(154,145,129)
#888072
(136,128,114)
#766F63
(118,111,99)
#645E54
(100,94,84)
#524D45
(82,77,69)
#403C36
(64,60,54)
#2E2B27
(46,43,39)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #D0C4AE

#D0C4AE
(208,196,174)
#D4C9B5
(212,201,181)
#D8CEBC
(216,206,188)
#DCD3C3
(220,211,195)
#E0D8CA
(224,216,202)
#E4DDD1
(228,221,209)
#E8E2D8
(232,226,216)
#ECE7DF
(236,231,223)
#F0ECE6
(240,236,230)
#F4F1ED
(244,241,237)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C4AE color. Also use rgb(208,196,174) instead hex code.

Text Font Color

.myTextColor { color: #D0C4AE; }

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

This text font color is #D0C4AE.

Background Color

.myBgColor { background-color: #D0C4AE; }

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

This div background color is #D0C4AE.

Border color

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

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

This div border color is #D0C4AE.

Opacity

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

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

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

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

This text has shadow with #D0C4AE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0C4AE.

Preview

Color preview on black background

This text has color #D0C4AE on black background.


Color preview on white background

This text has color #D0C4AE on white background.


Black color preview on #D0C4AE background

This text has black color on #D0C4AE background.


White color preview on #D0C4AE background

This text has white color on #D0C4AE background.


Related colors

Complementary color

Complementary color for #hex is #2F3B51.


I love getcolorcode.com

Triadic colors

1 #AED0C4 and #C4AED0 with #D0C4AE are triadic colors.

2 #AEC4D0 and #C4D0AE with #D0C4AE are triadic colors.