COLOR #E5F1EA

HEX: #E5F1EA
RGB: (229,241,234)

Color info

#E5F1EA contains red, green and blue colors in about the same proportion. Web safe color of #E5F1EA is #CCFFFF (or #CFF).

RGB color model

#E5F1EA color RGB value is (229,241,234).

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

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 234 of 255 = 92%

229
241
234

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

Portions of RGB colors in percentages

R + G + B =
229 + 241 + 234 = 704 (100%)
R 229 of 704 ~ 32.53%
G 241 of 704 ~ 34.23%
B 234 of 704 ~ 33.24%

%32.53
%34.23
%33.24

CMYK color model

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

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

CMYK percentages

%4.98
%0
%2.9
%5.49

Codes

Color #E5F1EA in popluar color models

E5F1EA
RGB229241234
HSL145°30.00%92.16%
HSB/HSV145°4.98%94.51%
CMYK4.98%0.00%2.90%
5.49%

Color #E5F1EA in popluar number systems.

HEXE5F1EA
Decimal229241234
Binary111001011111000111101010
Octal345361352

Shades and tints

Shades of #E5F1EA

#E5F1EA
(229,241,234)
#D1DCD5
(209,220,213)
#BDC7C0
(189,199,192)
#A9B2AB
(169,178,171)
#959D96
(149,157,150)
#818881
(129,136,129)
#6D736C
(109,115,108)
#595E57
(89,94,87)
#454942
(69,73,66)
#31342D
(49,52,45)
#1D1F18
(29,31,24)
#000000
(0,0,0)

Tints of #E5F1EA

#E5F1EA
(229,241,234)
#E7F2EB
(231,242,235)
#E9F3EC
(233,243,236)
#EBF4ED
(235,244,237)
#EDF5EE
(237,245,238)
#EFF6EF
(239,246,239)
#F1F7F0
(241,247,240)
#F3F8F1
(243,248,241)
#F5F9F2
(245,249,242)
#F7FAF3
(247,250,243)
#F9FBF4
(249,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5F1EA; }

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

This text font color is #E5F1EA.


Background Color

.myBgColor { background-color: #E5F1EA; }

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

This div background color is #E5F1EA.


Border color

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

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

This div border color is #E5F1EA.


Opacity

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

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

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

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

This text has shadow with #E5F1EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5F1EA on black background.


Color preview on white background

This text has color #E5F1EA on white background.



Black color preview on #E5F1EA background

This text has black color on #E5F1EA background.


White color preview on #E5F1EA background

This text has white color on #E5F1EA background.