COLOR #E8E0E6

HEX: #E8E0E6
RGB: (232,224,230)

Color info

#E8E0E6 contains red, green and blue colors in about the same proportion. Web safe color of #E8E0E6 is #FFCCCC (or #FCC).

RGB color model

#E8E0E6 color RGB value is (232,224,230).

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

RGB channels and saturation

R 232 of 255 = 91%
G 224 of 255 = 88%
B 230 of 255 = 90%

232
224
230

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

Portions of RGB colors in percentages

R + G + B =
232 + 224 + 230 = 686 (100%)
R 232 of 686 ~ 33.82%
G 224 of 686 ~ 32.65%
B 230 of 686 ~ 33.53%

%33.82
%32.65
%33.53

CMYK color model

#E8E0E6 color CMYK value is (0,3,1,9).

  • cyan value is 0.00%
  • magenta value is 3.45%
  • yellow value is 0.86%
  • key color value is 9.02%
CMYK:
(0,3,1,9)
C0M3Y1K9 
(0%,3%,1%,9%)
(0.00/0.03/0.01/0.09)	

CMYK percentages

%0
%3.45
%0.86
%9.02

Codes

Color #E8E0E6 in popluar color models

E8E0E6
RGB232224230
HSL315°14.81%89.41%
HSB/HSV315°3.45%90.98%
CMYK0.00%3.45%0.86%
9.02%

Color #E8E0E6 in popluar number systems.

HEXE8E0E6
Decimal232224230
Binary111010001110000011100110
Octal350340346

Shades and tints

Shades of #E8E0E6

#E8E0E6
(232,224,230)
#D3CCD2
(211,204,210)
#BEB8BE
(190,184,190)
#A9A4AA
(169,164,170)
#949096
(148,144,150)
#7F7C82
(127,124,130)
#6A686E
(106,104,110)
#55545A
(85,84,90)
#404046
(64,64,70)
#2B2C32
(43,44,50)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #E8E0E6

#E8E0E6
(232,224,230)
#EAE2E8
(234,226,232)
#ECE4EA
(236,228,234)
#EEE6EC
(238,230,236)
#F0E8EE
(240,232,238)
#F2EAF0
(242,234,240)
#F4ECF2
(244,236,242)
#F6EEF4
(246,238,244)
#F8F0F6
(248,240,246)
#FAF2F8
(250,242,248)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E0E6; }

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

This text font color is #E8E0E6.


Background Color

.myBgColor { background-color: #E8E0E6; }

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

This div background color is #E8E0E6.


Border color

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

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

This div border color is #E8E0E6.


Opacity

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

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

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

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

This text has shadow with #E8E0E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E0E6 on black background.


Color preview on white background

This text has color #E8E0E6 on white background.



Black color preview on #E8E0E6 background

This text has black color on #E8E0E6 background.


White color preview on #E8E0E6 background

This text has white color on #E8E0E6 background.