COLOR #E6F7EF

HEX: #E6F7EF RGB: (230,247,239)

Color info

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

RGB color model

#E6F7EF color RGB value is (230,247,239).

RGB: (230,247,239) (90%, 97%, 94%)

RGB channels and saturation

R 230 of 255 = 90%
G 247 of 255 = 97%
B 239 of 255 = 94%

230
247
239

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

Portions of RGB colors in percentages

R + G + B = 230 + 247 + 239 = 716 (100%)
R 230 of 716 ~ 32.12%
G 247 of 716 ~ 34.5%
B 239 of 716 ~ 33.38'%

%32.12
%34.5
%33.38

CMYK color model

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

  • cyan value is 6.88%
  • magenta value is 0.00%
  • yellow value is 3.24%
  • key color value is 3.14%

CMYK: (7,0,3,3)
C7M0Y3K3 (7%, 0%, 3%, 3%)
(0.07 / 0.00 / 0.03 / 0.03)

CMYK percentages

%6.88
%0
%3.24
%3.14

Codes

Color #E6F7EF in popluar color models

E6 F7 EF
RGB 230 247 239
HSL 152° 51.52% 93.53%
HSB/HSV 152° 6.88% 96.86%
CMYK 6.88% 0.00% 3.24%
3.14%

Color #E6F7EF in popluar number systems.

HEX E6 F7 EF
Decimal 230 247 239
Binary 11100110 11110111 11101111
Octal 346 367 357

Shades and tints

Shades of #E6F7EF

#E6F7EF
(230,247,239)
#D2E1DA
(210,225,218)
#BECBC5
(190,203,197)
#AAB5B0
(170,181,176)
#969F9B
(150,159,155)
#828986
(130,137,134)
#6E7371
(110,115,113)
#5A5D5C
(90,93,92)
#464747
(70,71,71)
#323132
(50,49,50)
#1E1B1D
(30,27,29)
#000000
(0,0,0)

Tints of #E6F7EF

#E6F7EF
(230,247,239)
#E8F7F0
(232,247,240)
#EAF7F1
(234,247,241)
#ECF7F2
(236,247,242)
#EEF7F3
(238,247,243)
#F0F7F4
(240,247,244)
#F2F7F5
(242,247,245)
#F4F7F6
(244,247,246)
#F6F7F7
(246,247,247)
#F8F7F8
(248,247,248)
#FAF7F9
(250,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F7EF; }

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

This text font color is #E6F7EF.

Background Color

.myBgColor { background-color: #E6F7EF; }

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

This div background color is #E6F7EF.

Border color

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

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

This div border color is #E6F7EF.

Opacity

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

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

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

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

This text has shadow with #E6F7EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F7EF.

Preview

Color preview on black background

This text has color #E6F7EF on black background.


Color preview on white background

This text has color #E6F7EF on white background.


Black color preview on #E6F7EF background

This text has black color on #E6F7EF background.


White color preview on #E6F7EF background

This text has white color on #E6F7EF background.


Related colors

Complementary color

Complementary color for #hex is #190810.


I love getcolorcode.com

Triadic colors

1 #EFE6F7 and #F7EFE6 with #E6F7EF are triadic colors.

2 #EFF7E6 and #F7E6EF with #E6F7EF are triadic colors.