COLOR #E9F0E3

HEX: #E9F0E3
RGB: (233,240,227)

Color info

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

RGB color model

#E9F0E3 color RGB value is (233,240,227).

  • red value is 233;
  • green value is 240;
  • blue value is 227.
RGB:
(233,240,227)
(91%,94%,89%)

RGB channels and saturation

R 233 of 255 = 91%
G 240 of 255 = 94%
B 227 of 255 = 89%

233
240
227

R + G + B ~ 91%. #E9F0E3 is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 240 + 227 = 700 (100%)
R 233 of 700 ~ 33.29%
G 240 of 700 ~ 34.29%
B 227 of 700 ~ 32.43%

%33.29
%34.29
%32.43

CMYK color model

#E9F0E3 color CMYK value is (3,0,5,6).

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 5.42%
  • key color value is 5.88%
CMYK:
(3,0,5,6)
C3M0Y5K6 
(3%,0%,5%,6%)
(0.03/0.00/0.05/0.06)	

CMYK percentages

%2.92
%0
%5.42
%5.88

Codes

Color #E9F0E3 in popluar color models

E9F0E3
RGB233240227
HSL92°30.23%91.57%
HSB/HSV92°5.42%94.12%
CMYK2.92%0.00%5.42%
5.88%

Color #E9F0E3 in popluar number systems.

HEXE9F0E3
Decimal233240227
Binary111010011111000011100011
Octal351360343

Shades and tints

Shades of #E9F0E3

#E9F0E3
(233,240,227)
#D4DBCF
(212,219,207)
#BFC6BB
(191,198,187)
#AAB1A7
(170,177,167)
#959C93
(149,156,147)
#80877F
(128,135,127)
#6B726B
(107,114,107)
#565D57
(86,93,87)
#414843
(65,72,67)
#2C332F
(44,51,47)
#171E1B
(23,30,27)
#000000
(0,0,0)

Tints of #E9F0E3

#E9F0E3
(233,240,227)
#EBF1E5
(235,241,229)
#EDF2E7
(237,242,231)
#EFF3E9
(239,243,233)
#F1F4EB
(241,244,235)
#F3F5ED
(243,245,237)
#F5F6EF
(245,246,239)
#F7F7F1
(247,247,241)
#F9F8F3
(249,248,243)
#FBF9F5
(251,249,245)
#FDFAF7
(253,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F0E3; }

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

This text font color is #E9F0E3.


Background Color

.myBgColor { background-color: #E9F0E3; }

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

This div background color is #E9F0E3.


Border color

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

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

This div border color is #E9F0E3.


Opacity

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

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

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

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

This text has shadow with #E9F0E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F0E3 on black background.


Color preview on white background

This text has color #E9F0E3 on white background.



Black color preview on #E9F0E3 background

This text has black color on #E9F0E3 background.


White color preview on #E9F0E3 background

This text has white color on #E9F0E3 background.