COLOR #E6F3FE

HEX: #E6F3FE RGB: (230,243,254)

Color info

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

RGB color model

#E6F3FE color RGB value is (230,243,254).

RGB: (230,243,254) (90%, 95%, 100%)

RGB channels and saturation

R 230 of 255 = 90%
G 243 of 255 = 95%
B 254 of 255 = 100%

230
243
254

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

Portions of RGB colors in percentages

R + G + B = 230 + 243 + 254 = 727 (100%)
R 230 of 727 ~ 31.64%
G 243 of 727 ~ 33.43%
B 254 of 727 ~ 34.94'%

%31.64
%33.43
%34.94

CMYK color model

#E6F3FE color CMYK value is (9,4,0,0).

  • cyan value is 9.45%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (9,4,0,0)
C9M4Y0K0 (9%, 4%, 0%, 0%)
(0.09 / 0.04 / 0.00 / 0.00)

CMYK percentages

%9.45
%4.33
%0
%0.39

Codes

Color #E6F3FE in popluar color models

E6 F3 FE
RGB 230 243 254
HSL 208° 92.31% 94.90%
HSB/HSV 208° 9.45% 99.61%
CMYK 9.45% 4.33% 0.00%
0.39%

Color #E6F3FE in popluar number systems.

HEX E6 F3 FE
Decimal 230 243 254
Binary 11100110 11110011 11111110
Octal 346 363 376

Shades and tints

Shades of #E6F3FE

#E6F3FE
(230,243,254)
#D2DDE7
(210,221,231)
#BEC7D0
(190,199,208)
#AAB1B9
(170,177,185)
#969BA2
(150,155,162)
#82858B
(130,133,139)
#6E6F74
(110,111,116)
#5A595D
(90,89,93)
#464346
(70,67,70)
#322D2F
(50,45,47)
#1E1718
(30,23,24)
#000000
(0,0,0)

Tints of #E6F3FE

#E6F3FE
(230,243,254)
#E8F4FE
(232,244,254)
#EAF5FE
(234,245,254)
#ECF6FE
(236,246,254)
#EEF7FE
(238,247,254)
#F0F8FE
(240,248,254)
#F2F9FE
(242,249,254)
#F4FAFE
(244,250,254)
#F6FBFE
(246,251,254)
#F8FCFE
(248,252,254)
#FAFDFE
(250,253,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F3FE color. Also use rgb(230,243,254) instead hex code.

Text Font Color

.myTextColor { color: #E6F3FE; }

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

This text font color is #E6F3FE.

Background Color

.myBgColor { background-color: #E6F3FE; }

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

This div background color is #E6F3FE.

Border color

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

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

This div border color is #E6F3FE.

Opacity

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

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

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

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

This text has shadow with #E6F3FE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F3FE.

Preview

Color preview on black background

This text has color #E6F3FE on black background.


Color preview on white background

This text has color #E6F3FE on white background.


Black color preview on #E6F3FE background

This text has black color on #E6F3FE background.


White color preview on #E6F3FE background

This text has white color on #E6F3FE background.


Related colors

Complementary color

Complementary color for #hex is #190C01.


I love getcolorcode.com

Triadic colors

1 #FEE6F3 and #F3FEE6 with #E6F3FE are triadic colors.

2 #FEF3E6 and #F3E6FE with #E6F3FE are triadic colors.