COLOR #D0D6A9

HEX: #D0D6A9
RGB: (208,214,169)

Color info

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

RGB color model

#D0D6A9 color RGB value is (208,214,169).

  • red value is 208;
  • green value is 214;
  • blue value is 169.
RGB:
(208,214,169)
(82%,84%,66%)

RGB channels and saturation

R 208 of 255 = 82%
G 214 of 255 = 84%
B 169 of 255 = 66%

208
214
169

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

Portions of RGB colors in percentages

R + G + B =
208 + 214 + 169 = 591 (100%)
R 208 of 591 ~ 35.19%
G 214 of 591 ~ 36.21%
B 169 of 591 ~ 28.6%

%35.19
%36.21
%28.6

CMYK color model

#D0D6A9 color CMYK value is (3,0,21,16).

  • cyan value is 2.80%
  • magenta value is 0.00%
  • yellow value is 21.03%
  • key color value is 16.08%
CMYK:
(3,0,21,16)
C3M0Y21K16 
(3%,0%,21%,16%)
(0.03/0.00/0.21/0.16)	

CMYK percentages

%2.8
%0
%21.03
%16.08

Codes

Color #D0D6A9 in popluar color models

D0D6A9
RGB208214169
HSL68°35.43%75.10%
HSB/HSV68°21.03%83.92%
CMYK2.80%0.00%21.03%
16.08%

Color #D0D6A9 in popluar number systems.

HEXD0D6A9
Decimal208214169
Binary110100001101011010101001
Octal320326251

Shades and tints

Shades of #D0D6A9

#D0D6A9
(208,214,169)
#BEC39A
(190,195,154)
#ACB08B
(172,176,139)
#9A9D7C
(154,157,124)
#888A6D
(136,138,109)
#76775E
(118,119,94)
#64644F
(100,100,79)
#525140
(82,81,64)
#403E31
(64,62,49)
#2E2B22
(46,43,34)
#1C1813
(28,24,19)
#000000
(0,0,0)

Tints of #D0D6A9

#D0D6A9
(208,214,169)
#D4D9B0
(212,217,176)
#D8DCB7
(216,220,183)
#DCDFBE
(220,223,190)
#E0E2C5
(224,226,197)
#E4E5CC
(228,229,204)
#E8E8D3
(232,232,211)
#ECEBDA
(236,235,218)
#F0EEE1
(240,238,225)
#F4F1E8
(244,241,232)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D6A9 color. Also use rgb(208,214,169) instead hex code.

Text Font Color

.myTextColor { color: #D0D6A9; }

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

This text font color is #D0D6A9.


Background Color

.myBgColor { background-color: #D0D6A9; }

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

This div background color is #D0D6A9.


Border color

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

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

This div border color is #D0D6A9.


Opacity

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

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

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

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

This text has shadow with #D0D6A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0D6A9 on black background.


Color preview on white background

This text has color #D0D6A9 on white background.



Black color preview on #D0D6A9 background

This text has black color on #D0D6A9 background.


White color preview on #D0D6A9 background

This text has white color on #D0D6A9 background.