COLOR #E5F1EB

HEX: #E5F1EB RGB: (229,241,235)

Color info

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

RGB color model

#E5F1EB color RGB value is (229,241,235).

RGB: (229,241,235) (90%, 95%, 92%)

RGB channels and saturation

R 229 of 255 = 90%
G 241 of 255 = 95%
B 235 of 255 = 92%

229
241
235

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

Portions of RGB colors in percentages

R + G + B = 229 + 241 + 235 = 705 (100%)
R 229 of 705 ~ 32.48%
G 241 of 705 ~ 34.18%
B 235 of 705 ~ 33.33'%

%32.48
%34.18
%33.33

CMYK color model

#E5F1EB color CMYK value is (5,0,2,5).

  • cyan value is 4.98%
  • magenta value is 0.00%
  • yellow value is 2.49%
  • key color value is 5.49%

CMYK: (5,0,2,5)
C5M0Y2K5 (5%, 0%, 2%, 5%)
(0.05 / 0.00 / 0.02 / 0.05)

CMYK percentages

%4.98
%0
%2.49
%5.49

Codes

Color #E5F1EB in popluar color models

E5 F1 EB
RGB 229 241 235
HSL 150° 30.00% 92.16%
HSB/HSV 150° 4.98% 94.51%
CMYK 4.98% 0.00% 2.49%
5.49%

Color #E5F1EB in popluar number systems.

HEX E5 F1 EB
Decimal 229 241 235
Binary 11100101 11110001 11101011
Octal 345 361 353

Shades and tints

Shades of #E5F1EB

#E5F1EB
(229,241,235)
#D1DCD6
(209,220,214)
#BDC7C1
(189,199,193)
#A9B2AC
(169,178,172)
#959D97
(149,157,151)
#818882
(129,136,130)
#6D736D
(109,115,109)
#595E58
(89,94,88)
#454943
(69,73,67)
#31342E
(49,52,46)
#1D1F19
(29,31,25)
#000000
(0,0,0)

Tints of #E5F1EB

#E5F1EB
(229,241,235)
#E7F2EC
(231,242,236)
#E9F3ED
(233,243,237)
#EBF4EE
(235,244,238)
#EDF5EF
(237,245,239)
#EFF6F0
(239,246,240)
#F1F7F1
(241,247,241)
#F3F8F2
(243,248,242)
#F5F9F3
(245,249,243)
#F7FAF4
(247,250,244)
#F9FBF5
(249,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F1EB color. Also use rgb(229,241,235) instead hex code.

Text Font Color

.myTextColor { color: #E5F1EB; }

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

This text font color is #E5F1EB.

Background Color

.myBgColor { background-color: #E5F1EB; }

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

This div background color is #E5F1EB.

Border color

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

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

This div border color is #E5F1EB.

Opacity

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

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

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

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

This text has shadow with #E5F1EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F1EB.

Preview

Color preview on black background

This text has color #E5F1EB on black background.


Color preview on white background

This text has color #E5F1EB on white background.


Black color preview on #E5F1EB background

This text has black color on #E5F1EB background.


White color preview on #E5F1EB background

This text has white color on #E5F1EB background.


Related colors

Complementary color

Complementary color for #hex is #1A0E14.


I love getcolorcode.com

Triadic colors

1 #EBE5F1 and #F1EBE5 with #E5F1EB are triadic colors.

2 #EBF1E5 and #F1E5EB with #E5F1EB are triadic colors.