COLOR #E6EAF4

HEX: #E6EAF4
RGB: (230,234,244)

Color info

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

RGB color model

#E6EAF4 color RGB value is (230,234,244).

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

RGB channels and saturation

R 230 of 255 = 90%
G 234 of 255 = 92%
B 244 of 255 = 96%

230
234
244

R + G + B ~ 93%. #E6EAF4 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 234 + 244 = 708 (100%)
R 230 of 708 ~ 32.49%
G 234 of 708 ~ 33.05%
B 244 of 708 ~ 34.46%

%32.49
%33.05
%34.46

CMYK color model

#E6EAF4 color CMYK value is (6,4,0,4).

  • cyan value is 5.74%
  • magenta value is 4.10%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(6,4,0,4)
C6M4Y0K4 
(6%,4%,0%,4%)
(0.06/0.04/0.00/0.04)	

CMYK percentages

%5.74
%4.1
%0
%4.31

Codes

Color #E6EAF4 in popluar color models

E6EAF4
RGB230234244
HSL223°38.89%92.94%
HSB/HSV223°5.74%95.69%
CMYK5.74%4.10%0.00%
4.31%

Color #E6EAF4 in popluar number systems.

HEXE6EAF4
Decimal230234244
Binary111001101110101011110100
Octal346352364

Shades and tints

Shades of #E6EAF4

#E6EAF4
(230,234,244)
#D2D5DE
(210,213,222)
#BEC0C8
(190,192,200)
#AAABB2
(170,171,178)
#96969C
(150,150,156)
#828186
(130,129,134)
#6E6C70
(110,108,112)
#5A575A
(90,87,90)
#464244
(70,66,68)
#322D2E
(50,45,46)
#1E1818
(30,24,24)
#000000
(0,0,0)

Tints of #E6EAF4

#E6EAF4
(230,234,244)
#E8EBF5
(232,235,245)
#EAECF6
(234,236,246)
#ECEDF7
(236,237,247)
#EEEEF8
(238,238,248)
#F0EFF9
(240,239,249)
#F2F0FA
(242,240,250)
#F4F1FB
(244,241,251)
#F6F2FC
(246,242,252)
#F8F3FD
(248,243,253)
#FAF4FE
(250,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EAF4; }

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

This text font color is #E6EAF4.


Background Color

.myBgColor { background-color: #E6EAF4; }

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

This div background color is #E6EAF4.


Border color

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

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

This div border color is #E6EAF4.


Opacity

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

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

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

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

This text has shadow with #E6EAF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EAF4 on black background.


Color preview on white background

This text has color #E6EAF4 on white background.



Black color preview on #E6EAF4 background

This text has black color on #E6EAF4 background.


White color preview on #E6EAF4 background

This text has white color on #E6EAF4 background.