COLOR #E9EAFE

HEX: #E9EAFE
RGB: (233,234,254)

Color info

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

RGB color model

#E9EAFE color RGB value is (233,234,254).

  • red value is 233;
  • green value is 234;
  • blue value is 254.
RGB: (233,234,254) (91%,92%,100%)

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 254 of 255 = 100%

233
234
254

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

Portions of RGB colors in percentages

R + G + B =
233 + 234 + 254 = 721 (100%)
R 233 of 721 ~ 32.32%
G 234 of 721 ~ 32.45%
B 254 of 721 ~ 35.23%

%32.32
%32.45
%35.23

CMYK color model

#E9EAFE color CMYK value is (8,8,0,0).

  • cyan value is 8.27%
  • magenta value is 7.87%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK: (8,8,0,0) C8M8Y0K0 (8%,8%,0%,0%) (0.08/0.08/0.00/0.00)

CMYK percentages

%8.27
%7.87
%0
%0.39

Codes

Color #E9EAFE in popluar color models

E9EAFE
RGB233234254
HSL237°91.30%95.49%
HSB/HSV237°8.27%99.61%
CMYK8.27%7.87%0.00%
0.39%

Color #E9EAFE in popluar number systems.

HEXE9EAFE
Decimal233234254
Binary111010011110101011111110
Octal351352376

Shades and tints

Shades of #E9EAFE

#E9EAFE
(233,234,254)
#D4D5E7
(212,213,231)
#BFC0D0
(191,192,208)
#AAABB9
(170,171,185)
#9596A2
(149,150,162)
#80818B
(128,129,139)
#6B6C74
(107,108,116)
#56575D
(86,87,93)
#414246
(65,66,70)
#2C2D2F
(44,45,47)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #E9EAFE

#E9EAFE
(233,234,254)
#EBEBFE
(235,235,254)
#EDECFE
(237,236,254)
#EFEDFE
(239,237,254)
#F1EEFE
(241,238,254)
#F3EFFE
(243,239,254)
#F5F0FE
(245,240,254)
#F7F1FE
(247,241,254)
#F9F2FE
(249,242,254)
#FBF3FE
(251,243,254)
#FDF4FE
(253,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAFE; }

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

This text font color is #E9EAFE.


Background Color

.myBgColor { background-color: #E9EAFE; }

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

This div background color is #E9EAFE.


Border color

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

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

This div border color is #E9EAFE.


Opacity

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

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

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

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

This text has shadow with #E9EAFE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #E9EAFE on black background.


Color preview on white background

This text has color #E9EAFE on white background.



Black color preview on #E9EAFE background

This text has black color on #E9EAFE background.


White color preview on #E9EAFE background

This text has white color on #E9EAFE background.