COLOR #E9FEF0

HEX: #E9FEF0 RGB: (233,254,240)

Color info

#E9FEF0 contains red, green and blue colors in about the same proportion. Web safe color of #E9FEF0 is #FFFFFF (or #FFF).

RGB color model

#E9FEF0 color RGB value is (233,254,240).

RGB: (233,254,240) (91%, 100%, 94%)

RGB channels and saturation

R 233 of 255 = 91%
G 254 of 255 = 100%
B 240 of 255 = 94%

233
254
240

R + G + B ~ 95%. #E9FEF0 is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 254 + 240 = 727 (100%)
R 233 of 727 ~ 32.05%
G 254 of 727 ~ 34.94%
B 240 of 727 ~ 33.01'%

%32.05
%34.94
%33.01

CMYK color model

#E9FEF0 color CMYK value is (8,0,6,0).

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

CMYK: (8,0,6,0)
C8M0Y6K0 (8%, 0%, 6%, 0%)
(0.08 / 0.00 / 0.06 / 0.00)

CMYK percentages

%8.27
%0
%5.51
%0.39

Codes

Color #E9FEF0 in popluar color models

E9 FE F0
RGB 233 254 240
HSL 140° 91.30% 95.49%
HSB/HSV 140° 8.27% 99.61%
CMYK 8.27% 0.00% 5.51%
0.39%

Color #E9FEF0 in popluar number systems.

HEX E9 FE F0
Decimal 233 254 240
Binary 11101001 11111110 11110000
Octal 351 376 360

Shades and tints

Shades of #E9FEF0

#E9FEF0
(233,254,240)
#D4E7DB
(212,231,219)
#BFD0C6
(191,208,198)
#AAB9B1
(170,185,177)
#95A29C
(149,162,156)
#808B87
(128,139,135)
#6B7472
(107,116,114)
#565D5D
(86,93,93)
#414648
(65,70,72)
#2C2F33
(44,47,51)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #E9FEF0

#E9FEF0
(233,254,240)
#EBFEF1
(235,254,241)
#EDFEF2
(237,254,242)
#EFFEF3
(239,254,243)
#F1FEF4
(241,254,244)
#F3FEF5
(243,254,245)
#F5FEF6
(245,254,246)
#F7FEF7
(247,254,247)
#F9FEF8
(249,254,248)
#FBFEF9
(251,254,249)
#FDFEFA
(253,254,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9FEF0; }

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

This text font color is #E9FEF0.

Background Color

.myBgColor { background-color: #E9FEF0; }

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

This div background color is #E9FEF0.

Border color

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

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

This div border color is #E9FEF0.

Opacity

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

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

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

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

This text has shadow with #E9FEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9FEF0.

Preview

Color preview on black background

This text has color #E9FEF0 on black background.


Color preview on white background

This text has color #E9FEF0 on white background.


Black color preview on #E9FEF0 background

This text has black color on #E9FEF0 background.


White color preview on #E9FEF0 background

This text has white color on #E9FEF0 background.


Related colors

Complementary color

Complementary color for #hex is #16010F.


I love getcolorcode.com

Triadic colors

1 #F0E9FE and #FEF0E9 with #E9FEF0 are triadic colors.

2 #F0FEE9 and #FEE9F0 with #E9FEF0 are triadic colors.