COLOR #D0D2A6

HEX: #D0D2A6
RGB: (208,210,166)

Color info

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

RGB color model

#D0D2A6 color RGB value is (208,210,166).

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

RGB channels and saturation

R 208 of 255 = 82%
G 210 of 255 = 82%
B 166 of 255 = 65%

208
210
166

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

Portions of RGB colors in percentages

R + G + B =
208 + 210 + 166 = 584 (100%)
R 208 of 584 ~ 35.62%
G 210 of 584 ~ 35.96%
B 166 of 584 ~ 28.42%

%35.62
%35.96
%28.42

CMYK color model

#D0D2A6 color CMYK value is (1,0,21,18).

  • cyan value is 0.95%
  • magenta value is 0.00%
  • yellow value is 20.95%
  • key color value is 17.65%
CMYK:
(1,0,21,18)
C1M0Y21K18 
(1%,0%,21%,18%)
(0.01/0.00/0.21/0.18)	

CMYK percentages

%0.95
%0
%20.95
%17.65

Codes

Color #D0D2A6 in popluar color models

D0D2A6
RGB208210166
HSL63°32.84%73.73%
HSB/HSV63°20.95%82.35%
CMYK0.95%0.00%20.95%
17.65%

Color #D0D2A6 in popluar number systems.

HEXD0D2A6
Decimal208210166
Binary110100001101001010100110
Octal320322246

Shades and tints

Shades of #D0D2A6

#D0D2A6
(208,210,166)
#BEBF97
(190,191,151)
#ACAC88
(172,172,136)
#9A9979
(154,153,121)
#88866A
(136,134,106)
#76735B
(118,115,91)
#64604C
(100,96,76)
#524D3D
(82,77,61)
#403A2E
(64,58,46)
#2E271F
(46,39,31)
#1C1410
(28,20,16)
#000000
(0,0,0)

Tints of #D0D2A6

#D0D2A6
(208,210,166)
#D4D6AE
(212,214,174)
#D8DAB6
(216,218,182)
#DCDEBE
(220,222,190)
#E0E2C6
(224,226,198)
#E4E6CE
(228,230,206)
#E8EAD6
(232,234,214)
#ECEEDE
(236,238,222)
#F0F2E6
(240,242,230)
#F4F6EE
(244,246,238)
#F8FAF6
(248,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0D2A6; }

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

This text font color is #D0D2A6.


Background Color

.myBgColor { background-color: #D0D2A6; }

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

This div background color is #D0D2A6.


Border color

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

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

This div border color is #D0D2A6.


Opacity

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

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

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

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

This text has shadow with #D0D2A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D2A6 on black background.


Color preview on white background

This text has color #D0D2A6 on white background.



Black color preview on #D0D2A6 background

This text has black color on #D0D2A6 background.


White color preview on #D0D2A6 background

This text has white color on #D0D2A6 background.