COLOR #E6FBFC

HEX: #E6FBFC RGB: (230,251,252)

Color info

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

RGB color model

#E6FBFC color RGB value is (230,251,252).

RGB: (230,251,252) (90%, 98%, 99%)

RGB channels and saturation

R 230 of 255 = 90%
G 251 of 255 = 98%
B 252 of 255 = 99%

230
251
252

R + G + B ~ 96%. #E6FBFC is light color.

Portions of RGB colors in percentages

R + G + B = 230 + 251 + 252 = 733 (100%)
R 230 of 733 ~ 31.38%
G 251 of 733 ~ 34.24%
B 252 of 733 ~ 34.38'%

%31.38
%34.24
%34.38

CMYK color model

#E6FBFC color CMYK value is (9,0,0,1).

  • cyan value is 8.73%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 1.18%

CMYK: (9,0,0,1)
C9M0Y0K1 (9%, 0%, 0%, 1%)
(0.09 / 0.00 / 0.00 / 0.01)

CMYK percentages

%8.73
%0.4
%0
%1.18

Codes

Color #E6FBFC in popluar color models

E6 FB FC
RGB 230 251 252
HSL 183° 78.57% 94.51%
HSB/HSV 183° 8.73% 98.82%
CMYK 8.73% 0.40% 0.00%
1.18%

Color #E6FBFC in popluar number systems.

HEX E6 FB FC
Decimal 230 251 252
Binary 11100110 11111011 11111100
Octal 346 373 374

Shades and tints

Shades of #E6FBFC

#E6FBFC
(230,251,252)
#D2E5E6
(210,229,230)
#BECFD0
(190,207,208)
#AAB9BA
(170,185,186)
#96A3A4
(150,163,164)
#828D8E
(130,141,142)
#6E7778
(110,119,120)
#5A6162
(90,97,98)
#464B4C
(70,75,76)
#323536
(50,53,54)
#1E1F20
(30,31,32)
#000000
(0,0,0)

Tints of #E6FBFC

#E6FBFC
(230,251,252)
#E8FBFC
(232,251,252)
#EAFBFC
(234,251,252)
#ECFBFC
(236,251,252)
#EEFBFC
(238,251,252)
#F0FBFC
(240,251,252)
#F2FBFC
(242,251,252)
#F4FBFC
(244,251,252)
#F6FBFC
(246,251,252)
#F8FBFC
(248,251,252)
#FAFBFC
(250,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FBFC color. Also use rgb(230,251,252) instead hex code.

Text Font Color

.myTextColor { color: #E6FBFC; }

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

This text font color is #E6FBFC.

Background Color

.myBgColor { background-color: #E6FBFC; }

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

This div background color is #E6FBFC.

Border color

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

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

This div border color is #E6FBFC.

Opacity

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

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

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

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

This text has shadow with #E6FBFC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6FBFC.

Preview

Color preview on black background

This text has color #E6FBFC on black background.


Color preview on white background

This text has color #E6FBFC on white background.


Black color preview on #E6FBFC background

This text has black color on #E6FBFC background.


White color preview on #E6FBFC background

This text has white color on #E6FBFC background.


Related colors

Complementary color

Complementary color for #hex is #190403.


I love getcolorcode.com

Triadic colors

1 #FCE6FB and #FBFCE6 with #E6FBFC are triadic colors.

2 #FCFBE6 and #FBE6FC with #E6FBFC are triadic colors.