COLOR #E5F3EC

HEX: #E5F3EC RGB: (229,243,236)

Color info

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

RGB color model

#E5F3EC color RGB value is (229,243,236).

RGB: (229,243,236) (90%, 95%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 243 of 255 = 95%
B 236 of 255 = 93%

229
243
236

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

Portions of RGB colors in percentages

R + G + B = 229 + 243 + 236 = 708 (100%)
R 229 of 708 ~ 32.34%
G 243 of 708 ~ 34.32%
B 236 of 708 ~ 33.33'%

%32.34
%34.32
%33.33

CMYK color model

#E5F3EC color CMYK value is (6,0,3,5).

  • cyan value is 5.76%
  • magenta value is 0.00%
  • yellow value is 2.88%
  • key color value is 4.71%

CMYK: (6,0,3,5)
C6M0Y3K5 (6%, 0%, 3%, 5%)
(0.06 / 0.00 / 0.03 / 0.05)

CMYK percentages

%5.76
%0
%2.88
%4.71

Codes

Color #E5F3EC in popluar color models

E5 F3 EC
RGB 229 243 236
HSL 150° 36.84% 92.55%
HSB/HSV 150° 5.76% 95.29%
CMYK 5.76% 0.00% 2.88%
4.71%

Color #E5F3EC in popluar number systems.

HEX E5 F3 EC
Decimal 229 243 236
Binary 11100101 11110011 11101100
Octal 345 363 354

Shades and tints

Shades of #E5F3EC

#E5F3EC
(229,243,236)
#D1DDD7
(209,221,215)
#BDC7C2
(189,199,194)
#A9B1AD
(169,177,173)
#959B98
(149,155,152)
#818583
(129,133,131)
#6D6F6E
(109,111,110)
#595959
(89,89,89)
#454344
(69,67,68)
#312D2F
(49,45,47)
#1D171A
(29,23,26)
#000000
(0,0,0)

Tints of #E5F3EC

#E5F3EC
(229,243,236)
#E7F4ED
(231,244,237)
#E9F5EE
(233,245,238)
#EBF6EF
(235,246,239)
#EDF7F0
(237,247,240)
#EFF8F1
(239,248,241)
#F1F9F2
(241,249,242)
#F3FAF3
(243,250,243)
#F5FBF4
(245,251,244)
#F7FCF5
(247,252,245)
#F9FDF6
(249,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E5F3EC color. Also use rgb(229,243,236) instead hex code.

Text Font Color

.myTextColor { color: #E5F3EC; }

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

This text font color is #E5F3EC.

Background Color

.myBgColor { background-color: #E5F3EC; }

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

This div background color is #E5F3EC.

Border color

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

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

This div border color is #E5F3EC.

Opacity

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

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

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

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

This text has shadow with #E5F3EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5F3EC.

Preview

Color preview on black background

This text has color #E5F3EC on black background.


Color preview on white background

This text has color #E5F3EC on white background.


Black color preview on #E5F3EC background

This text has black color on #E5F3EC background.


White color preview on #E5F3EC background

This text has white color on #E5F3EC background.


Related colors

Complementary color

Complementary color for #hex is #1A0C13.


I love getcolorcode.com

Triadic colors

1 #ECE5F3 and #F3ECE5 with #E5F3EC are triadic colors.

2 #ECF3E5 and #F3E5EC with #E5F3EC are triadic colors.