COLOR #E5EFEE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

229
239
238

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

Portions of RGB colors in percentages

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

%32.44
%33.85
%33.71

CMYK color model

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

  • cyan value is 4.18%
  • magenta value is 0.00%
  • yellow value is 0.42%
  • 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
%0.42
%6.27

Codes

Color #E5EFEE in popluar color models

E5EFEE
RGB229239238
HSL174°23.81%91.76%
HSB/HSV174°4.18%93.73%
CMYK4.18%0.00%0.42%
6.27%

Color #E5EFEE in popluar number systems.

HEXE5EFEE
Decimal229239238
Binary111001011110111111101110
Octal345357356

Shades and tints

Shades of #E5EFEE

#E5EFEE
(229,239,238)
#D1DAD9
(209,218,217)
#BDC5C4
(189,197,196)
#A9B0AF
(169,176,175)
#959B9A
(149,155,154)
#818685
(129,134,133)
#6D7170
(109,113,112)
#595C5B
(89,92,91)
#454746
(69,71,70)
#313231
(49,50,49)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #E5EFEE

#E5EFEE
(229,239,238)
#E7F0EF
(231,240,239)
#E9F1F0
(233,241,240)
#EBF2F1
(235,242,241)
#EDF3F2
(237,243,242)
#EFF4F3
(239,244,243)
#F1F5F4
(241,245,244)
#F3F6F5
(243,246,245)
#F5F7F6
(245,247,246)
#F7F8F7
(247,248,247)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EFEE; }

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

This text font color is #E5EFEE.


Background Color

.myBgColor { background-color: #E5EFEE; }

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

This div background color is #E5EFEE.


Border color

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

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

This div border color is #E5EFEE.


Opacity

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

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

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

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

This text has shadow with #E5EFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5EFEE on black background.


Color preview on white background

This text has color #E5EFEE on white background.



Black color preview on #E5EFEE background

This text has black color on #E5EFEE background.


White color preview on #E5EFEE background

This text has white color on #E5EFEE background.