COLOR #E0ECE6

HEX: #E0ECE6
RGB: (224,236,230)

Color info

#E0ECE6 contains red, green and blue colors in about the same proportion. Web safe color of #E0ECE6 is #CCFFCC (or #CFC).

RGB color model

#E0ECE6 color RGB value is (224,236,230).

  • red value is 224;
  • green value is 236;
  • blue value is 230.
RGB:
(224,236,230)
(88%,93%,90%)

RGB channels and saturation

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

224
236
230

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

Portions of RGB colors in percentages

R + G + B =
224 + 236 + 230 = 690 (100%)
R 224 of 690 ~ 32.46%
G 236 of 690 ~ 34.2%
B 230 of 690 ~ 33.33%

%32.46
%34.2
%33.33

CMYK color model

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

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

CMYK percentages

%5.08
%0
%2.54
%7.45

Codes

Color #E0ECE6 in popluar color models

E0ECE6
RGB224236230
HSL150°24.00%90.20%
HSB/HSV150°5.08%92.55%
CMYK5.08%0.00%2.54%
7.45%

Color #E0ECE6 in popluar number systems.

HEXE0ECE6
Decimal224236230
Binary111000001110110011100110
Octal340354346

Shades and tints

Shades of #E0ECE6

#E0ECE6
(224,236,230)
#CCD7D2
(204,215,210)
#B8C2BE
(184,194,190)
#A4ADAA
(164,173,170)
#909896
(144,152,150)
#7C8382
(124,131,130)
#686E6E
(104,110,110)
#54595A
(84,89,90)
#404446
(64,68,70)
#2C2F32
(44,47,50)
#181A1E
(24,26,30)
#000000
(0,0,0)

Tints of #E0ECE6

#E0ECE6
(224,236,230)
#E2EDE8
(226,237,232)
#E4EEEA
(228,238,234)
#E6EFEC
(230,239,236)
#E8F0EE
(232,240,238)
#EAF1F0
(234,241,240)
#ECF2F2
(236,242,242)
#EEF3F4
(238,243,244)
#F0F4F6
(240,244,246)
#F2F5F8
(242,245,248)
#F4F6FA
(244,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E0ECE6; }

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

This text font color is #E0ECE6.


Background Color

.myBgColor { background-color: #E0ECE6; }

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

This div background color is #E0ECE6.


Border color

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

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

This div border color is #E0ECE6.


Opacity

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

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

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

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

This text has shadow with #E0ECE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E0ECE6 on black background.


Color preview on white background

This text has color #E0ECE6 on white background.



Black color preview on #E0ECE6 background

This text has black color on #E0ECE6 background.


White color preview on #E0ECE6 background

This text has white color on #E0ECE6 background.