COLOR #D5DD9E

HEX: #D5DD9E RGB: (213,221,158)

Color info

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

RGB color model

#D5DD9E color RGB value is (213,221,158).

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

RGB channels and saturation

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

213
221
158

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

Portions of RGB colors in percentages

R + G + B = 213 + 221 + 158 = 592 (100%)
R 213 of 592 ~ 35.98%
G 221 of 592 ~ 37.33%
B 158 of 592 ~ 26.69'%

%35.98
%37.33
%26.69

CMYK color model

#D5DD9E color CMYK value is (4,0,29,13).

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

CMYK: (4,0,29,13)
C4M0Y29K13 (4%, 0%, 29%, 13%)
(0.04 / 0.00 / 0.29 / 0.13)

CMYK percentages

%3.62
%0
%28.51
%13.33

Codes

Color #D5DD9E in popluar color models

D5 DD 9E
RGB 213 221 158
HSL 68° 48.09% 74.31%
HSB/HSV 68° 28.51% 86.67%
CMYK 3.62% 0.00% 28.51%
13.33%

Color #D5DD9E in popluar number systems.

HEX D5 DD 9E
Decimal 213 221 158
Binary 11010101 11011101 10011110
Octal 325 335 236

Shades and tints

Shades of #D5DD9E

#D5DD9E
(213,221,158)
#C2C990
(194,201,144)
#AFB582
(175,181,130)
#9CA174
(156,161,116)
#898D66
(137,141,102)
#767958
(118,121,88)
#63654A
(99,101,74)
#50513C
(80,81,60)
#3D3D2E
(61,61,46)
#2A2920
(42,41,32)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #D5DD9E

#D5DD9E
(213,221,158)
#D8E0A6
(216,224,166)
#DBE3AE
(219,227,174)
#DEE6B6
(222,230,182)
#E1E9BE
(225,233,190)
#E4ECC6
(228,236,198)
#E7EFCE
(231,239,206)
#EAF2D6
(234,242,214)
#EDF5DE
(237,245,222)
#F0F8E6
(240,248,230)
#F3FBEE
(243,251,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5DD9E; }

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

This text font color is #D5DD9E.

Background Color

.myBgColor { background-color: #D5DD9E; }

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

This div background color is #D5DD9E.

Border color

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

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

This div border color is #D5DD9E.

Opacity

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

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

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

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

This text has shadow with #D5DD9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5DD9E.

Preview

Color preview on black background

This text has color #D5DD9E on black background.


Color preview on white background

This text has color #D5DD9E on white background.


Black color preview on #D5DD9E background

This text has black color on #D5DD9E background.


White color preview on #D5DD9E background

This text has white color on #D5DD9E background.


Related colors

Complementary color

Complementary color for #D5DD9E is #2A2261.


I love getcolorcode.com

Triadic colors

1 #9ED5DD and #DD9ED5 with #D5DD9E are triadic colors.

2 #9EDDD5 and #DDD59E with #D5DD9E are triadic colors.