COLOR #E6E9F1

HEX: #E6E9F1
RGB: (230,233,241)

Color info

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

RGB color model

#E6E9F1 color RGB value is (230,233,241).

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

RGB channels and saturation

R 230 of 255 = 90%
G 233 of 255 = 91%
B 241 of 255 = 95%

230
233
241

R + G + B ~ 92%. #E6E9F1 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 233 + 241 = 704 (100%)
R 230 of 704 ~ 32.67%
G 233 of 704 ~ 33.1%
B 241 of 704 ~ 34.23%

%32.67
%33.1
%34.23

CMYK color model

#E6E9F1 color CMYK value is (5,3,0,5).

  • cyan value is 4.56%
  • magenta value is 3.32%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(5,3,0,5)
C5M3Y0K5 
(5%,3%,0%,5%)
(0.05/0.03/0.00/0.05)	

CMYK percentages

%4.56
%3.32
%0
%5.49

Codes

Color #E6E9F1 in popluar color models

E6E9F1
RGB230233241
HSL224°28.21%92.35%
HSB/HSV224°4.56%94.51%
CMYK4.56%3.32%0.00%
5.49%

Color #E6E9F1 in popluar number systems.

HEXE6E9F1
Decimal230233241
Binary111001101110100111110001
Octal346351361

Shades and tints

Shades of #E6E9F1

#E6E9F1
(230,233,241)
#D2D4DC
(210,212,220)
#BEBFC7
(190,191,199)
#AAAAB2
(170,170,178)
#96959D
(150,149,157)
#828088
(130,128,136)
#6E6B73
(110,107,115)
#5A565E
(90,86,94)
#464149
(70,65,73)
#322C34
(50,44,52)
#1E171F
(30,23,31)
#000000
(0,0,0)

Tints of #E6E9F1

#E6E9F1
(230,233,241)
#E8EBF2
(232,235,242)
#EAEDF3
(234,237,243)
#ECEFF4
(236,239,244)
#EEF1F5
(238,241,245)
#F0F3F6
(240,243,246)
#F2F5F7
(242,245,247)
#F4F7F8
(244,247,248)
#F6F9F9
(246,249,249)
#F8FBFA
(248,251,250)
#FAFDFB
(250,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6E9F1; }

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

This text font color is #E6E9F1.


Background Color

.myBgColor { background-color: #E6E9F1; }

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

This div background color is #E6E9F1.


Border color

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

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

This div border color is #E6E9F1.


Opacity

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

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

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

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

This text has shadow with #E6E9F1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6E9F1 on black background.


Color preview on white background

This text has color #E6E9F1 on white background.



Black color preview on #E6E9F1 background

This text has black color on #E6E9F1 background.


White color preview on #E6E9F1 background

This text has white color on #E6E9F1 background.