COLOR #D4EA9E

HEX: #D4EA9E RGB: (212,234,158)

Color info

#D4EA9E contains mainly red and green colors. Web safe color of #D4EA9E is #CCFF99 (or #CF9).

RGB color model

#D4EA9E color RGB value is (212,234,158).

RGB: (212,234,158) (83%, 92%, 62%)

RGB channels and saturation

R 212 of 255 = 83%
G 234 of 255 = 92%
B 158 of 255 = 62%

212
234
158

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

Portions of RGB colors in percentages

R + G + B = 212 + 234 + 158 = 604 (100%)
R 212 of 604 ~ 35.1%
G 234 of 604 ~ 38.74%
B 158 of 604 ~ 26.16'%

%35.1
%38.74
%26.16

CMYK color model

#D4EA9E color CMYK value is (9,0,32,8).

  • cyan value is 9.40%
  • magenta value is 0.00%
  • yellow value is 32.48%
  • key color value is 8.24%

CMYK: (9,0,32,8)
C9M0Y32K8 (9%, 0%, 32%, 8%)
(0.09 / 0.00 / 0.32 / 0.08)

CMYK percentages

%9.4
%0
%32.48
%8.24

Codes

Color #D4EA9E in popluar color models

D4 EA 9E
RGB 212 234 158
HSL 77° 64.41% 76.86%
HSB/HSV 77° 32.48% 91.76%
CMYK 9.40% 0.00% 32.48%
8.24%

Color #D4EA9E in popluar number systems.

HEX D4 EA 9E
Decimal 212 234 158
Binary 11010100 11101010 10011110
Octal 324 352 236

Shades and tints

Shades of #D4EA9E

#D4EA9E
(212,234,158)
#C1D590
(193,213,144)
#AEC082
(174,192,130)
#9BAB74
(155,171,116)
#889666
(136,150,102)
#758158
(117,129,88)
#626C4A
(98,108,74)
#4F573C
(79,87,60)
#3C422E
(60,66,46)
#292D20
(41,45,32)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #D4EA9E

#D4EA9E
(212,234,158)
#D7EBA6
(215,235,166)
#DAECAE
(218,236,174)
#DDEDB6
(221,237,182)
#E0EEBE
(224,238,190)
#E3EFC6
(227,239,198)
#E6F0CE
(230,240,206)
#E9F1D6
(233,241,214)
#ECF2DE
(236,242,222)
#EFF3E6
(239,243,230)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4EA9E color. Also use rgb(212,234,158) instead hex code.

Text Font Color

.myTextColor { color: #D4EA9E; }

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

This text font color is #D4EA9E.

Background Color

.myBgColor { background-color: #D4EA9E; }

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

This div background color is #D4EA9E.

Border color

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

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

This div border color is #D4EA9E.

Opacity

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

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

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

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

This text has shadow with #D4EA9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D4EA9E.

Preview

Color preview on black background

This text has color #D4EA9E on black background.


Color preview on white background

This text has color #D4EA9E on white background.


Black color preview on #D4EA9E background

This text has black color on #D4EA9E background.


White color preview on #D4EA9E background

This text has white color on #D4EA9E background.


Related colors

Complementary color

Complementary color for #hex is #2B1561.


I love getcolorcode.com

Triadic colors

1 #9ED4EA and #EA9ED4 with #D4EA9E are triadic colors.

2 #9EEAD4 and #EAD49E with #D4EA9E are triadic colors.