COLOR #E5EEEF

HEX: #E5EEEF
RGB: (229,238,239)

Color info

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

RGB color model

#E5EEEF color RGB value is (229,238,239).

  • red value is 229;
  • green value is 238;
  • blue value is 239.
RGB:
(229,238,239)
(90%,93%,94%)

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 239 of 255 = 94%

229
238
239

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

Portions of RGB colors in percentages

R + G + B =
229 + 238 + 239 = 706 (100%)
R 229 of 706 ~ 32.44%
G 238 of 706 ~ 33.71%
B 239 of 706 ~ 33.85%

%32.44
%33.71
%33.85

CMYK color model

#E5EEEF color CMYK value is (4,0,0,6).

  • cyan value is 4.18%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(4,0,0,6)
C4M0Y0K6 
(4%,0%,0%,6%)
(0.04/0.00/0.00/0.06)	

CMYK percentages

%4.18
%0.42
%0
%6.27

Codes

Color #E5EEEF in popluar color models

E5EEEF
RGB229238239
HSL186°23.81%91.76%
HSB/HSV186°4.18%93.73%
CMYK4.18%0.42%0.00%
6.27%

Color #E5EEEF in popluar number systems.

HEXE5EEEF
Decimal229238239
Binary111001011110111011101111
Octal345356357

Shades and tints

Shades of #E5EEEF

#E5EEEF
(229,238,239)
#D1D9DA
(209,217,218)
#BDC4C5
(189,196,197)
#A9AFB0
(169,175,176)
#959A9B
(149,154,155)
#818586
(129,133,134)
#6D7071
(109,112,113)
#595B5C
(89,91,92)
#454647
(69,70,71)
#313132
(49,49,50)
#1D1C1D
(29,28,29)
#000000
(0,0,0)

Tints of #E5EEEF

#E5EEEF
(229,238,239)
#E7EFF0
(231,239,240)
#E9F0F1
(233,240,241)
#EBF1F2
(235,241,242)
#EDF2F3
(237,242,243)
#EFF3F4
(239,243,244)
#F1F4F5
(241,244,245)
#F3F5F6
(243,245,246)
#F5F6F7
(245,246,247)
#F7F7F8
(247,247,248)
#F9F8F9
(249,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5EEEF color. Also use rgb(229,238,239) instead hex code.

Text Font Color

.myTextColor { color: #E5EEEF; }

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

This text font color is #E5EEEF.


Background Color

.myBgColor { background-color: #E5EEEF; }

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

This div background color is #E5EEEF.


Border color

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

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

This div border color is #E5EEEF.


Opacity

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

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

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

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

This text has shadow with #E5EEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EEEF on black background.


Color preview on white background

This text has color #E5EEEF on white background.



Black color preview on #E5EEEF background

This text has black color on #E5EEEF background.


White color preview on #E5EEEF background

This text has white color on #E5EEEF background.