COLOR #E5FEE0

HEX: #E5FEE0 RGB: (229,254,224)

Color info

#E5FEE0 contains red, green and blue colors in about the same proportion. Web safe color of #E5FEE0 is #CCFFCC (or #CFC).

RGB color model

#E5FEE0 color RGB value is (229,254,224).

RGB: (229,254,224) (90%, 100%, 88%)

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 224 of 255 = 88%

229
254
224

R + G + B ~ 93%. #E5FEE0 is light color.

Portions of RGB colors in percentages

R + G + B = 229 + 254 + 224 = 707 (100%)
R 229 of 707 ~ 32.39%
G 254 of 707 ~ 35.93%
B 224 of 707 ~ 31.68'%

%32.39
%35.93
%31.68

CMYK color model

#E5FEE0 color CMYK value is (10,0,12,0).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 11.81%
  • key color value is 0.39%

CMYK: (10,0,12,0)
C10M0Y12K0 (10%, 0%, 12%, 0%)
(0.10 / 0.00 / 0.12 / 0.00)

CMYK percentages

%9.84
%0
%11.81
%0.39

Codes

Color #E5FEE0 in popluar color models

E5 FE E0
RGB 229 254 224
HSL 110° 93.75% 93.73%
HSB/HSV 110° 11.81% 99.61%
CMYK 9.84% 0.00% 11.81%
0.39%

Color #E5FEE0 in popluar number systems.

HEX E5 FE E0
Decimal 229 254 224
Binary 11100101 11111110 11100000
Octal 345 376 340

Shades and tints

Shades of #E5FEE0

#E5FEE0
(229,254,224)
#D1E7CC
(209,231,204)
#BDD0B8
(189,208,184)
#A9B9A4
(169,185,164)
#95A290
(149,162,144)
#818B7C
(129,139,124)
#6D7468
(109,116,104)
#595D54
(89,93,84)
#454640
(69,70,64)
#312F2C
(49,47,44)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #E5FEE0

#E5FEE0
(229,254,224)
#E7FEE2
(231,254,226)
#E9FEE4
(233,254,228)
#EBFEE6
(235,254,230)
#EDFEE8
(237,254,232)
#EFFEEA
(239,254,234)
#F1FEEC
(241,254,236)
#F3FEEE
(243,254,238)
#F5FEF0
(245,254,240)
#F7FEF2
(247,254,242)
#F9FEF4
(249,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5FEE0 color. Also use rgb(229,254,224) instead hex code.

Text Font Color

.myTextColor { color: #E5FEE0; }

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

This text font color is #E5FEE0.

Background Color

.myBgColor { background-color: #E5FEE0; }

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

This div background color is #E5FEE0.

Border color

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

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

This div border color is #E5FEE0.

Opacity

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

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

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

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

This text has shadow with #E5FEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FEE0.

Preview

Color preview on black background

This text has color #E5FEE0 on black background.


Color preview on white background

This text has color #E5FEE0 on white background.


Black color preview on #E5FEE0 background

This text has black color on #E5FEE0 background.


White color preview on #E5FEE0 background

This text has white color on #E5FEE0 background.


Related colors

Complementary color

Complementary color for #hex is #1A011F.


I love getcolorcode.com

Triadic colors

1 #E0E5FE and #FEE0E5 with #E5FEE0 are triadic colors.

2 #E0FEE5 and #FEE5E0 with #E5FEE0 are triadic colors.