COLOR #E5ECE6

HEX: #E5ECE6
RGB: (229,236,230)

Color info

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

RGB color model

#E5ECE6 color RGB value is (229,236,230).

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

RGB channels and saturation

R 229 of 255 = 90%
G 236 of 255 = 93%
B 230 of 255 = 90%

229
236
230

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

Portions of RGB colors in percentages

R + G + B =
229 + 236 + 230 = 695 (100%)
R 229 of 695 ~ 32.95%
G 236 of 695 ~ 33.96%
B 230 of 695 ~ 33.09%

%32.95
%33.96
%33.09

CMYK color model

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

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(3,0,3,7)
C3M0Y3K7 
(3%,0%,3%,7%)
(0.03/0.00/0.03/0.07)	

CMYK percentages

%2.97
%0
%2.54
%7.45

Codes

Color #E5ECE6 in popluar color models

E5ECE6
RGB229236230
HSL129°15.56%91.18%
HSB/HSV129°2.97%92.55%
CMYK2.97%0.00%2.54%
7.45%

Color #E5ECE6 in popluar number systems.

HEXE5ECE6
Decimal229236230
Binary111001011110110011100110
Octal345354346

Shades and tints

Shades of #E5ECE6

#E5ECE6
(229,236,230)
#D1D7D2
(209,215,210)
#BDC2BE
(189,194,190)
#A9ADAA
(169,173,170)
#959896
(149,152,150)
#818382
(129,131,130)
#6D6E6E
(109,110,110)
#59595A
(89,89,90)
#454446
(69,68,70)
#312F32
(49,47,50)
#1D1A1E
(29,26,30)
#000000
(0,0,0)

Tints of #E5ECE6

#E5ECE6
(229,236,230)
#E7EDE8
(231,237,232)
#E9EEEA
(233,238,234)
#EBEFEC
(235,239,236)
#EDF0EE
(237,240,238)
#EFF1F0
(239,241,240)
#F1F2F2
(241,242,242)
#F3F3F4
(243,243,244)
#F5F4F6
(245,244,246)
#F7F5F8
(247,245,248)
#F9F6FA
(249,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E5ECE6; }

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

This text font color is #E5ECE6.


Background Color

.myBgColor { background-color: #E5ECE6; }

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

This div background color is #E5ECE6.


Border color

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

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

This div border color is #E5ECE6.


Opacity

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

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

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

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

This text has shadow with #E5ECE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E5ECE6 on black background.


Color preview on white background

This text has color #E5ECE6 on white background.



Black color preview on #E5ECE6 background

This text has black color on #E5ECE6 background.


White color preview on #E5ECE6 background

This text has white color on #E5ECE6 background.