COLOR #E9EAFD

HEX: #E9EAFD
RGB: (233,234,253)

Color info

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

RGB color model

#E9EAFD color RGB value is (233,234,253).

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

RGB channels and saturation

R 233 of 255 = 91%
G 234 of 255 = 92%
B 253 of 255 = 99%

233
234
253

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

Portions of RGB colors in percentages

R + G + B =
233 + 234 + 253 = 720 (100%)
R 233 of 720 ~ 32.36%
G 234 of 720 ~ 32.5%
B 253 of 720 ~ 35.14%

%32.36
%32.5
%35.14

CMYK color model

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

  • cyan value is 7.91%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,8,0,1)
C8M8Y0K1 
(8%,8%,0%,1%)
(0.08/0.08/0.00/0.01)	

CMYK percentages

%7.91
%7.51
%0
%0.78

Codes

Color #E9EAFD in popluar color models

E9EAFD
RGB233234253
HSL237°83.33%95.29%
HSB/HSV237°7.91%99.22%
CMYK7.91%7.51%0.00%
0.78%

Color #E9EAFD in popluar number systems.

HEXE9EAFD
Decimal233234253
Binary111010011110101011111101
Octal351352375

Shades and tints

Shades of #E9EAFD

#E9EAFD
(233,234,253)
#D4D5E6
(212,213,230)
#BFC0CF
(191,192,207)
#AAABB8
(170,171,184)
#9596A1
(149,150,161)
#80818A
(128,129,138)
#6B6C73
(107,108,115)
#56575C
(86,87,92)
#414245
(65,66,69)
#2C2D2E
(44,45,46)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #E9EAFD

#E9EAFD
(233,234,253)
#EBEBFD
(235,235,253)
#EDECFD
(237,236,253)
#EFEDFD
(239,237,253)
#F1EEFD
(241,238,253)
#F3EFFD
(243,239,253)
#F5F0FD
(245,240,253)
#F7F1FD
(247,241,253)
#F9F2FD
(249,242,253)
#FBF3FD
(251,243,253)
#FDF4FD
(253,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EAFD; }

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

This text font color is #E9EAFD.


Background Color

.myBgColor { background-color: #E9EAFD; }

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

This div background color is #E9EAFD.


Border color

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

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

This div border color is #E9EAFD.


Opacity

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

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

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

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

This text has shadow with #E9EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EAFD on black background.


Color preview on white background

This text has color #E9EAFD on white background.



Black color preview on #E9EAFD background

This text has black color on #E9EAFD background.


White color preview on #E9EAFD background

This text has white color on #E9EAFD background.