COLOR #E7EBFD

HEX: #E7EBFD
RGB: (231,235,253)

Color info

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

RGB color model

#E7EBFD color RGB value is (231,235,253).

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

RGB channels and saturation

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

231
235
253

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

Portions of RGB colors in percentages

R + G + B =
231 + 235 + 253 = 719 (100%)
R 231 of 719 ~ 32.13%
G 235 of 719 ~ 32.68%
B 253 of 719 ~ 35.19%

%32.13
%32.68
%35.19

CMYK color model

#E7EBFD color CMYK value is (9,7,0,1).

  • cyan value is 8.70%
  • magenta value is 7.11%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,7,0,1)
C9M7Y0K1 
(9%,7%,0%,1%)
(0.09/0.07/0.00/0.01)	

CMYK percentages

%8.7
%7.11
%0
%0.78

Codes

Color #E7EBFD in popluar color models

E7EBFD
RGB231235253
HSL229°84.62%94.90%
HSB/HSV229°8.70%99.22%
CMYK8.70%7.11%0.00%
0.78%

Color #E7EBFD in popluar number systems.

HEXE7EBFD
Decimal231235253
Binary111001111110101111111101
Octal347353375

Shades and tints

Shades of #E7EBFD

#E7EBFD
(231,235,253)
#D2D6E6
(210,214,230)
#BDC1CF
(189,193,207)
#A8ACB8
(168,172,184)
#9397A1
(147,151,161)
#7E828A
(126,130,138)
#696D73
(105,109,115)
#54585C
(84,88,92)
#3F4345
(63,67,69)
#2A2E2E
(42,46,46)
#151917
(21,25,23)
#000000
(0,0,0)

Tints of #E7EBFD

#E7EBFD
(231,235,253)
#E9ECFD
(233,236,253)
#EBEDFD
(235,237,253)
#EDEEFD
(237,238,253)
#EFEFFD
(239,239,253)
#F1F0FD
(241,240,253)
#F3F1FD
(243,241,253)
#F5F2FD
(245,242,253)
#F7F3FD
(247,243,253)
#F9F4FD
(249,244,253)
#FBF5FD
(251,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E7EBFD; }

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

This text font color is #E7EBFD.


Background Color

.myBgColor { background-color: #E7EBFD; }

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

This div background color is #E7EBFD.


Border color

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

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

This div border color is #E7EBFD.


Opacity

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

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

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

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

This text has shadow with #E7EBFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E7EBFD on black background.


Color preview on white background

This text has color #E7EBFD on white background.



Black color preview on #E7EBFD background

This text has black color on #E7EBFD background.


White color preview on #E7EBFD background

This text has white color on #E7EBFD background.