COLOR #E8F2EC

HEX: #E8F2EC
RGB: (232,242,236)

Color info

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

RGB color model

#E8F2EC color RGB value is (232,242,236).

  • red value is 232;
  • green value is 242;
  • blue value is 236.
RGB:
(232,242,236)
(91%,95%,93%)

RGB channels and saturation

R 232 of 255 = 91%
G 242 of 255 = 95%
B 236 of 255 = 93%

232
242
236

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

Portions of RGB colors in percentages

R + G + B =
232 + 242 + 236 = 710 (100%)
R 232 of 710 ~ 32.68%
G 242 of 710 ~ 34.08%
B 236 of 710 ~ 33.24%

%32.68
%34.08
%33.24

CMYK color model

#E8F2EC color CMYK value is (4,0,2,5).

  • cyan value is 4.13%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 5.10%
CMYK:
(4,0,2,5)
C4M0Y2K5 
(4%,0%,2%,5%)
(0.04/0.00/0.02/0.05)	

CMYK percentages

%4.13
%0
%2.48
%5.1

Codes

Color #E8F2EC in popluar color models

E8F2EC
RGB232242236
HSL144°27.78%92.94%
HSB/HSV144°4.13%94.90%
CMYK4.13%0.00%2.48%
5.10%

Color #E8F2EC in popluar number systems.

HEXE8F2EC
Decimal232242236
Binary111010001111001011101100
Octal350362354

Shades and tints

Shades of #E8F2EC

#E8F2EC
(232,242,236)
#D3DCD7
(211,220,215)
#BEC6C2
(190,198,194)
#A9B0AD
(169,176,173)
#949A98
(148,154,152)
#7F8483
(127,132,131)
#6A6E6E
(106,110,110)
#555859
(85,88,89)
#404244
(64,66,68)
#2B2C2F
(43,44,47)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #E8F2EC

#E8F2EC
(232,242,236)
#EAF3ED
(234,243,237)
#ECF4EE
(236,244,238)
#EEF5EF
(238,245,239)
#F0F6F0
(240,246,240)
#F2F7F1
(242,247,241)
#F4F8F2
(244,248,242)
#F6F9F3
(246,249,243)
#F8FAF4
(248,250,244)
#FAFBF5
(250,251,245)
#FCFCF6
(252,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F2EC color. Also use rgb(232,242,236) instead hex code.

Text Font Color

.myTextColor { color: #E8F2EC; }

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

This text font color is #E8F2EC.


Background Color

.myBgColor { background-color: #E8F2EC; }

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

This div background color is #E8F2EC.


Border color

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

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

This div border color is #E8F2EC.


Opacity

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

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

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

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

This text has shadow with #E8F2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F2EC on black background.


Color preview on white background

This text has color #E8F2EC on white background.



Black color preview on #E8F2EC background

This text has black color on #E8F2EC background.


White color preview on #E8F2EC background

This text has white color on #E8F2EC background.