COLOR #E0E4EC

HEX: #E0E4EC RGB: (224,228,236)

Color info

#E0E4EC contains red, green and blue colors in about the same proportion. Web safe color of #E0E4EC is #CCCCFF (or #CCF).

RGB color model

#E0E4EC color RGB value is (224,228,236).

RGB: (224,228,236) (88%, 89%, 93%)

RGB channels and saturation

R 224 of 255 = 88%
G 228 of 255 = 89%
B 236 of 255 = 93%

224
228
236

R + G + B ~ 90%. #E0E4EC is light color.

Portions of RGB colors in percentages

R + G + B = 224 + 228 + 236 = 688 (100%)
R 224 of 688 ~ 32.56%
G 228 of 688 ~ 33.14%
B 236 of 688 ~ 34.3'%

%32.56
%33.14
%34.3

CMYK color model

#E0E4EC color CMYK value is (5,3,0,7).

  • cyan value is 5.08%
  • magenta value is 3.39%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (5,3,0,7)
C5M3Y0K7 (5%, 3%, 0%, 7%)
(0.05 / 0.03 / 0.00 / 0.07)

CMYK percentages

%5.08
%3.39
%0
%7.45

Codes

Color #E0E4EC in popluar color models

E0 E4 EC
RGB 224 228 236
HSL 220° 24.00% 90.20%
HSB/HSV 220° 5.08% 92.55%
CMYK 5.08% 3.39% 0.00%
7.45%

Color #E0E4EC in popluar number systems.

HEX E0 E4 EC
Decimal 224 228 236
Binary 11100000 11100100 11101100
Octal 340 344 354

Shades and tints

Shades of #E0E4EC

#E0E4EC
(224,228,236)
#CCD0D7
(204,208,215)
#B8BCC2
(184,188,194)
#A4A8AD
(164,168,173)
#909498
(144,148,152)
#7C8083
(124,128,131)
#686C6E
(104,108,110)
#545859
(84,88,89)
#404444
(64,68,68)
#2C302F
(44,48,47)
#181C1A
(24,28,26)
#000000
(0,0,0)

Tints of #E0E4EC

#E0E4EC
(224,228,236)
#E2E6ED
(226,230,237)
#E4E8EE
(228,232,238)
#E6EAEF
(230,234,239)
#E8ECF0
(232,236,240)
#EAEEF1
(234,238,241)
#ECF0F2
(236,240,242)
#EEF2F3
(238,242,243)
#F0F4F4
(240,244,244)
#F2F6F5
(242,246,245)
#F4F8F6
(244,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0E4EC; }

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

This text font color is #E0E4EC.

Background Color

.myBgColor { background-color: #E0E4EC; }

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

This div background color is #E0E4EC.

Border color

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

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

This div border color is #E0E4EC.

Opacity

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

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

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

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

This text has shadow with #E0E4EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E0E4EC.

Preview

Color preview on black background

This text has color #E0E4EC on black background.


Color preview on white background

This text has color #E0E4EC on white background.


Black color preview on #E0E4EC background

This text has black color on #E0E4EC background.


White color preview on #E0E4EC background

This text has white color on #E0E4EC background.


Related colors

Complementary color

Complementary color for #hex is #1F1B13.


I love getcolorcode.com

Triadic colors

1 #ECE0E4 and #E4ECE0 with #E0E4EC are triadic colors.

2 #ECE4E0 and #E4E0EC with #E0E4EC are triadic colors.