COLOR #E9E8FA

HEX: #E9E8FA RGB: (233,232,250)

Color info

#E9E8FA contains red, green and blue colors in about the same proportion. Web safe color of #E9E8FA is #FFFFFF (or #FFF).

RGB color model

#E9E8FA color RGB value is (233,232,250).

RGB: (233,232,250) (91%, 91%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 232 of 255 = 91%
B 250 of 255 = 98%

233
232
250

R + G + B ~ 93%. #E9E8FA is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 232 + 250 = 715 (100%)
R 233 of 715 ~ 32.59%
G 232 of 715 ~ 32.45%
B 250 of 715 ~ 34.97'%

%32.59
%32.45
%34.97

CMYK color model

#E9E8FA color CMYK value is (7,7,0,2).

  • cyan value is 6.80%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (7,7,0,2)
C7M7Y0K2 (7%, 7%, 0%, 2%)
(0.07 / 0.07 / 0.00 / 0.02)

CMYK percentages

%6.8
%7.2
%0
%1.96

Codes

Color #E9E8FA in popluar color models

E9 E8 FA
RGB 233 232 250
HSL 243° 64.29% 94.51%
HSB/HSV 243° 7.20% 98.04%
CMYK 6.80% 7.20% 0.00%
1.96%

Color #E9E8FA in popluar number systems.

HEX E9 E8 FA
Decimal 233 232 250
Binary 11101001 11101000 11111010
Octal 351 350 372

Shades and tints

Shades of #E9E8FA

#E9E8FA
(233,232,250)
#D4D3E4
(212,211,228)
#BFBECE
(191,190,206)
#AAA9B8
(170,169,184)
#9594A2
(149,148,162)
#807F8C
(128,127,140)
#6B6A76
(107,106,118)
#565560
(86,85,96)
#41404A
(65,64,74)
#2C2B34
(44,43,52)
#17161E
(23,22,30)
#000000
(0,0,0)

Tints of #E9E8FA

#E9E8FA
(233,232,250)
#EBEAFA
(235,234,250)
#EDECFA
(237,236,250)
#EFEEFA
(239,238,250)
#F1F0FA
(241,240,250)
#F3F2FA
(243,242,250)
#F5F4FA
(245,244,250)
#F7F6FA
(247,246,250)
#F9F8FA
(249,248,250)
#FBFAFA
(251,250,250)
#FDFCFA
(253,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E9E8FA color. Also use rgb(233,232,250) instead hex code.

Text Font Color

.myTextColor { color: #E9E8FA; }

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

This text font color is #E9E8FA.

Background Color

.myBgColor { background-color: #E9E8FA; }

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

This div background color is #E9E8FA.

Border color

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

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

This div border color is #E9E8FA.

Opacity

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

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

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

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

This text has shadow with #E9E8FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9E8FA.

Preview

Color preview on black background

This text has color #E9E8FA on black background.


Color preview on white background

This text has color #E9E8FA on white background.


Black color preview on #E9E8FA background

This text has black color on #E9E8FA background.


White color preview on #E9E8FA background

This text has white color on #E9E8FA background.


Related colors

Complementary color

Complementary color for #hex is #161705.


I love getcolorcode.com

Triadic colors

1 #FAE9E8 and #E8FAE9 with #E9E8FA are triadic colors.

2 #FAE8E9 and #E8E9FA with #E9E8FA are triadic colors.