COLOR #E6F7ED

HEX: #E6F7ED
RGB: (230,247,237)

Color info

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

RGB color model

#E6F7ED color RGB value is (230,247,237).

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

RGB channels and saturation

R 230 of 255 = 90%
G 247 of 255 = 97%
B 237 of 255 = 93%

230
247
237

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

Portions of RGB colors in percentages

R + G + B =
230 + 247 + 237 = 714 (100%)
R 230 of 714 ~ 32.21%
G 247 of 714 ~ 34.59%
B 237 of 714 ~ 33.19%

%32.21
%34.59
%33.19

CMYK color model

#E6F7ED color CMYK value is (7,0,4,3).

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 4.05%
  • key color value is 3.14%
CMYK:
(7,0,4,3)
C7M0Y4K3 
(7%,0%,4%,3%)
(0.07/0.00/0.04/0.03)	

CMYK percentages

%6.88
%0
%4.05
%3.14

Codes

Color #E6F7ED in popluar color models

E6F7ED
RGB230247237
HSL145°51.52%93.53%
HSB/HSV145°6.88%96.86%
CMYK6.88%0.00%4.05%
3.14%

Color #E6F7ED in popluar number systems.

HEXE6F7ED
Decimal230247237
Binary111001101111011111101101
Octal346367355

Shades and tints

Shades of #E6F7ED

#E6F7ED
(230,247,237)
#D2E1D8
(210,225,216)
#BECBC3
(190,203,195)
#AAB5AE
(170,181,174)
#969F99
(150,159,153)
#828984
(130,137,132)
#6E736F
(110,115,111)
#5A5D5A
(90,93,90)
#464745
(70,71,69)
#323130
(50,49,48)
#1E1B1B
(30,27,27)
#000000
(0,0,0)

Tints of #E6F7ED

#E6F7ED
(230,247,237)
#E8F7EE
(232,247,238)
#EAF7EF
(234,247,239)
#ECF7F0
(236,247,240)
#EEF7F1
(238,247,241)
#F0F7F2
(240,247,242)
#F2F7F3
(242,247,243)
#F4F7F4
(244,247,244)
#F6F7F5
(246,247,245)
#F8F7F6
(248,247,246)
#FAF7F7
(250,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F7ED; }

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

This text font color is #E6F7ED.


Background Color

.myBgColor { background-color: #E6F7ED; }

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

This div background color is #E6F7ED.


Border color

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

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

This div border color is #E6F7ED.


Opacity

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

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

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

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

This text has shadow with #E6F7ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F7ED on black background.


Color preview on white background

This text has color #E6F7ED on white background.



Black color preview on #E6F7ED background

This text has black color on #E6F7ED background.


White color preview on #E6F7ED background

This text has white color on #E6F7ED background.