COLOR #E6EBFC

HEX: #E6EBFC
RGB: (230,235,252)

Color info

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

RGB color model

#E6EBFC color RGB value is (230,235,252).

  • red value is 230;
  • green value is 235;
  • blue value is 252.
RGB:
(230,235,252)
(90%,92%,99%)

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 252 of 255 = 99%

230
235
252

R + G + B ~ 94%. #E6EBFC is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 252 = 717 (100%)
R 230 of 717 ~ 32.08%
G 235 of 717 ~ 32.78%
B 252 of 717 ~ 35.15%

%32.08
%32.78
%35.15

CMYK color model

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

  • cyan value is 8.73%
  • magenta value is 6.75%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(9,7,0,1)
C9M7Y0K1 
(9%,7%,0%,1%)
(0.09/0.07/0.00/0.01)	

CMYK percentages

%8.73
%6.75
%0
%1.18

Codes

Color #E6EBFC in popluar color models

E6EBFC
RGB230235252
HSL226°78.57%94.51%
HSB/HSV226°8.73%98.82%
CMYK8.73%6.75%0.00%
1.18%

Color #E6EBFC in popluar number systems.

HEXE6EBFC
Decimal230235252
Binary111001101110101111111100
Octal346353374

Shades and tints

Shades of #E6EBFC

#E6EBFC
(230,235,252)
#D2D6E6
(210,214,230)
#BEC1D0
(190,193,208)
#AAACBA
(170,172,186)
#9697A4
(150,151,164)
#82828E
(130,130,142)
#6E6D78
(110,109,120)
#5A5862
(90,88,98)
#46434C
(70,67,76)
#322E36
(50,46,54)
#1E1920
(30,25,32)
#000000
(0,0,0)

Tints of #E6EBFC

#E6EBFC
(230,235,252)
#E8ECFC
(232,236,252)
#EAEDFC
(234,237,252)
#ECEEFC
(236,238,252)
#EEEFFC
(238,239,252)
#F0F0FC
(240,240,252)
#F2F1FC
(242,241,252)
#F4F2FC
(244,242,252)
#F6F3FC
(246,243,252)
#F8F4FC
(248,244,252)
#FAF5FC
(250,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBFC; }

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

This text font color is #E6EBFC.


Background Color

.myBgColor { background-color: #E6EBFC; }

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

This div background color is #E6EBFC.


Border color

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

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

This div border color is #E6EBFC.


Opacity

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

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

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

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

This text has shadow with #E6EBFC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBFC on black background.


Color preview on white background

This text has color #E6EBFC on white background.



Black color preview on #E6EBFC background

This text has black color on #E6EBFC background.


White color preview on #E6EBFC background

This text has white color on #E6EBFC background.