COLOR #E9F0EA

HEX: #E9F0EA
RGB: (233,240,234)

Color info

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

RGB color model

#E9F0EA color RGB value is (233,240,234).

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

RGB channels and saturation

R 233 of 255 = 91%
G 240 of 255 = 94%
B 234 of 255 = 92%

233
240
234

R + G + B ~ 92%. #E9F0EA is light color.

Portions of RGB colors in percentages

R + G + B =
233 + 240 + 234 = 707 (100%)
R 233 of 707 ~ 32.96%
G 240 of 707 ~ 33.95%
B 234 of 707 ~ 33.1%

%32.96
%33.95
%33.1

CMYK color model

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

  • cyan value is 2.92%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(3,0,3,6)
C3M0Y3K6 
(3%,0%,3%,6%)
(0.03/0.00/0.03/0.06)	

CMYK percentages

%2.92
%0
%2.5
%5.88

Codes

Color #E9F0EA in popluar color models

E9F0EA
RGB233240234
HSL129°18.92%92.75%
HSB/HSV129°2.92%94.12%
CMYK2.92%0.00%2.50%
5.88%

Color #E9F0EA in popluar number systems.

HEXE9F0EA
Decimal233240234
Binary111010011111000011101010
Octal351360352

Shades and tints

Shades of #E9F0EA

#E9F0EA
(233,240,234)
#D4DBD5
(212,219,213)
#BFC6C0
(191,198,192)
#AAB1AB
(170,177,171)
#959C96
(149,156,150)
#808781
(128,135,129)
#6B726C
(107,114,108)
#565D57
(86,93,87)
#414842
(65,72,66)
#2C332D
(44,51,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #E9F0EA

#E9F0EA
(233,240,234)
#EBF1EB
(235,241,235)
#EDF2EC
(237,242,236)
#EFF3ED
(239,243,237)
#F1F4EE
(241,244,238)
#F3F5EF
(243,245,239)
#F5F6F0
(245,246,240)
#F7F7F1
(247,247,241)
#F9F8F2
(249,248,242)
#FBF9F3
(251,249,243)
#FDFAF4
(253,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F0EA; }

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

This text font color is #E9F0EA.


Background Color

.myBgColor { background-color: #E9F0EA; }

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

This div background color is #E9F0EA.


Border color

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

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

This div border color is #E9F0EA.


Opacity

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

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

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

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

This text has shadow with #E9F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F0EA on black background.


Color preview on white background

This text has color #E9F0EA on white background.



Black color preview on #E9F0EA background

This text has black color on #E9F0EA background.


White color preview on #E9F0EA background

This text has white color on #E9F0EA background.