COLOR #D7DE7E

HEX: #D7DE7E RGB: (215,222,126)

Color info

#D7DE7E contains mainly red and green colors. Web safe color of #D7DE7E is #CCCC66 (or #CC6).

RGB color model

#D7DE7E color RGB value is (215,222,126).

RGB: (215,222,126) (84%, 87%, 49%)

RGB channels and saturation

R 215 of 255 = 84%
G 222 of 255 = 87%
B 126 of 255 = 49%

215
222
126

R + G + B ~ 73%. #D7DE7E is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 222 + 126 = 563 (100%)
R 215 of 563 ~ 38.19%
G 222 of 563 ~ 39.43%
B 126 of 563 ~ 22.38'%

%38.19
%39.43
%22.38

CMYK color model

#D7DE7E color CMYK value is (3,0,43,13).

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

CMYK: (3,0,43,13)
C3M0Y43K13 (3%, 0%, 43%, 13%)
(0.03 / 0.00 / 0.43 / 0.13)

CMYK percentages

%3.15
%0
%43.24
%12.94

Codes

Color #D7DE7E in popluar color models

D7 DE 7E
RGB 215 222 126
HSL 64° 59.26% 68.24%
HSB/HSV 64° 43.24% 87.06%
CMYK 3.15% 0.00% 43.24%
12.94%

Color #D7DE7E in popluar number systems.

HEX D7 DE 7E
Decimal 215 222 126
Binary 11010111 11011110 1111110
Octal 327 336 176

Shades and tints

Shades of #D7DE7E

#D7DE7E
(215,222,126)
#C4CA73
(196,202,115)
#B1B668
(177,182,104)
#9EA25D
(158,162,93)
#8B8E52
(139,142,82)
#787A47
(120,122,71)
#65663C
(101,102,60)
#525231
(82,82,49)
#3F3E26
(63,62,38)
#2C2A1B
(44,42,27)
#191610
(25,22,16)
#000000
(0,0,0)

Tints of #D7DE7E

#D7DE7E
(215,222,126)
#DAE189
(218,225,137)
#DDE494
(221,228,148)
#E0E79F
(224,231,159)
#E3EAAA
(227,234,170)
#E6EDB5
(230,237,181)
#E9F0C0
(233,240,192)
#ECF3CB
(236,243,203)
#EFF6D6
(239,246,214)
#F2F9E1
(242,249,225)
#F5FCEC
(245,252,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7DE7E; }

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

This text font color is #D7DE7E.

Background Color

.myBgColor { background-color: #D7DE7E; }

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

This div background color is #D7DE7E.

Border color

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

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

This div border color is #D7DE7E.

Opacity

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

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

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

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

This text has shadow with #D7DE7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7DE7E.

Preview

Color preview on black background

This text has color #D7DE7E on black background.


Color preview on white background

This text has color #D7DE7E on white background.


Black color preview on #D7DE7E background

This text has black color on #D7DE7E background.


White color preview on #D7DE7E background

This text has white color on #D7DE7E background.


Related colors

Complementary color

Complementary color for #hex is #282181.


I love getcolorcode.com

Triadic colors

1 #7ED7DE and #DE7ED7 with #D7DE7E are triadic colors.

2 #7EDED7 and #DED77E with #D7DE7E are triadic colors.