COLOR #D0C9AE

HEX: #D0C9AE
RGB: (208,201,174)

Color info

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

RGB color model

#D0C9AE color RGB value is (208,201,174).

  • red value is 208;
  • green value is 201;
  • blue value is 174.
RGB:
(208,201,174)
(82%,79%,68%)

RGB channels and saturation

R 208 of 255 = 82%
G 201 of 255 = 79%
B 174 of 255 = 68%

208
201
174

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

Portions of RGB colors in percentages

R + G + B =
208 + 201 + 174 = 583 (100%)
R 208 of 583 ~ 35.68%
G 201 of 583 ~ 34.48%
B 174 of 583 ~ 29.85%

%35.68
%34.48
%29.85

CMYK color model

#D0C9AE color CMYK value is (0,3,16,18).

  • cyan value is 0.00%
  • magenta value is 3.37%
  • yellow value is 16.35%
  • key color value is 18.43%
CMYK:
(0,3,16,18)
C0M3Y16K18 
(0%,3%,16%,18%)
(0.00/0.03/0.16/0.18)	

CMYK percentages

%0
%3.37
%16.35
%18.43

Codes

Color #D0C9AE in popluar color models

D0C9AE
RGB208201174
HSL48°26.56%74.90%
HSB/HSV48°16.35%81.57%
CMYK0.00%3.37%16.35%
18.43%

Color #D0C9AE in popluar number systems.

HEXD0C9AE
Decimal208201174
Binary110100001100100110101110
Octal320311256

Shades and tints

Shades of #D0C9AE

#D0C9AE
(208,201,174)
#BEB79F
(190,183,159)
#ACA590
(172,165,144)
#9A9381
(154,147,129)
#888172
(136,129,114)
#766F63
(118,111,99)
#645D54
(100,93,84)
#524B45
(82,75,69)
#403936
(64,57,54)
#2E2727
(46,39,39)
#1C1518
(28,21,24)
#000000
(0,0,0)

Tints of #D0C9AE

#D0C9AE
(208,201,174)
#D4CDB5
(212,205,181)
#D8D1BC
(216,209,188)
#DCD5C3
(220,213,195)
#E0D9CA
(224,217,202)
#E4DDD1
(228,221,209)
#E8E1D8
(232,225,216)
#ECE5DF
(236,229,223)
#F0E9E6
(240,233,230)
#F4EDED
(244,237,237)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0C9AE; }

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

This text font color is #D0C9AE.


Background Color

.myBgColor { background-color: #D0C9AE; }

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

This div background color is #D0C9AE.


Border color

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

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

This div border color is #D0C9AE.


Opacity

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

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

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

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

This text has shadow with #D0C9AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C9AE on black background.


Color preview on white background

This text has color #D0C9AE on white background.



Black color preview on #D0C9AE background

This text has black color on #D0C9AE background.


White color preview on #D0C9AE background

This text has white color on #D0C9AE background.