COLOR #E9F1EA

HEX: #E9F1EA
RGB: (233,241,234)

Color info

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

RGB color model

#E9F1EA color RGB value is (233,241,234).

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

RGB channels and saturation

R 233 of 255 = 91%
G 241 of 255 = 95%
B 234 of 255 = 92%

233
241
234

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

Portions of RGB colors in percentages

R + G + B =
233 + 241 + 234 = 708 (100%)
R 233 of 708 ~ 32.91%
G 241 of 708 ~ 34.04%
B 234 of 708 ~ 33.05%

%32.91
%34.04
%33.05

CMYK color model

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

  • cyan value is 3.32%
  • magenta value is 0.00%
  • yellow value is 2.90%
  • key color value is 5.49%
CMYK:
(3,0,3,5)
C3M0Y3K5 
(3%,0%,3%,5%)
(0.03/0.00/0.03/0.05)	

CMYK percentages

%3.32
%0
%2.9
%5.49

Codes

Color #E9F1EA in popluar color models

E9F1EA
RGB233241234
HSL128°22.22%92.94%
HSB/HSV128°3.32%94.51%
CMYK3.32%0.00%2.90%
5.49%

Color #E9F1EA in popluar number systems.

HEXE9F1EA
Decimal233241234
Binary111010011111000111101010
Octal351361352

Shades and tints

Shades of #E9F1EA

#E9F1EA
(233,241,234)
#D4DCD5
(212,220,213)
#BFC7C0
(191,199,192)
#AAB2AB
(170,178,171)
#959D96
(149,157,150)
#808881
(128,136,129)
#6B736C
(107,115,108)
#565E57
(86,94,87)
#414942
(65,73,66)
#2C342D
(44,52,45)
#171F18
(23,31,24)
#000000
(0,0,0)

Tints of #E9F1EA

#E9F1EA
(233,241,234)
#EBF2EB
(235,242,235)
#EDF3EC
(237,243,236)
#EFF4ED
(239,244,237)
#F1F5EE
(241,245,238)
#F3F6EF
(243,246,239)
#F5F7F0
(245,247,240)
#F7F8F1
(247,248,241)
#F9F9F2
(249,249,242)
#FBFAF3
(251,250,243)
#FDFBF4
(253,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9F1EA; }

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

This text font color is #E9F1EA.


Background Color

.myBgColor { background-color: #E9F1EA; }

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

This div background color is #E9F1EA.


Border color

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

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

This div border color is #E9F1EA.


Opacity

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

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

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

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

This text has shadow with #E9F1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9F1EA on black background.


Color preview on white background

This text has color #E9F1EA on white background.



Black color preview on #E9F1EA background

This text has black color on #E9F1EA background.


White color preview on #E9F1EA background

This text has white color on #E9F1EA background.