COLOR #E8F0EE

HEX: #E8F0EE
RGB: (232,240,238)

Color info

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

RGB color model

#E8F0EE color RGB value is (232,240,238).

  • red value is 232;
  • green value is 240;
  • blue value is 238.
RGB:
(232,240,238)
(91%,94%,93%)

RGB channels and saturation

R 232 of 255 = 91%
G 240 of 255 = 94%
B 238 of 255 = 93%

232
240
238

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

Portions of RGB colors in percentages

R + G + B =
232 + 240 + 238 = 710 (100%)
R 232 of 710 ~ 32.68%
G 240 of 710 ~ 33.8%
B 238 of 710 ~ 33.52%

%32.68
%33.8
%33.52

CMYK color model

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

  • cyan value is 3.33%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(3,0,1,6)
C3M0Y1K6 
(3%,0%,1%,6%)
(0.03/0.00/0.01/0.06)	

CMYK percentages

%3.33
%0
%0.83
%5.88

Codes

Color #E8F0EE in popluar color models

E8F0EE
RGB232240238
HSL165°21.05%92.55%
HSB/HSV165°3.33%94.12%
CMYK3.33%0.00%0.83%
5.88%

Color #E8F0EE in popluar number systems.

HEXE8F0EE
Decimal232240238
Binary111010001111000011101110
Octal350360356

Shades and tints

Shades of #E8F0EE

#E8F0EE
(232,240,238)
#D3DBD9
(211,219,217)
#BEC6C4
(190,198,196)
#A9B1AF
(169,177,175)
#949C9A
(148,156,154)
#7F8785
(127,135,133)
#6A7270
(106,114,112)
#555D5B
(85,93,91)
#404846
(64,72,70)
#2B3331
(43,51,49)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #E8F0EE

#E8F0EE
(232,240,238)
#EAF1EF
(234,241,239)
#ECF2F0
(236,242,240)
#EEF3F1
(238,243,241)
#F0F4F2
(240,244,242)
#F2F5F3
(242,245,243)
#F4F6F4
(244,246,244)
#F6F7F5
(246,247,245)
#F8F8F6
(248,248,246)
#FAF9F7
(250,249,247)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E8F0EE color. Also use rgb(232,240,238) instead hex code.

Text Font Color

.myTextColor { color: #E8F0EE; }

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

This text font color is #E8F0EE.


Background Color

.myBgColor { background-color: #E8F0EE; }

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

This div background color is #E8F0EE.


Border color

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

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

This div border color is #E8F0EE.


Opacity

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

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

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

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

This text has shadow with #E8F0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8F0EE on black background.


Color preview on white background

This text has color #E8F0EE on white background.



Black color preview on #E8F0EE background

This text has black color on #E8F0EE background.


White color preview on #E8F0EE background

This text has white color on #E8F0EE background.