COLOR #E5F4AC

HEX: #E5F4AC RGB: (229,244,172)

Color info

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

RGB color model

#E5F4AC color RGB value is (229,244,172).

RGB: (229,244,172) (90%, 96%, 67%)

RGB channels and saturation

R 229 of 255 = 90%
G 244 of 255 = 96%
B 172 of 255 = 67%

229
244
172

R + G + B ~ 84%. #E5F4AC is quite light color.

Portions of RGB colors in percentages

R + G + B = 229 + 244 + 172 = 645 (100%)
R 229 of 645 ~ 35.5%
G 244 of 645 ~ 37.83%
B 172 of 645 ~ 26.67'%

%35.5
%37.83
%26.67

CMYK color model

#E5F4AC color CMYK value is (6,0,30,4).

  • cyan value is 6.15%
  • magenta value is 0.00%
  • yellow value is 29.51%
  • key color value is 4.31%

CMYK: (6,0,30,4)
C6M0Y30K4 (6%, 0%, 30%, 4%)
(0.06 / 0.00 / 0.30 / 0.04)

CMYK percentages

%6.15
%0
%29.51
%4.31

Codes

Color #E5F4AC in popluar color models

E5 F4 AC
RGB 229 244 172
HSL 73° 76.60% 81.57%
HSB/HSV 73° 29.51% 95.69%
CMYK 6.15% 0.00% 29.51%
4.31%

Color #E5F4AC in popluar number systems.

HEX E5 F4 AC
Decimal 229 244 172
Binary 11100101 11110100 10101100
Octal 345 364 254

Shades and tints

Shades of #E5F4AC

#E5F4AC
(229,244,172)
#D1DE9D
(209,222,157)
#BDC88E
(189,200,142)
#A9B27F
(169,178,127)
#959C70
(149,156,112)
#818661
(129,134,97)
#6D7052
(109,112,82)
#595A43
(89,90,67)
#454434
(69,68,52)
#312E25
(49,46,37)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #E5F4AC

#E5F4AC
(229,244,172)
#E7F5B3
(231,245,179)
#E9F6BA
(233,246,186)
#EBF7C1
(235,247,193)
#EDF8C8
(237,248,200)
#EFF9CF
(239,249,207)
#F1FAD6
(241,250,214)
#F3FBDD
(243,251,221)
#F5FCE4
(245,252,228)
#F7FDEB
(247,253,235)
#F9FEF2
(249,254,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F4AC color. Also use rgb(229,244,172) instead hex code.

Text Font Color

.myTextColor { color: #E5F4AC; }

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

This text font color is #E5F4AC.

Background Color

.myBgColor { background-color: #E5F4AC; }

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

This div background color is #E5F4AC.

Border color

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

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

This div border color is #E5F4AC.

Opacity

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

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

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

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

This text has shadow with #E5F4AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F4AC.

Preview

Color preview on black background

This text has color #E5F4AC on black background.


Color preview on white background

This text has color #E5F4AC on white background.


Black color preview on #E5F4AC background

This text has black color on #E5F4AC background.


White color preview on #E5F4AC background

This text has white color on #E5F4AC background.


Related colors

Complementary color

Complementary color for #hex is #1A0B53.


I love getcolorcode.com

Triadic colors

1 #ACE5F4 and #F4ACE5 with #E5F4AC are triadic colors.

2 #ACF4E5 and #F4E5AC with #E5F4AC are triadic colors.