COLOR #E8E6EA

HEX: #E8E6EA
RGB: (232,230,234)

Color info

#E8E6EA contains red, green and blue colors in about the same proportion. Web safe color of #E8E6EA is #FFCCFF (or #FCF).

RGB color model

#E8E6EA color RGB value is (232,230,234).

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

RGB channels and saturation

R 232 of 255 = 91%
G 230 of 255 = 90%
B 234 of 255 = 92%

232
230
234

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

Portions of RGB colors in percentages

R + G + B =
232 + 230 + 234 = 696 (100%)
R 232 of 696 ~ 33.33%
G 230 of 696 ~ 33.05%
B 234 of 696 ~ 33.62%

%33.33
%33.05
%33.62

CMYK color model

#E8E6EA color CMYK value is (1,2,0,8).

  • cyan value is 0.85%
  • magenta value is 1.71%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,2,0,8)
C1M2Y0K8 
(1%,2%,0%,8%)
(0.01/0.02/0.00/0.08)	

CMYK percentages

%0.85
%1.71
%0
%8.24

Codes

Color #E8E6EA in popluar color models

E8E6EA
RGB232230234
HSL270°8.70%90.98%
HSB/HSV270°1.71%91.76%
CMYK0.85%1.71%0.00%
8.24%

Color #E8E6EA in popluar number systems.

HEXE8E6EA
Decimal232230234
Binary111010001110011011101010
Octal350346352

Shades and tints

Shades of #E8E6EA

#E8E6EA
(232,230,234)
#D3D2D5
(211,210,213)
#BEBEC0
(190,190,192)
#A9AAAB
(169,170,171)
#949696
(148,150,150)
#7F8281
(127,130,129)
#6A6E6C
(106,110,108)
#555A57
(85,90,87)
#404642
(64,70,66)
#2B322D
(43,50,45)
#161E18
(22,30,24)
#000000
(0,0,0)

Tints of #E8E6EA

#E8E6EA
(232,230,234)
#EAE8EB
(234,232,235)
#ECEAEC
(236,234,236)
#EEECED
(238,236,237)
#F0EEEE
(240,238,238)
#F2F0EF
(242,240,239)
#F4F2F0
(244,242,240)
#F6F4F1
(246,244,241)
#F8F6F2
(248,246,242)
#FAF8F3
(250,248,243)
#FCFAF4
(252,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E6EA; }

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

This text font color is #E8E6EA.


Background Color

.myBgColor { background-color: #E8E6EA; }

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

This div background color is #E8E6EA.


Border color

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

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

This div border color is #E8E6EA.


Opacity

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

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

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

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

This text has shadow with #E8E6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E6EA on black background.


Color preview on white background

This text has color #E8E6EA on white background.



Black color preview on #E8E6EA background

This text has black color on #E8E6EA background.


White color preview on #E8E6EA background

This text has white color on #E8E6EA background.