COLOR #E8E1E6

HEX: #E8E1E6
RGB: (232,225,230)

Color info

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

RGB color model

#E8E1E6 color RGB value is (232,225,230).

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

RGB channels and saturation

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

232
225
230

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

Portions of RGB colors in percentages

R + G + B =
232 + 225 + 230 = 687 (100%)
R 232 of 687 ~ 33.77%
G 225 of 687 ~ 32.75%
B 230 of 687 ~ 33.48%

%33.77
%32.75
%33.48

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.02%
  • 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.02
%0.86
%9.02

Codes

Color #E8E1E6 in popluar color models

E8E1E6
RGB232225230
HSL317°13.21%89.61%
HSB/HSV317°3.02%90.98%
CMYK0.00%3.02%0.86%
9.02%

Color #E8E1E6 in popluar number systems.

HEXE8E1E6
Decimal232225230
Binary111010001110000111100110
Octal350341346

Shades and tints

Shades of #E8E1E6

#E8E1E6
(232,225,230)
#D3CDD2
(211,205,210)
#BEB9BE
(190,185,190)
#A9A5AA
(169,165,170)
#949196
(148,145,150)
#7F7D82
(127,125,130)
#6A696E
(106,105,110)
#55555A
(85,85,90)
#404146
(64,65,70)
#2B2D32
(43,45,50)
#16191E
(22,25,30)
#000000
(0,0,0)

Tints of #E8E1E6

#E8E1E6
(232,225,230)
#EAE3E8
(234,227,232)
#ECE5EA
(236,229,234)
#EEE7EC
(238,231,236)
#F0E9EE
(240,233,238)
#F2EBF0
(242,235,240)
#F4EDF2
(244,237,242)
#F6EFF4
(246,239,244)
#F8F1F6
(248,241,246)
#FAF3F8
(250,243,248)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E1E6; }

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

This text font color is #E8E1E6.


Background Color

.myBgColor { background-color: #E8E1E6; }

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

This div background color is #E8E1E6.


Border color

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

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

This div border color is #E8E1E6.


Opacity

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

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

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

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

This text has shadow with #E8E1E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E1E6 on black background.


Color preview on white background

This text has color #E8E1E6 on white background.



Black color preview on #E8E1E6 background

This text has black color on #E8E1E6 background.


White color preview on #E8E1E6 background

This text has white color on #E8E1E6 background.