COLOR #E8E4EE

HEX: #E8E4EE
RGB: (232,228,238)

Color info

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

RGB color model

#E8E4EE color RGB value is (232,228,238).

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

RGB channels and saturation

R 232 of 255 = 91%
G 228 of 255 = 89%
B 238 of 255 = 93%

232
228
238

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

Portions of RGB colors in percentages

R + G + B =
232 + 228 + 238 = 698 (100%)
R 232 of 698 ~ 33.24%
G 228 of 698 ~ 32.66%
B 238 of 698 ~ 34.1%

%33.24
%32.66
%34.1

CMYK color model

#E8E4EE color CMYK value is (3,4,0,7).

  • cyan value is 2.52%
  • magenta value is 4.20%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(3,4,0,7)
C3M4Y0K7 
(3%,4%,0%,7%)
(0.03/0.04/0.00/0.07)	

CMYK percentages

%2.52
%4.2
%0
%6.67

Codes

Color #E8E4EE in popluar color models

E8E4EE
RGB232228238
HSL264°22.73%91.37%
HSB/HSV264°4.20%93.33%
CMYK2.52%4.20%0.00%
6.67%

Color #E8E4EE in popluar number systems.

HEXE8E4EE
Decimal232228238
Binary111010001110010011101110
Octal350344356

Shades and tints

Shades of #E8E4EE

#E8E4EE
(232,228,238)
#D3D0D9
(211,208,217)
#BEBCC4
(190,188,196)
#A9A8AF
(169,168,175)
#94949A
(148,148,154)
#7F8085
(127,128,133)
#6A6C70
(106,108,112)
#55585B
(85,88,91)
#404446
(64,68,70)
#2B3031
(43,48,49)
#161C1C
(22,28,28)
#000000
(0,0,0)

Tints of #E8E4EE

#E8E4EE
(232,228,238)
#EAE6EF
(234,230,239)
#ECE8F0
(236,232,240)
#EEEAF1
(238,234,241)
#F0ECF2
(240,236,242)
#F2EEF3
(242,238,243)
#F4F0F4
(244,240,244)
#F6F2F5
(246,242,245)
#F8F4F6
(248,244,246)
#FAF6F7
(250,246,247)
#FCF8F8
(252,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E8E4EE; }

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

This text font color is #E8E4EE.


Background Color

.myBgColor { background-color: #E8E4EE; }

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

This div background color is #E8E4EE.


Border color

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

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

This div border color is #E8E4EE.


Opacity

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

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

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

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

This text has shadow with #E8E4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E8E4EE on black background.


Color preview on white background

This text has color #E8E4EE on white background.



Black color preview on #E8E4EE background

This text has black color on #E8E4EE background.


White color preview on #E8E4EE background

This text has white color on #E8E4EE background.