COLOR #E8E4EA

HEX: #E8E4EA
RGB: (232,228,234)

Color info

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

RGB color model

#E8E4EA color RGB value is (232,228,234).

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

RGB channels and saturation

R 232 of 255 = 91%
G 228 of 255 = 89%
B 234 of 255 = 92%

232
228
234

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

Portions of RGB colors in percentages

R + G + B =
232 + 228 + 234 = 694 (100%)
R 232 of 694 ~ 33.43%
G 228 of 694 ~ 32.85%
B 234 of 694 ~ 33.72%

%33.43
%32.85
%33.72

CMYK color model

#E8E4EA color CMYK value is (1,3,0,8).

  • cyan value is 0.85%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(1,3,0,8)
C1M3Y0K8 
(1%,3%,0%,8%)
(0.01/0.03/0.00/0.08)	

CMYK percentages

%0.85
%2.56
%0
%8.24

Codes

Color #E8E4EA in popluar color models

E8E4EA
RGB232228234
HSL280°12.50%90.59%
HSB/HSV280°2.56%91.76%
CMYK0.85%2.56%0.00%
8.24%

Color #E8E4EA in popluar number systems.

HEXE8E4EA
Decimal232228234
Binary111010001110010011101010
Octal350344352

Shades and tints

Shades of #E8E4EA

#E8E4EA
(232,228,234)
#D3D0D5
(211,208,213)
#BEBCC0
(190,188,192)
#A9A8AB
(169,168,171)
#949496
(148,148,150)
#7F8081
(127,128,129)
#6A6C6C
(106,108,108)
#555857
(85,88,87)
#404442
(64,68,66)
#2B302D
(43,48,45)
#161C18
(22,28,24)
#000000
(0,0,0)

Tints of #E8E4EA

#E8E4EA
(232,228,234)
#EAE6EB
(234,230,235)
#ECE8EC
(236,232,236)
#EEEAED
(238,234,237)
#F0ECEE
(240,236,238)
#F2EEEF
(242,238,239)
#F4F0F0
(244,240,240)
#F6F2F1
(246,242,241)
#F8F4F2
(248,244,242)
#FAF6F3
(250,246,243)
#FCF8F4
(252,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E4EA; }

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

This text font color is #E8E4EA.


Background Color

.myBgColor { background-color: #E8E4EA; }

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

This div background color is #E8E4EA.


Border color

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

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

This div border color is #E8E4EA.


Opacity

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

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

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

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

This text has shadow with #E8E4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E4EA on black background.


Color preview on white background

This text has color #E8E4EA on white background.



Black color preview on #E8E4EA background

This text has black color on #E8E4EA background.


White color preview on #E8E4EA background

This text has white color on #E8E4EA background.