COLOR #E5FEE3

HEX: #E5FEE3
RGB: (229,254,227)

Color info

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

RGB color model

#E5FEE3 color RGB value is (229,254,227).

  • red value is 229;
  • green value is 254;
  • blue value is 227.
RGB:
(229,254,227)
(90%,100%,89%)

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 227 of 255 = 89%

229
254
227

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

Portions of RGB colors in percentages

R + G + B =
229 + 254 + 227 = 710 (100%)
R 229 of 710 ~ 32.25%
G 254 of 710 ~ 35.77%
B 227 of 710 ~ 31.97%

%32.25
%35.77
%31.97

CMYK color model

#E5FEE3 color CMYK value is (10,0,11,0).

  • cyan value is 9.84%
  • magenta value is 0.00%
  • yellow value is 10.63%
  • key color value is 0.39%
CMYK:
(10,0,11,0)
C10M0Y11K0 
(10%,0%,11%,0%)
(0.10/0.00/0.11/0.00)	

CMYK percentages

%9.84
%0
%10.63
%0.39

Codes

Color #E5FEE3 in popluar color models

E5FEE3
RGB229254227
HSL116°93.10%94.31%
HSB/HSV116°10.63%99.61%
CMYK9.84%0.00%10.63%
0.39%

Color #E5FEE3 in popluar number systems.

HEXE5FEE3
Decimal229254227
Binary111001011111111011100011
Octal345376343

Shades and tints

Shades of #E5FEE3

#E5FEE3
(229,254,227)
#D1E7CF
(209,231,207)
#BDD0BB
(189,208,187)
#A9B9A7
(169,185,167)
#95A293
(149,162,147)
#818B7F
(129,139,127)
#6D746B
(109,116,107)
#595D57
(89,93,87)
#454643
(69,70,67)
#312F2F
(49,47,47)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #E5FEE3

#E5FEE3
(229,254,227)
#E7FEE5
(231,254,229)
#E9FEE7
(233,254,231)
#EBFEE9
(235,254,233)
#EDFEEB
(237,254,235)
#EFFEED
(239,254,237)
#F1FEEF
(241,254,239)
#F3FEF1
(243,254,241)
#F5FEF3
(245,254,243)
#F7FEF5
(247,254,245)
#F9FEF7
(249,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FEE3; }

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

This text font color is #E5FEE3.


Background Color

.myBgColor { background-color: #E5FEE3; }

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

This div background color is #E5FEE3.


Border color

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

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

This div border color is #E5FEE3.


Opacity

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

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

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

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

This text has shadow with #E5FEE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5FEE3 on black background.


Color preview on white background

This text has color #E5FEE3 on white background.



Black color preview on #E5FEE3 background

This text has black color on #E5FEE3 background.


White color preview on #E5FEE3 background

This text has white color on #E5FEE3 background.