COLOR #E6F1FF

HEX: #E6F1FF
RGB: (230,241,255)

Color info

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

RGB color model

#E6F1FF color RGB value is (230,241,255).

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

RGB channels and saturation

R 230 of 255 = 90%
G 241 of 255 = 95%
B 255 of 255 = 100%

230
241
255

R + G + B ~ 95%. #E6F1FF is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 241 + 255 = 726 (100%)
R 230 of 726 ~ 31.68%
G 241 of 726 ~ 33.2%
B 255 of 726 ~ 35.12%

%31.68
%33.2
%35.12

CMYK color model

#E6F1FF color CMYK value is (10,5,0,0).

  • cyan value is 9.80%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(10,5,0,0)
C10M5Y0K0 
(10%,5%,0%,0%)
(0.10/0.05/0.00/0.00)	

CMYK percentages

%9.8
%5.49
%0
%0

Codes

Color #E6F1FF in popluar color models

E6F1FF
RGB230241255
HSL214°100.00%95.10%
HSB/HSV214°9.80%100.00%
CMYK9.80%5.49%0.00%
0.00%

Color #E6F1FF in popluar number systems.

HEXE6F1FF
Decimal230241255
Binary111001101111000111111111
Octal346361377

Shades and tints

Shades of #E6F1FF

#E6F1FF
(230,241,255)
#D2DCE8
(210,220,232)
#BEC7D1
(190,199,209)
#AAB2BA
(170,178,186)
#969DA3
(150,157,163)
#82888C
(130,136,140)
#6E7375
(110,115,117)
#5A5E5E
(90,94,94)
#464947
(70,73,71)
#323430
(50,52,48)
#1E1F19
(30,31,25)
#000000
(0,0,0)

Tints of #E6F1FF

#E6F1FF
(230,241,255)
#E8F2FF
(232,242,255)
#EAF3FF
(234,243,255)
#ECF4FF
(236,244,255)
#EEF5FF
(238,245,255)
#F0F6FF
(240,246,255)
#F2F7FF
(242,247,255)
#F4F8FF
(244,248,255)
#F6F9FF
(246,249,255)
#F8FAFF
(248,250,255)
#FAFBFF
(250,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F1FF; }

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

This text font color is #E6F1FF.


Background Color

.myBgColor { background-color: #E6F1FF; }

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

This div background color is #E6F1FF.


Border color

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

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

This div border color is #E6F1FF.


Opacity

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

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

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

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

This text has shadow with #E6F1FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F1FF on black background.


Color preview on white background

This text has color #E6F1FF on white background.



Black color preview on #E6F1FF background

This text has black color on #E6F1FF background.


White color preview on #E6F1FF background

This text has white color on #E6F1FF background.