COLOR #E5EEF4

HEX: #E5EEF4 RGB: (229,238,244)

Color info

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

RGB color model

#E5EEF4 color RGB value is (229,238,244).

RGB: (229,238,244) (90%, 93%, 96%)

RGB channels and saturation

R 229 of 255 = 90%
G 238 of 255 = 93%
B 244 of 255 = 96%

229
238
244

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

Portions of RGB colors in percentages

R + G + B = 229 + 238 + 244 = 711 (100%)
R 229 of 711 ~ 32.21%
G 238 of 711 ~ 33.47%
B 244 of 711 ~ 34.32'%

%32.21
%33.47
%34.32

CMYK color model

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

  • cyan value is 6.15%
  • magenta value is 2.46%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (6,2,0,4)
C6M2Y0K4 (6%, 2%, 0%, 4%)
(0.06 / 0.02 / 0.00 / 0.04)

CMYK percentages

%6.15
%2.46
%0
%4.31

Codes

Color #E5EEF4 in popluar color models

E5 EE F4
RGB 229 238 244
HSL 204° 40.54% 92.75%
HSB/HSV 204° 6.15% 95.69%
CMYK 6.15% 2.46% 0.00%
4.31%

Color #E5EEF4 in popluar number systems.

HEX E5 EE F4
Decimal 229 238 244
Binary 11100101 11101110 11110100
Octal 345 356 364

Shades and tints

Shades of #E5EEF4

#E5EEF4
(229,238,244)
#D1D9DE
(209,217,222)
#BDC4C8
(189,196,200)
#A9AFB2
(169,175,178)
#959A9C
(149,154,156)
#818586
(129,133,134)
#6D7070
(109,112,112)
#595B5A
(89,91,90)
#454644
(69,70,68)
#31312E
(49,49,46)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #E5EEF4

#E5EEF4
(229,238,244)
#E7EFF5
(231,239,245)
#E9F0F6
(233,240,246)
#EBF1F7
(235,241,247)
#EDF2F8
(237,242,248)
#EFF3F9
(239,243,249)
#F1F4FA
(241,244,250)
#F3F5FB
(243,245,251)
#F5F6FC
(245,246,252)
#F7F7FD
(247,247,253)
#F9F8FE
(249,248,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5EEF4; }

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

This text font color is #E5EEF4.

Background Color

.myBgColor { background-color: #E5EEF4; }

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

This div background color is #E5EEF4.

Border color

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

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

This div border color is #E5EEF4.

Opacity

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

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

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

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

This text has shadow with #E5EEF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5EEF4.

Preview

Color preview on black background

This text has color #E5EEF4 on black background.


Color preview on white background

This text has color #E5EEF4 on white background.


Black color preview on #E5EEF4 background

This text has black color on #E5EEF4 background.


White color preview on #E5EEF4 background

This text has white color on #E5EEF4 background.


Related colors

Complementary color

Complementary color for #hex is #1A110B.


I love getcolorcode.com

Triadic colors

1 #F4E5EE and #EEF4E5 with #E5EEF4 are triadic colors.

2 #F4EEE5 and #EEE5F4 with #E5EEF4 are triadic colors.