COLOR #E9EAFA

HEX: #E9EAFA RGB: (233,234,250)

Color info

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

RGB color model

#E9EAFA color RGB value is (233,234,250).

RGB: (233,234,250) (91%, 92%, 98%)

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 250 of 255 = 98%

233
234
250

R + G + B ~ 94%. #E9EAFA is light color.

Portions of RGB colors in percentages

R + G + B = 233 + 234 + 250 = 717 (100%)
R 233 of 717 ~ 32.5%
G 234 of 717 ~ 32.64%
B 250 of 717 ~ 34.87'%

%32.5
%32.64
%34.87

CMYK color model

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

  • cyan value is 6.80%
  • magenta value is 6.40%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK: (7,6,0,2) C7M6Y0K2 (7%,6%,0%,2%) (0.07/0.06/0.00/0.02) 

CMYK percentages

%6.8
%6.4
%0
%1.96

Codes

Color #E9EAFA in popluar color models

E9 EA FA
RGB 233 234 250
HSL 236° 62.96% 94.71%
HSB/HSV 236° 6.80% 98.04%
CMYK 6.80% 6.40% 0.00%
1.96%

Color #E9EAFA in popluar number systems.

HEX E9 EA FA
Decimal 233 234 250
Binary 11101001 11101010 11111010
Octal 351 352 372

Shades and tints

Shades of #E9EAFA

#E9EAFA
(233,234,250)
#D4D5E4
(212,213,228)
#BFC0CE
(191,192,206)
#AAABB8
(170,171,184)
#9596A2
(149,150,162)
#80818C
(128,129,140)
#6B6C76
(107,108,118)
#565760
(86,87,96)
#41424A
(65,66,74)
#2C2D34
(44,45,52)
#17181E
(23,24,30)
#000000
(0,0,0)

Tints of #E9EAFA

#E9EAFA
(233,234,250)
#EBEBFA
(235,235,250)
#EDECFA
(237,236,250)
#EFEDFA
(239,237,250)
#F1EEFA
(241,238,250)
#F3EFFA
(243,239,250)
#F5F0FA
(245,240,250)
#F7F1FA
(247,241,250)
#F9F2FA
(249,242,250)
#FBF3FA
(251,243,250)
#FDF4FA
(253,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAFA; }

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

This text font color is #E9EAFA.

Background Color

.myBgColor { background-color: #E9EAFA; }

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

This div background color is #E9EAFA.

Border color

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

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

This div border color is #E9EAFA.

Opacity

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

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

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

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

This text has shadow with #E9EAFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E9EAFA.

Preview

Color preview on black background

This text has color #E9EAFA on black background.


Color preview on white background

This text has color #E9EAFA on white background.


Black color preview on #E9EAFA background

This text has black color on #E9EAFA background.


White color preview on #E9EAFA background

This text has white color on #E9EAFA background.


Related colors

Complementary color

Complementary color for #hex is #161505.


I love getcolorcode.com

Triadic colors

1 #FAE9EA and #EAFAE9 with #E9EAFA are triadic colors.

2 #FAEAE9 and #EAE9FA with #E9EAFA are triadic colors.