COLOR #D7E4A2

HEX: #D7E4A2 RGB: (215,228,162)

Color info

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

RGB color model

#D7E4A2 color RGB value is (215,228,162).

RGB: (215,228,162) (84%, 89%, 64%)

RGB channels and saturation

R 215 of 255 = 84%
G 228 of 255 = 89%
B 162 of 255 = 64%

215
228
162

R + G + B ~ 79%. #D7E4A2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 228 + 162 = 605 (100%)
R 215 of 605 ~ 35.54%
G 228 of 605 ~ 37.69%
B 162 of 605 ~ 26.78'%

%35.54
%37.69
%26.78

CMYK color model

#D7E4A2 color CMYK value is (6,0,29,11).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 28.95%
  • key color value is 10.59%
CMYK: (6,0,29,11) C6M0Y29K11 (6%,0%,29%,11%) (0.06/0.00/0.29/0.11) 

CMYK percentages

%5.7
%0
%28.95
%10.59

Codes

Color #D7E4A2 in popluar color models

D7 E4 A2
RGB 215 228 162
HSL 72° 55.00% 76.47%
HSB/HSV 72° 28.95% 89.41%
CMYK 5.70% 0.00% 28.95%
10.59%

Color #D7E4A2 in popluar number systems.

HEX D7 E4 A2
Decimal 215 228 162
Binary 11010111 11100100 10100010
Octal 327 344 242

Shades and tints

Shades of #D7E4A2

#D7E4A2
(215,228,162)
#C4D094
(196,208,148)
#B1BC86
(177,188,134)
#9EA878
(158,168,120)
#8B946A
(139,148,106)
#78805C
(120,128,92)
#656C4E
(101,108,78)
#525840
(82,88,64)
#3F4432
(63,68,50)
#2C3024
(44,48,36)
#191C16
(25,28,22)
#000000
(0,0,0)

Tints of #D7E4A2

#D7E4A2
(215,228,162)
#DAE6AA
(218,230,170)
#DDE8B2
(221,232,178)
#E0EABA
(224,234,186)
#E3ECC2
(227,236,194)
#E6EECA
(230,238,202)
#E9F0D2
(233,240,210)
#ECF2DA
(236,242,218)
#EFF4E2
(239,244,226)
#F2F6EA
(242,246,234)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E4A2 color. Also use rgb(215,228,162) instead hex code.

Text Font Color

.myTextColor { color: #D7E4A2; }

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

This text font color is #D7E4A2.

Background Color

.myBgColor { background-color: #D7E4A2; }

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

This div background color is #D7E4A2.

Border color

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

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

This div border color is #D7E4A2.

Opacity

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

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

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

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

This text has shadow with #D7E4A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E4A2.

Preview

Color preview on black background

This text has color #D7E4A2 on black background.


Color preview on white background

This text has color #D7E4A2 on white background.


Black color preview on #D7E4A2 background

This text has black color on #D7E4A2 background.


White color preview on #D7E4A2 background

This text has white color on #D7E4A2 background.


Related colors

Complementary color

Complementary color for #hex is #281B5D.


I love getcolorcode.com

Triadic colors

1 #A2D7E4 and #E4A2D7 with #D7E4A2 are triadic colors.

2 #A2E4D7 and #E4D7A2 with #D7E4A2 are triadic colors.