COLOR #E8ECE6

HEX: #E8ECE6
RGB: (232,236,230)

Color info

#E8ECE6 contains red, green and blue colors in about the same proportion. Web safe color of #E8ECE6 is #FFFFCC (or #FFC).

RGB color model

#E8ECE6 color RGB value is (232,236,230).

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

RGB channels and saturation

R 232 of 255 = 91%
G 236 of 255 = 93%
B 230 of 255 = 90%

232
236
230

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

Portions of RGB colors in percentages

R + G + B =
232 + 236 + 230 = 698 (100%)
R 232 of 698 ~ 33.24%
G 236 of 698 ~ 33.81%
B 230 of 698 ~ 32.95%

%33.24
%33.81
%32.95

CMYK color model

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

  • cyan value is 1.69%
  • magenta value is 0.00%
  • yellow value is 2.54%
  • key color value is 7.45%
CMYK:
(2,0,3,7)
C2M0Y3K7 
(2%,0%,3%,7%)
(0.02/0.00/0.03/0.07)	

CMYK percentages

%1.69
%0
%2.54
%7.45

Codes

Color #E8ECE6 in popluar color models

E8ECE6
RGB232236230
HSL100°13.64%91.37%
HSB/HSV100°2.54%92.55%
CMYK1.69%0.00%2.54%
7.45%

Color #E8ECE6 in popluar number systems.

HEXE8ECE6
Decimal232236230
Binary111010001110110011100110
Octal350354346

Shades and tints

Shades of #E8ECE6

#E8ECE6
(232,236,230)
#D3D7D2
(211,215,210)
#BEC2BE
(190,194,190)
#A9ADAA
(169,173,170)
#949896
(148,152,150)
#7F8382
(127,131,130)
#6A6E6E
(106,110,110)
#55595A
(85,89,90)
#404446
(64,68,70)
#2B2F32
(43,47,50)
#161A1E
(22,26,30)
#000000
(0,0,0)

Tints of #E8ECE6

#E8ECE6
(232,236,230)
#EAEDE8
(234,237,232)
#ECEEEA
(236,238,234)
#EEEFEC
(238,239,236)
#F0F0EE
(240,240,238)
#F2F1F0
(242,241,240)
#F4F2F2
(244,242,242)
#F6F3F4
(246,243,244)
#F8F4F6
(248,244,246)
#FAF5F8
(250,245,248)
#FCF6FA
(252,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8ECE6; }

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

This text font color is #E8ECE6.


Background Color

.myBgColor { background-color: #E8ECE6; }

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

This div background color is #E8ECE6.


Border color

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

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

This div border color is #E8ECE6.


Opacity

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

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

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

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

This text has shadow with #E8ECE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8ECE6 on black background.


Color preview on white background

This text has color #E8ECE6 on white background.



Black color preview on #E8ECE6 background

This text has black color on #E8ECE6 background.


White color preview on #E8ECE6 background

This text has white color on #E8ECE6 background.