COLOR #D7DE9D

HEX: #D7DE9D RGB: (215,222,157)

Color info

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

RGB color model

#D7DE9D color RGB value is (215,222,157).

RGB: (215,222,157) (84%, 87%, 62%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 157 of 255 = 62%

215
222
157

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

Portions of RGB colors in percentages

R + G + B = 215 + 222 + 157 = 594 (100%)
R 215 of 594 ~ 36.2%
G 222 of 594 ~ 37.37%
B 157 of 594 ~ 26.43'%

%36.2
%37.37
%26.43

CMYK color model

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

  • cyan value is 3.15%
  • magenta value is 0.00%
  • yellow value is 29.28%
  • key color value is 12.94%

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

CMYK percentages

%3.15
%0
%29.28
%12.94

Codes

Color #D7DE9D in popluar color models

D7 DE 9D
RGB 215 222 157
HSL 66° 49.62% 74.31%
HSB/HSV 66° 29.28% 87.06%
CMYK 3.15% 0.00% 29.28%
12.94%

Color #D7DE9D in popluar number systems.

HEX D7 DE 9D
Decimal 215 222 157
Binary 11010111 11011110 10011101
Octal 327 336 235

Shades and tints

Shades of #D7DE9D

#D7DE9D
(215,222,157)
#C4CA8F
(196,202,143)
#B1B681
(177,182,129)
#9EA273
(158,162,115)
#8B8E65
(139,142,101)
#787A57
(120,122,87)
#656649
(101,102,73)
#52523B
(82,82,59)
#3F3E2D
(63,62,45)
#2C2A1F
(44,42,31)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #D7DE9D

#D7DE9D
(215,222,157)
#DAE1A5
(218,225,165)
#DDE4AD
(221,228,173)
#E0E7B5
(224,231,181)
#E3EABD
(227,234,189)
#E6EDC5
(230,237,197)
#E9F0CD
(233,240,205)
#ECF3D5
(236,243,213)
#EFF6DD
(239,246,221)
#F2F9E5
(242,249,229)
#F5FCED
(245,252,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7DE9D color. Also use rgb(215,222,157) instead hex code.

Text Font Color

.myTextColor { color: #D7DE9D; }

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

This text font color is #D7DE9D.

Background Color

.myBgColor { background-color: #D7DE9D; }

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

This div background color is #D7DE9D.

Border color

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

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

This div border color is #D7DE9D.

Opacity

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

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

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

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

This text has shadow with #D7DE9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DE9D.

Preview

Color preview on black background

This text has color #D7DE9D on black background.


Color preview on white background

This text has color #D7DE9D on white background.


Black color preview on #D7DE9D background

This text has black color on #D7DE9D background.


White color preview on #D7DE9D background

This text has white color on #D7DE9D background.


Related colors

Complementary color

Complementary color for #hex is #282162.


I love getcolorcode.com

Triadic colors

1 #9DD7DE and #DE9DD7 with #D7DE9D are triadic colors.

2 #9DDED7 and #DED79D with #D7DE9D are triadic colors.