COLOR #E6EAFD

HEX: #E6EAFD
RGB: (230,234,253)

Color info

#E6EAFD contains red, green and blue colors in about the same proportion. Web safe color of #E6EAFD is #CCFFFF (or #CFF).

RGB color model

#E6EAFD color RGB value is (230,234,253).

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

RGB channels and saturation

R 230 of 255 = 90%
G 234 of 255 = 92%
B 253 of 255 = 99%

230
234
253

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

Portions of RGB colors in percentages

R + G + B =
230 + 234 + 253 = 717 (100%)
R 230 of 717 ~ 32.08%
G 234 of 717 ~ 32.64%
B 253 of 717 ~ 35.29%

%32.08
%32.64
%35.29

CMYK color model

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

  • cyan value is 9.09%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(9,8,0,1)
C9M8Y0K1 
(9%,8%,0%,1%)
(0.09/0.08/0.00/0.01)	

CMYK percentages

%9.09
%7.51
%0
%0.78

Codes

Color #E6EAFD in popluar color models

E6EAFD
RGB230234253
HSL230°85.19%94.71%
HSB/HSV230°9.09%99.22%
CMYK9.09%7.51%0.00%
0.78%

Color #E6EAFD in popluar number systems.

HEXE6EAFD
Decimal230234253
Binary111001101110101011111101
Octal346352375

Shades and tints

Shades of #E6EAFD

#E6EAFD
(230,234,253)
#D2D5E6
(210,213,230)
#BEC0CF
(190,192,207)
#AAABB8
(170,171,184)
#9696A1
(150,150,161)
#82818A
(130,129,138)
#6E6C73
(110,108,115)
#5A575C
(90,87,92)
#464245
(70,66,69)
#322D2E
(50,45,46)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6EAFD

#E6EAFD
(230,234,253)
#E8EBFD
(232,235,253)
#EAECFD
(234,236,253)
#ECEDFD
(236,237,253)
#EEEEFD
(238,238,253)
#F0EFFD
(240,239,253)
#F2F0FD
(242,240,253)
#F4F1FD
(244,241,253)
#F6F2FD
(246,242,253)
#F8F3FD
(248,243,253)
#FAF4FD
(250,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAFD; }

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

This text font color is #E6EAFD.


Background Color

.myBgColor { background-color: #E6EAFD; }

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

This div background color is #E6EAFD.


Border color

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

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

This div border color is #E6EAFD.


Opacity

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

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

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

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

This text has shadow with #E6EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EAFD on black background.


Color preview on white background

This text has color #E6EAFD on white background.



Black color preview on #E6EAFD background

This text has black color on #E6EAFD background.


White color preview on #E6EAFD background

This text has white color on #E6EAFD background.