COLOR #D0C7A6

HEX: #D0C7A6
RGB: (208,199,166)

Color info

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

RGB color model

#D0C7A6 color RGB value is (208,199,166).

  • red value is 208;
  • green value is 199;
  • blue value is 166.
RGB:
(208,199,166)
(82%,78%,65%)

RGB channels and saturation

R 208 of 255 = 82%
G 199 of 255 = 78%
B 166 of 255 = 65%

208
199
166

R + G + B ~ 75%. #D0C7A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 199 + 166 = 573 (100%)
R 208 of 573 ~ 36.3%
G 199 of 573 ~ 34.73%
B 166 of 573 ~ 28.97%

%36.3
%34.73
%28.97

CMYK color model

#D0C7A6 color CMYK value is (0,4,20,18).

  • cyan value is 0.00%
  • magenta value is 4.33%
  • yellow value is 20.19%
  • key color value is 18.43%
CMYK:
(0,4,20,18)
C0M4Y20K18 
(0%,4%,20%,18%)
(0.00/0.04/0.20/0.18)	

CMYK percentages

%0
%4.33
%20.19
%18.43

Codes

Color #D0C7A6 in popluar color models

D0C7A6
RGB208199166
HSL47°30.88%73.33%
HSB/HSV47°20.19%81.57%
CMYK0.00%4.33%20.19%
18.43%

Color #D0C7A6 in popluar number systems.

HEXD0C7A6
Decimal208199166
Binary110100001100011110100110
Octal320307246

Shades and tints

Shades of #D0C7A6

#D0C7A6
(208,199,166)
#BEB597
(190,181,151)
#ACA388
(172,163,136)
#9A9179
(154,145,121)
#887F6A
(136,127,106)
#766D5B
(118,109,91)
#645B4C
(100,91,76)
#52493D
(82,73,61)
#40372E
(64,55,46)
#2E251F
(46,37,31)
#1C1310
(28,19,16)
#000000
(0,0,0)

Tints of #D0C7A6

#D0C7A6
(208,199,166)
#D4CCAE
(212,204,174)
#D8D1B6
(216,209,182)
#DCD6BE
(220,214,190)
#E0DBC6
(224,219,198)
#E4E0CE
(228,224,206)
#E8E5D6
(232,229,214)
#ECEADE
(236,234,222)
#F0EFE6
(240,239,230)
#F4F4EE
(244,244,238)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0C7A6 color. Also use rgb(208,199,166) instead hex code.

Text Font Color

.myTextColor { color: #D0C7A6; }

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

This text font color is #D0C7A6.


Background Color

.myBgColor { background-color: #D0C7A6; }

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

This div background color is #D0C7A6.


Border color

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

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

This div border color is #D0C7A6.


Opacity

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

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

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

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

This text has shadow with #D0C7A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0C7A6 on black background.


Color preview on white background

This text has color #D0C7A6 on white background.



Black color preview on #D0C7A6 background

This text has black color on #D0C7A6 background.


White color preview on #D0C7A6 background

This text has white color on #D0C7A6 background.