COLOR #E6F3ED

HEX: #E6F3ED
RGB: (230,243,237)

Color info

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

RGB color model

#E6F3ED color RGB value is (230,243,237).

  • red value is 230;
  • green value is 243;
  • blue value is 237.
RGB:
(230,243,237)
(90%,95%,93%)

RGB channels and saturation

R 230 of 255 = 90%
G 243 of 255 = 95%
B 237 of 255 = 93%

230
243
237

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

Portions of RGB colors in percentages

R + G + B =
230 + 243 + 237 = 710 (100%)
R 230 of 710 ~ 32.39%
G 243 of 710 ~ 34.23%
B 237 of 710 ~ 33.38%

%32.39
%34.23
%33.38

CMYK color model

#E6F3ED color CMYK value is (5,0,2,5).

  • cyan value is 5.35%
  • magenta value is 0.00%
  • yellow value is 2.47%
  • key color value is 4.71%
CMYK:
(5,0,2,5)
C5M0Y2K5 
(5%,0%,2%,5%)
(0.05/0.00/0.02/0.05)	

CMYK percentages

%5.35
%0
%2.47
%4.71

Codes

Color #E6F3ED in popluar color models

E6F3ED
RGB230243237
HSL152°35.14%92.75%
HSB/HSV152°5.35%95.29%
CMYK5.35%0.00%2.47%
4.71%

Color #E6F3ED in popluar number systems.

HEXE6F3ED
Decimal230243237
Binary111001101111001111101101
Octal346363355

Shades and tints

Shades of #E6F3ED

#E6F3ED
(230,243,237)
#D2DDD8
(210,221,216)
#BEC7C3
(190,199,195)
#AAB1AE
(170,177,174)
#969B99
(150,155,153)
#828584
(130,133,132)
#6E6F6F
(110,111,111)
#5A595A
(90,89,90)
#464345
(70,67,69)
#322D30
(50,45,48)
#1E171B
(30,23,27)
#000000
(0,0,0)

Tints of #E6F3ED

#E6F3ED
(230,243,237)
#E8F4EE
(232,244,238)
#EAF5EF
(234,245,239)
#ECF6F0
(236,246,240)
#EEF7F1
(238,247,241)
#F0F8F2
(240,248,242)
#F2F9F3
(242,249,243)
#F4FAF4
(244,250,244)
#F6FBF5
(246,251,245)
#F8FCF6
(248,252,246)
#FAFDF7
(250,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F3ED; }

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

This text font color is #E6F3ED.


Background Color

.myBgColor { background-color: #E6F3ED; }

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

This div background color is #E6F3ED.


Border color

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

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

This div border color is #E6F3ED.


Opacity

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

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

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

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

This text has shadow with #E6F3ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F3ED on black background.


Color preview on white background

This text has color #E6F3ED on white background.



Black color preview on #E6F3ED background

This text has black color on #E6F3ED background.


White color preview on #E6F3ED background

This text has white color on #E6F3ED background.