COLOR #E6EBF7

HEX: #E6EBF7
RGB: (230,235,247)

Color info

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

RGB color model

#E6EBF7 color RGB value is (230,235,247).

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

RGB channels and saturation

R 230 of 255 = 90%
G 235 of 255 = 92%
B 247 of 255 = 97%

230
235
247

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

Portions of RGB colors in percentages

R + G + B =
230 + 235 + 247 = 712 (100%)
R 230 of 712 ~ 32.3%
G 235 of 712 ~ 33.01%
B 247 of 712 ~ 34.69%

%32.3
%33.01
%34.69

CMYK color model

#E6EBF7 color CMYK value is (7,5,0,3).

  • cyan value is 6.88%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(7,5,0,3)
C7M5Y0K3 
(7%,5%,0%,3%)
(0.07/0.05/0.00/0.03)	

CMYK percentages

%6.88
%4.86
%0
%3.14

Codes

Color #E6EBF7 in popluar color models

E6EBF7
RGB230235247
HSL222°51.52%93.53%
HSB/HSV222°6.88%96.86%
CMYK6.88%4.86%0.00%
3.14%

Color #E6EBF7 in popluar number systems.

HEXE6EBF7
Decimal230235247
Binary111001101110101111110111
Octal346353367

Shades and tints

Shades of #E6EBF7

#E6EBF7
(230,235,247)
#D2D6E1
(210,214,225)
#BEC1CB
(190,193,203)
#AAACB5
(170,172,181)
#96979F
(150,151,159)
#828289
(130,130,137)
#6E6D73
(110,109,115)
#5A585D
(90,88,93)
#464347
(70,67,71)
#322E31
(50,46,49)
#1E191B
(30,25,27)
#000000
(0,0,0)

Tints of #E6EBF7

#E6EBF7
(230,235,247)
#E8ECF7
(232,236,247)
#EAEDF7
(234,237,247)
#ECEEF7
(236,238,247)
#EEEFF7
(238,239,247)
#F0F0F7
(240,240,247)
#F2F1F7
(242,241,247)
#F4F2F7
(244,242,247)
#F6F3F7
(246,243,247)
#F8F4F7
(248,244,247)
#FAF5F7
(250,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6EBF7; }

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

This text font color is #E6EBF7.


Background Color

.myBgColor { background-color: #E6EBF7; }

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

This div background color is #E6EBF7.


Border color

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

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

This div border color is #E6EBF7.


Opacity

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

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

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

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

This text has shadow with #E6EBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6EBF7 on black background.


Color preview on white background

This text has color #E6EBF7 on white background.



Black color preview on #E6EBF7 background

This text has black color on #E6EBF7 background.


White color preview on #E6EBF7 background

This text has white color on #E6EBF7 background.