COLOR #E5E0EC

HEX: #E5E0EC RGB: (229,224,236)

Color info

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

RGB color model

#E5E0EC color RGB value is (229,224,236).

RGB: (229,224,236) (90%, 88%, 93%)

RGB channels and saturation

R 229 of 255 = 90%
G 224 of 255 = 88%
B 236 of 255 = 93%

229
224
236

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

Portions of RGB colors in percentages

R + G + B = 229 + 224 + 236 = 689 (100%)
R 229 of 689 ~ 33.24%
G 224 of 689 ~ 32.51%
B 236 of 689 ~ 34.25'%

%33.24
%32.51
%34.25

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 5.08%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (3,5,0,7) C3M5Y0K7 (3%,5%,0%,7%) (0.03/0.05/0.00/0.07) 

CMYK percentages

%2.97
%5.08
%0
%7.45

Codes

Color #E5E0EC in popluar color models

E5 E0 EC
RGB 229 224 236
HSL 265° 24.00% 90.20%
HSB/HSV 265° 5.08% 92.55%
CMYK 2.97% 5.08% 0.00%
7.45%

Color #E5E0EC in popluar number systems.

HEX E5 E0 EC
Decimal 229 224 236
Binary 11100101 11100000 11101100
Octal 345 340 354

Shades and tints

Shades of #E5E0EC

#E5E0EC
(229,224,236)
#D1CCD7
(209,204,215)
#BDB8C2
(189,184,194)
#A9A4AD
(169,164,173)
#959098
(149,144,152)
#817C83
(129,124,131)
#6D686E
(109,104,110)
#595459
(89,84,89)
#454044
(69,64,68)
#312C2F
(49,44,47)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #E5E0EC

#E5E0EC
(229,224,236)
#E7E2ED
(231,226,237)
#E9E4EE
(233,228,238)
#EBE6EF
(235,230,239)
#EDE8F0
(237,232,240)
#EFEAF1
(239,234,241)
#F1ECF2
(241,236,242)
#F3EEF3
(243,238,243)
#F5F0F4
(245,240,244)
#F7F2F5
(247,242,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5E0EC; }

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

This text font color is #E5E0EC.

Background Color

.myBgColor { background-color: #E5E0EC; }

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

This div background color is #E5E0EC.

Border color

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

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

This div border color is #E5E0EC.

Opacity

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

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

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

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

This text has shadow with #E5E0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E5E0EC.

Preview

Color preview on black background

This text has color #E5E0EC on black background.


Color preview on white background

This text has color #E5E0EC on white background.


Black color preview on #E5E0EC background

This text has black color on #E5E0EC background.


White color preview on #E5E0EC background

This text has white color on #E5E0EC background.


Related colors

Complementary color

Complementary color for #hex is #1A1F13.


I love getcolorcode.com

Triadic colors

1 #ECE5E0 and #E0ECE5 with #E5E0EC are triadic colors.

2 #ECE0E5 and #E0E5EC with #E5E0EC are triadic colors.