COLOR #E9FEE0

HEX: #E9FEE0 RGB: (233,254,224)

Color info

#E9FEE0 contains red, green and blue colors in about the same proportion. Web safe color of #E9FEE0 is #FFFFCC (or #FFC).

RGB color model

#E9FEE0 color RGB value is (233,254,224).

RGB: (233,254,224) (91%, 100%, 88%)

RGB channels and saturation

R 233 of 255 = 91%
G 254 of 255 = 100%
B 224 of 255 = 88%

233
254
224

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

Portions of RGB colors in percentages

R + G + B = 233 + 254 + 224 = 711 (100%)
R 233 of 711 ~ 32.77%
G 254 of 711 ~ 35.72%
B 224 of 711 ~ 31.5'%

%32.77
%35.72
%31.5

CMYK color model

#E9FEE0 color CMYK value is (8,0,12,0).

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

CMYK: (8,0,12,0)
C8M0Y12K0 (8%, 0%, 12%, 0%)
(0.08 / 0.00 / 0.12 / 0.00)

CMYK percentages

%8.27
%0
%11.81
%0.39

Codes

Color #E9FEE0 in popluar color models

E9 FE E0
RGB 233 254 224
HSL 102° 93.75% 93.73%
HSB/HSV 102° 11.81% 99.61%
CMYK 8.27% 0.00% 11.81%
0.39%

Color #E9FEE0 in popluar number systems.

HEX E9 FE E0
Decimal 233 254 224
Binary 11101001 11111110 11100000
Octal 351 376 340

Shades and tints

Shades of #E9FEE0

#E9FEE0
(233,254,224)
#D4E7CC
(212,231,204)
#BFD0B8
(191,208,184)
#AAB9A4
(170,185,164)
#95A290
(149,162,144)
#808B7C
(128,139,124)
#6B7468
(107,116,104)
#565D54
(86,93,84)
#414640
(65,70,64)
#2C2F2C
(44,47,44)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9FEE0

#E9FEE0
(233,254,224)
#EBFEE2
(235,254,226)
#EDFEE4
(237,254,228)
#EFFEE6
(239,254,230)
#F1FEE8
(241,254,232)
#F3FEEA
(243,254,234)
#F5FEEC
(245,254,236)
#F7FEEE
(247,254,238)
#F9FEF0
(249,254,240)
#FBFEF2
(251,254,242)
#FDFEF4
(253,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FEE0; }

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

This text font color is #E9FEE0.

Background Color

.myBgColor { background-color: #E9FEE0; }

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

This div background color is #E9FEE0.

Border color

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

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

This div border color is #E9FEE0.

Opacity

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

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

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

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

This text has shadow with #E9FEE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FEE0.

Preview

Color preview on black background

This text has color #E9FEE0 on black background.


Color preview on white background

This text has color #E9FEE0 on white background.


Black color preview on #E9FEE0 background

This text has black color on #E9FEE0 background.


White color preview on #E9FEE0 background

This text has white color on #E9FEE0 background.


Related colors

Complementary color

Complementary color for #hex is #16011F.


I love getcolorcode.com

Triadic colors

1 #E0E9FE and #FEE0E9 with #E9FEE0 are triadic colors.

2 #E0FEE9 and #FEE9E0 with #E9FEE0 are triadic colors.