COLOR #D0D8A7

HEX: #D0D8A7 RGB: (208,216,167)

Color info

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

RGB color model

#D0D8A7 color RGB value is (208,216,167).

RGB: (208,216,167) (82%, 85%, 65%)

RGB channels and saturation

R 208 of 255 = 82%
G 216 of 255 = 85%
B 167 of 255 = 65%

208
216
167

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

Portions of RGB colors in percentages

R + G + B = 208 + 216 + 167 = 591 (100%)
R 208 of 591 ~ 35.19%
G 216 of 591 ~ 36.55%
B 167 of 591 ~ 28.26'%

%35.19
%36.55
%28.26

CMYK color model

#D0D8A7 color CMYK value is (4,0,23,15).

  • cyan value is 3.70%
  • magenta value is 0.00%
  • yellow value is 22.69%
  • key color value is 15.29%
CMYK: (4,0,23,15) C4M0Y23K15 (4%,0%,23%,15%) (0.04/0.00/0.23/0.15) 

CMYK percentages

%3.7
%0
%22.69
%15.29

Codes

Color #D0D8A7 in popluar color models

D0 D8 A7
RGB 208 216 167
HSL 70° 38.58% 75.10%
HSB/HSV 70° 22.69% 84.71%
CMYK 3.70% 0.00% 22.69%
15.29%

Color #D0D8A7 in popluar number systems.

HEX D0 D8 A7
Decimal 208 216 167
Binary 11010000 11011000 10100111
Octal 320 330 247

Shades and tints

Shades of #D0D8A7

#D0D8A7
(208,216,167)
#BEC598
(190,197,152)
#ACB289
(172,178,137)
#9A9F7A
(154,159,122)
#888C6B
(136,140,107)
#76795C
(118,121,92)
#64664D
(100,102,77)
#52533E
(82,83,62)
#40402F
(64,64,47)
#2E2D20
(46,45,32)
#1C1A11
(28,26,17)
#000000
(0,0,0)

Tints of #D0D8A7

#D0D8A7
(208,216,167)
#D4DBAF
(212,219,175)
#D8DEB7
(216,222,183)
#DCE1BF
(220,225,191)
#E0E4C7
(224,228,199)
#E4E7CF
(228,231,207)
#E8EAD7
(232,234,215)
#ECEDDF
(236,237,223)
#F0F0E7
(240,240,231)
#F4F3EF
(244,243,239)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0D8A7 color. Also use rgb(208,216,167) instead hex code.

Text Font Color

.myTextColor { color: #D0D8A7; }

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

This text font color is #D0D8A7.

Background Color

.myBgColor { background-color: #D0D8A7; }

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

This div background color is #D0D8A7.

Border color

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

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

This div border color is #D0D8A7.

Opacity

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

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

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

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

This text has shadow with #D0D8A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0D8A7.

Preview

Color preview on black background

This text has color #D0D8A7 on black background.


Color preview on white background

This text has color #D0D8A7 on white background.


Black color preview on #D0D8A7 background

This text has black color on #D0D8A7 background.


White color preview on #D0D8A7 background

This text has white color on #D0D8A7 background.


Related colors

Complementary color

Complementary color for #hex is #2F2758.


I love getcolorcode.com

Triadic colors

1 #A7D0D8 and #D8A7D0 with #D0D8A7 are triadic colors.

2 #A7D8D0 and #D8D0A7 with #D0D8A7 are triadic colors.