COLOR #E4F2EC

HEX: #E4F2EC RGB: (228,242,236)

Color info

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

RGB color model

#E4F2EC color RGB value is (228,242,236).

RGB: (228,242,236) (89%, 95%, 93%)

RGB channels and saturation

R 228 of 255 = 89%
G 242 of 255 = 95%
B 236 of 255 = 93%

228
242
236

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

Portions of RGB colors in percentages

R + G + B = 228 + 242 + 236 = 706 (100%)
R 228 of 706 ~ 32.29%
G 242 of 706 ~ 34.28%
B 236 of 706 ~ 33.43'%

%32.29
%34.28
%33.43

CMYK color model

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

  • cyan value is 5.79%
  • magenta value is 0.00%
  • yellow value is 2.48%
  • key color value is 5.10%

CMYK: (6,0,2,5)
C6M0Y2K5 (6%, 0%, 2%, 5%)
(0.06 / 0.00 / 0.02 / 0.05)

CMYK percentages

%5.79
%0
%2.48
%5.1

Codes

Color #E4F2EC in popluar color models

E4 F2 EC
RGB 228 242 236
HSL 154° 35.00% 92.16%
HSB/HSV 154° 5.79% 94.90%
CMYK 5.79% 0.00% 2.48%
5.10%

Color #E4F2EC in popluar number systems.

HEX E4 F2 EC
Decimal 228 242 236
Binary 11100100 11110010 11101100
Octal 344 362 354

Shades and tints

Shades of #E4F2EC

#E4F2EC
(228,242,236)
#D0DCD7
(208,220,215)
#BCC6C2
(188,198,194)
#A8B0AD
(168,176,173)
#949A98
(148,154,152)
#808483
(128,132,131)
#6C6E6E
(108,110,110)
#585859
(88,88,89)
#444244
(68,66,68)
#302C2F
(48,44,47)
#1C161A
(28,22,26)
#000000
(0,0,0)

Tints of #E4F2EC

#E4F2EC
(228,242,236)
#E6F3ED
(230,243,237)
#E8F4EE
(232,244,238)
#EAF5EF
(234,245,239)
#ECF6F0
(236,246,240)
#EEF7F1
(238,247,241)
#F0F8F2
(240,248,242)
#F2F9F3
(242,249,243)
#F4FAF4
(244,250,244)
#F6FBF5
(246,251,245)
#F8FCF6
(248,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E4F2EC color. Also use rgb(228,242,236) instead hex code.

Text Font Color

.myTextColor { color: #E4F2EC; }

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

This text font color is #E4F2EC.

Background Color

.myBgColor { background-color: #E4F2EC; }

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

This div background color is #E4F2EC.

Border color

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

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

This div border color is #E4F2EC.

Opacity

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

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

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

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

This text has shadow with #E4F2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E4F2EC.

Preview

Color preview on black background

This text has color #E4F2EC on black background.


Color preview on white background

This text has color #E4F2EC on white background.


Black color preview on #E4F2EC background

This text has black color on #E4F2EC background.


White color preview on #E4F2EC background

This text has white color on #E4F2EC background.


Related colors

Complementary color

Complementary color for #hex is #1B0D13.


I love getcolorcode.com

Triadic colors

1 #ECE4F2 and #F2ECE4 with #E4F2EC are triadic colors.

2 #ECF2E4 and #F2E4EC with #E4F2EC are triadic colors.