COLOR #E5FEE6

HEX: #E5FEE6 RGB: (229,254,230)

Color info

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

RGB color model

#E5FEE6 color RGB value is (229,254,230).

RGB: (229,254,230) (90%, 100%, 90%)

RGB channels and saturation

R 229 of 255 = 90%
G 254 of 255 = 100%
B 230 of 255 = 90%

229
254
230

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

Portions of RGB colors in percentages

R + G + B = 229 + 254 + 230 = 713 (100%)
R 229 of 713 ~ 32.12%
G 254 of 713 ~ 35.62%
B 230 of 713 ~ 32.26'%

%32.12
%35.62
%32.26

CMYK color model

#E5FEE6 color CMYK value is (10,0,9,0).

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

CMYK: (10,0,9,0)
C10M0Y9K0 (10%, 0%, 9%, 0%)
(0.10 / 0.00 / 0.09 / 0.00)

CMYK percentages

%9.84
%0
%9.45
%0.39

Codes

Color #E5FEE6 in popluar color models

E5 FE E6
RGB 229 254 230
HSL 122° 92.59% 94.71%
HSB/HSV 122° 9.84% 99.61%
CMYK 9.84% 0.00% 9.45%
0.39%

Color #E5FEE6 in popluar number systems.

HEX E5 FE E6
Decimal 229 254 230
Binary 11100101 11111110 11100110
Octal 345 376 346

Shades and tints

Shades of #E5FEE6

#E5FEE6
(229,254,230)
#D1E7D2
(209,231,210)
#BDD0BE
(189,208,190)
#A9B9AA
(169,185,170)
#95A296
(149,162,150)
#818B82
(129,139,130)
#6D746E
(109,116,110)
#595D5A
(89,93,90)
#454646
(69,70,70)
#312F32
(49,47,50)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #E5FEE6

#E5FEE6
(229,254,230)
#E7FEE8
(231,254,232)
#E9FEEA
(233,254,234)
#EBFEEC
(235,254,236)
#EDFEEE
(237,254,238)
#EFFEF0
(239,254,240)
#F1FEF2
(241,254,242)
#F3FEF4
(243,254,244)
#F5FEF6
(245,254,246)
#F7FEF8
(247,254,248)
#F9FEFA
(249,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5FEE6; }

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

This text font color is #E5FEE6.

Background Color

.myBgColor { background-color: #E5FEE6; }

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

This div background color is #E5FEE6.

Border color

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

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

This div border color is #E5FEE6.

Opacity

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

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

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

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

This text has shadow with #E5FEE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5FEE6.

Preview

Color preview on black background

This text has color #E5FEE6 on black background.


Color preview on white background

This text has color #E5FEE6 on white background.


Black color preview on #E5FEE6 background

This text has black color on #E5FEE6 background.


White color preview on #E5FEE6 background

This text has white color on #E5FEE6 background.


Related colors

Complementary color

Complementary color for #hex is #1A0119.


I love getcolorcode.com

Triadic colors

1 #E6E5FE and #FEE6E5 with #E5FEE6 are triadic colors.

2 #E6FEE5 and #FEE5E6 with #E5FEE6 are triadic colors.