COLOR #E6E9F8

HEX: #E6E9F8
RGB: (230,233,248)

Color info

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

RGB color model

#E6E9F8 color RGB value is (230,233,248).

  • red value is 230;
  • green value is 233;
  • blue value is 248.
RGB:
(230,233,248)
(90%,91%,97%)

RGB channels and saturation

R 230 of 255 = 90%
G 233 of 255 = 91%
B 248 of 255 = 97%

230
233
248

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

Portions of RGB colors in percentages

R + G + B =
230 + 233 + 248 = 711 (100%)
R 230 of 711 ~ 32.35%
G 233 of 711 ~ 32.77%
B 248 of 711 ~ 34.88%

%32.35
%32.77
%34.88

CMYK color model

#E6E9F8 color CMYK value is (7,6,0,3).

  • cyan value is 7.26%
  • magenta value is 6.05%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(7,6,0,3)
C7M6Y0K3 
(7%,6%,0%,3%)
(0.07/0.06/0.00/0.03)	

CMYK percentages

%7.26
%6.05
%0
%2.75

Codes

Color #E6E9F8 in popluar color models

E6E9F8
RGB230233248
HSL230°56.25%93.73%
HSB/HSV230°7.26%97.25%
CMYK7.26%6.05%0.00%
2.75%

Color #E6E9F8 in popluar number systems.

HEXE6E9F8
Decimal230233248
Binary111001101110100111111000
Octal346351370

Shades and tints

Shades of #E6E9F8

#E6E9F8
(230,233,248)
#D2D4E2
(210,212,226)
#BEBFCC
(190,191,204)
#AAAAB6
(170,170,182)
#9695A0
(150,149,160)
#82808A
(130,128,138)
#6E6B74
(110,107,116)
#5A565E
(90,86,94)
#464148
(70,65,72)
#322C32
(50,44,50)
#1E171C
(30,23,28)
#000000
(0,0,0)

Tints of #E6E9F8

#E6E9F8
(230,233,248)
#E8EBF8
(232,235,248)
#EAEDF8
(234,237,248)
#ECEFF8
(236,239,248)
#EEF1F8
(238,241,248)
#F0F3F8
(240,243,248)
#F2F5F8
(242,245,248)
#F4F7F8
(244,247,248)
#F6F9F8
(246,249,248)
#F8FBF8
(248,251,248)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6E9F8 color. Also use rgb(230,233,248) instead hex code.

Text Font Color

.myTextColor { color: #E6E9F8; }

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

This text font color is #E6E9F8.


Background Color

.myBgColor { background-color: #E6E9F8; }

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

This div background color is #E6E9F8.


Border color

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

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

This div border color is #E6E9F8.


Opacity

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

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

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

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

This text has shadow with #E6E9F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9F8 on black background.


Color preview on white background

This text has color #E6E9F8 on white background.



Black color preview on #E6E9F8 background

This text has black color on #E6E9F8 background.


White color preview on #E6E9F8 background

This text has white color on #E6E9F8 background.