COLOR #E9EBFD

HEX: #E9EBFD
RGB: (233,235,253)

Color info

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

RGB color model

#E9EBFD color RGB value is (233,235,253).

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

RGB channels and saturation

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

233
235
253

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

Portions of RGB colors in percentages

R + G + B =
233 + 235 + 253 = 721 (100%)
R 233 of 721 ~ 32.32%
G 235 of 721 ~ 32.59%
B 253 of 721 ~ 35.09%

%32.32
%32.59
%35.09

CMYK color model

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

  • cyan value is 7.91%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(8,7,0,1)
C8M7Y0K1 
(8%,7%,0%,1%)
(0.08/0.07/0.00/0.01)	

CMYK percentages

%7.91
%7.11
%0
%0.78

Codes

Color #E9EBFD in popluar color models

E9EBFD
RGB233235253
HSL234°83.33%95.29%
HSB/HSV234°7.91%99.22%
CMYK7.91%7.11%0.00%
0.78%

Color #E9EBFD in popluar number systems.

HEXE9EBFD
Decimal233235253
Binary111010011110101111111101
Octal351353375

Shades and tints

Shades of #E9EBFD

#E9EBFD
(233,235,253)
#D4D6E6
(212,214,230)
#BFC1CF
(191,193,207)
#AAACB8
(170,172,184)
#9597A1
(149,151,161)
#80828A
(128,130,138)
#6B6D73
(107,109,115)
#56585C
(86,88,92)
#414345
(65,67,69)
#2C2E2E
(44,46,46)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #E9EBFD

#E9EBFD
(233,235,253)
#EBECFD
(235,236,253)
#EDEDFD
(237,237,253)
#EFEEFD
(239,238,253)
#F1EFFD
(241,239,253)
#F3F0FD
(243,240,253)
#F5F1FD
(245,241,253)
#F7F2FD
(247,242,253)
#F9F3FD
(249,243,253)
#FBF4FD
(251,244,253)
#FDF5FD
(253,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E9EBFD; }

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

This text font color is #E9EBFD.


Background Color

.myBgColor { background-color: #E9EBFD; }

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

This div background color is #E9EBFD.


Border color

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

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

This div border color is #E9EBFD.


Opacity

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

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

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

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

This text has shadow with #E9EBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E9EBFD on black background.


Color preview on white background

This text has color #E9EBFD on white background.



Black color preview on #E9EBFD background

This text has black color on #E9EBFD background.


White color preview on #E9EBFD background

This text has white color on #E9EBFD background.