COLOR #E2ECE6

HEX: #E2ECE6
RGB: (226,236,230)

Color info

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

RGB color model

#E2ECE6 color RGB value is (226,236,230).

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

RGB channels and saturation

R 226 of 255 = 89%
G 236 of 255 = 93%
B 230 of 255 = 90%

226
236
230

R + G + B ~ 91%. #E2ECE6 is light color.

Portions of RGB colors in percentages

R + G + B =
226 + 236 + 230 = 692 (100%)
R 226 of 692 ~ 32.66%
G 236 of 692 ~ 34.1%
B 230 of 692 ~ 33.24%

%32.66
%34.1
%33.24

CMYK color model

#E2ECE6 color CMYK value is (4,0,3,7).

  • cyan value is 4.24%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(4,0,3,7)
C4M0Y3K7 
(4%,0%,3%,7%)
(0.04/0.00/0.03/0.07)	

CMYK percentages

%4.24
%0
%2.54
%7.45

Codes

Color #E2ECE6 in popluar color models

E2ECE6
RGB226236230
HSL144°20.83%90.59%
HSB/HSV144°4.24%92.55%
CMYK4.24%0.00%2.54%
7.45%

Color #E2ECE6 in popluar number systems.

HEXE2ECE6
Decimal226236230
Binary111000101110110011100110
Octal342354346

Shades and tints

Shades of #E2ECE6

#E2ECE6
(226,236,230)
#CED7D2
(206,215,210)
#BAC2BE
(186,194,190)
#A6ADAA
(166,173,170)
#929896
(146,152,150)
#7E8382
(126,131,130)
#6A6E6E
(106,110,110)
#56595A
(86,89,90)
#424446
(66,68,70)
#2E2F32
(46,47,50)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #E2ECE6

#E2ECE6
(226,236,230)
#E4EDE8
(228,237,232)
#E6EEEA
(230,238,234)
#E8EFEC
(232,239,236)
#EAF0EE
(234,240,238)
#ECF1F0
(236,241,240)
#EEF2F2
(238,242,242)
#F0F3F4
(240,243,244)
#F2F4F6
(242,244,246)
#F4F5F8
(244,245,248)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E2ECE6; }

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

This text font color is #E2ECE6.


Background Color

.myBgColor { background-color: #E2ECE6; }

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

This div background color is #E2ECE6.


Border color

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

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

This div border color is #E2ECE6.


Opacity

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

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

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

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

This text has shadow with #E2ECE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E2ECE6 on black background.


Color preview on white background

This text has color #E2ECE6 on white background.



Black color preview on #E2ECE6 background

This text has black color on #E2ECE6 background.


White color preview on #E2ECE6 background

This text has white color on #E2ECE6 background.