COLOR #D7DD9E

HEX: #D7DD9E RGB: (215,221,158)

Color info

#D7DD9E contains mainly red and green colors. Web safe color of #D7DD9E is #CCCC99 (or #CC9).

RGB color model

#D7DD9E color RGB value is (215,221,158).

RGB: (215,221,158) (84%, 87%, 62%)

RGB channels and saturation

R 215 of 255 = 84%
G 221 of 255 = 87%
B 158 of 255 = 62%

215
221
158

R + G + B ~ 78%. #D7DD9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 221 + 158 = 594 (100%)
R 215 of 594 ~ 36.2%
G 221 of 594 ~ 37.21%
B 158 of 594 ~ 26.6'%

%36.2
%37.21
%26.6

CMYK color model

#D7DD9E color CMYK value is (3,0,29,13).

  • cyan value is 2.71%
  • magenta value is 0.00%
  • yellow value is 28.51%
  • key color value is 13.33%

CMYK: (3,0,29,13)
C3M0Y29K13 (3%, 0%, 29%, 13%)
(0.03 / 0.00 / 0.29 / 0.13)

CMYK percentages

%2.71
%0
%28.51
%13.33

Codes

Color #D7DD9E in popluar color models

D7 DD 9E
RGB 215 221 158
HSL 66° 48.09% 74.31%
HSB/HSV 66° 28.51% 86.67%
CMYK 2.71% 0.00% 28.51%
13.33%

Color #D7DD9E in popluar number systems.

HEX D7 DD 9E
Decimal 215 221 158
Binary 11010111 11011101 10011110
Octal 327 335 236

Shades and tints

Shades of #D7DD9E

#D7DD9E
(215,221,158)
#C4C990
(196,201,144)
#B1B582
(177,181,130)
#9EA174
(158,161,116)
#8B8D66
(139,141,102)
#787958
(120,121,88)
#65654A
(101,101,74)
#52513C
(82,81,60)
#3F3D2E
(63,61,46)
#2C2920
(44,41,32)
#191512
(25,21,18)
#000000
(0,0,0)

Tints of #D7DD9E

#D7DD9E
(215,221,158)
#DAE0A6
(218,224,166)
#DDE3AE
(221,227,174)
#E0E6B6
(224,230,182)
#E3E9BE
(227,233,190)
#E6ECC6
(230,236,198)
#E9EFCE
(233,239,206)
#ECF2D6
(236,242,214)
#EFF5DE
(239,245,222)
#F2F8E6
(242,248,230)
#F5FBEE
(245,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DD9E color. Also use rgb(215,221,158) instead hex code.

Text Font Color

.myTextColor { color: #D7DD9E; }

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

This text font color is #D7DD9E.

Background Color

.myBgColor { background-color: #D7DD9E; }

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

This div background color is #D7DD9E.

Border color

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

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

This div border color is #D7DD9E.

Opacity

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

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

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

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

This text has shadow with #D7DD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DD9E.

Preview

Color preview on black background

This text has color #D7DD9E on black background.


Color preview on white background

This text has color #D7DD9E on white background.


Black color preview on #D7DD9E background

This text has black color on #D7DD9E background.


White color preview on #D7DD9E background

This text has white color on #D7DD9E background.


Related colors

Complementary color

Complementary color for #hex is #282261.


I love getcolorcode.com

Triadic colors

1 #9ED7DD and #DD9ED7 with #D7DD9E are triadic colors.

2 #9EDDD7 and #DDD79E with #D7DD9E are triadic colors.