COLOR #E5EEF0

HEX: #E5EEF0 RGB: (229,238,240)

Color info

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

RGB color model

#E5EEF0 color RGB value is (229,238,240).

RGB: (229,238,240) (90%, 93%, 94%)

RGB channels and saturation

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

229
238
240

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

Portions of RGB colors in percentages

R + G + B = 229 + 238 + 240 = 707 (100%)
R 229 of 707 ~ 32.39%
G 238 of 707 ~ 33.66%
B 240 of 707 ~ 33.95'%

%32.39
%33.66
%33.95

CMYK color model

#E5EEF0 color CMYK value is (5,1,0,6).

  • cyan value is 4.58%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK: (5,1,0,6) C5M1Y0K6 (5%,1%,0%,6%) (0.05/0.01/0.00/0.06) 

CMYK percentages

%4.58
%0.83
%0
%5.88

Codes

Color #E5EEF0 in popluar color models

E5 EE F0
RGB 229 238 240
HSL 191° 26.83% 91.96%
HSB/HSV 191° 4.58% 94.12%
CMYK 4.58% 0.83% 0.00%
5.88%

Color #E5EEF0 in popluar number systems.

HEX E5 EE F0
Decimal 229 238 240
Binary 11100101 11101110 11110000
Octal 345 356 360

Shades and tints

Shades of #E5EEF0

#E5EEF0
(229,238,240)
#D1D9DB
(209,217,219)
#BDC4C6
(189,196,198)
#A9AFB1
(169,175,177)
#959A9C
(149,154,156)
#818587
(129,133,135)
#6D7072
(109,112,114)
#595B5D
(89,91,93)
#454648
(69,70,72)
#313133
(49,49,51)
#1D1C1E
(29,28,30)
#000000
(0,0,0)

Tints of #E5EEF0

#E5EEF0
(229,238,240)
#E7EFF1
(231,239,241)
#E9F0F2
(233,240,242)
#EBF1F3
(235,241,243)
#EDF2F4
(237,242,244)
#EFF3F5
(239,243,245)
#F1F4F6
(241,244,246)
#F3F5F7
(243,245,247)
#F5F6F8
(245,246,248)
#F7F7F9
(247,247,249)
#F9F8FA
(249,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EEF0; }

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

This text font color is #E5EEF0.

Background Color

.myBgColor { background-color: #E5EEF0; }

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

This div background color is #E5EEF0.

Border color

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

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

This div border color is #E5EEF0.

Opacity

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

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

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

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

This text has shadow with #E5EEF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EEF0.

Preview

Color preview on black background

This text has color #E5EEF0 on black background.


Color preview on white background

This text has color #E5EEF0 on white background.


Black color preview on #E5EEF0 background

This text has black color on #E5EEF0 background.


White color preview on #E5EEF0 background

This text has white color on #E5EEF0 background.


Related colors

Complementary color

Complementary color for #hex is #1A110F.


I love getcolorcode.com

Triadic colors

1 #F0E5EE and #EEF0E5 with #E5EEF0 are triadic colors.

2 #F0EEE5 and #EEE5F0 with #E5EEF0 are triadic colors.