COLOR #E6EBFB

HEX: #E6EBFB
RGB: (230,235,251)

Color info

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

RGB color model

#E6EBFB color RGB value is (230,235,251).

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

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 251 of 255 = 98%

230
235
251

R + G + B ~ 93%. #E6EBFB is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 251 = 716 (100%)
R 230 of 716 ~ 32.12%
G 235 of 716 ~ 32.82%
B 251 of 716 ~ 35.06%

%32.12
%32.82
%35.06

CMYK color model

#E6EBFB color CMYK value is (8,6,0,2).

  • cyan value is 8.37%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(8,6,0,2)
C8M6Y0K2 
(8%,6%,0%,2%)
(0.08/0.06/0.00/0.02)	

CMYK percentages

%8.37
%6.37
%0
%1.57

Codes

Color #E6EBFB in popluar color models

E6EBFB
RGB230235251
HSL226°72.41%94.31%
HSB/HSV226°8.37%98.43%
CMYK8.37%6.37%0.00%
1.57%

Color #E6EBFB in popluar number systems.

HEXE6EBFB
Decimal230235251
Binary111001101110101111111011
Octal346353373

Shades and tints

Shades of #E6EBFB

#E6EBFB
(230,235,251)
#D2D6E5
(210,214,229)
#BEC1CF
(190,193,207)
#AAACB9
(170,172,185)
#9697A3
(150,151,163)
#82828D
(130,130,141)
#6E6D77
(110,109,119)
#5A5861
(90,88,97)
#46434B
(70,67,75)
#322E35
(50,46,53)
#1E191F
(30,25,31)
#000000
(0,0,0)

Tints of #E6EBFB

#E6EBFB
(230,235,251)
#E8ECFB
(232,236,251)
#EAEDFB
(234,237,251)
#ECEEFB
(236,238,251)
#EEEFFB
(238,239,251)
#F0F0FB
(240,240,251)
#F2F1FB
(242,241,251)
#F4F2FB
(244,242,251)
#F6F3FB
(246,243,251)
#F8F4FB
(248,244,251)
#FAF5FB
(250,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBFB; }

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

This text font color is #E6EBFB.


Background Color

.myBgColor { background-color: #E6EBFB; }

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

This div background color is #E6EBFB.


Border color

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

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

This div border color is #E6EBFB.


Opacity

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

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

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

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

This text has shadow with #E6EBFB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBFB on black background.


Color preview on white background

This text has color #E6EBFB on white background.



Black color preview on #E6EBFB background

This text has black color on #E6EBFB background.


White color preview on #E6EBFB background

This text has white color on #E6EBFB background.