COLOR #E6F2EF

HEX: #E6F2EF RGB: (230,242,239)

Color info

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

RGB color model

#E6F2EF color RGB value is (230,242,239).

RGB: (230,242,239) (90%, 95%, 94%)

RGB channels and saturation

R 230 of 255 = 90%
G 242 of 255 = 95%
B 239 of 255 = 94%

230
242
239

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

Portions of RGB colors in percentages

R + G + B = 230 + 242 + 239 = 711 (100%)
R 230 of 711 ~ 32.35%
G 242 of 711 ~ 34.04%
B 239 of 711 ~ 33.61'%

%32.35
%34.04
%33.61

CMYK color model

#E6F2EF color CMYK value is (5,0,1,5).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 1.24%
  • key color value is 5.10%

CMYK: (5,0,1,5)
C5M0Y1K5 (5%, 0%, 1%, 5%)
(0.05 / 0.00 / 0.01 / 0.05)

CMYK percentages

%4.96
%0
%1.24
%5.1

Codes

Color #E6F2EF in popluar color models

E6 F2 EF
RGB 230 242 239
HSL 165° 31.58% 92.55%
HSB/HSV 165° 4.96% 94.90%
CMYK 4.96% 0.00% 1.24%
5.10%

Color #E6F2EF in popluar number systems.

HEX E6 F2 EF
Decimal 230 242 239
Binary 11100110 11110010 11101111
Octal 346 362 357

Shades and tints

Shades of #E6F2EF

#E6F2EF
(230,242,239)
#D2DCDA
(210,220,218)
#BEC6C5
(190,198,197)
#AAB0B0
(170,176,176)
#969A9B
(150,154,155)
#828486
(130,132,134)
#6E6E71
(110,110,113)
#5A585C
(90,88,92)
#464247
(70,66,71)
#322C32
(50,44,50)
#1E161D
(30,22,29)
#000000
(0,0,0)

Tints of #E6F2EF

#E6F2EF
(230,242,239)
#E8F3F0
(232,243,240)
#EAF4F1
(234,244,241)
#ECF5F2
(236,245,242)
#EEF6F3
(238,246,243)
#F0F7F4
(240,247,244)
#F2F8F5
(242,248,245)
#F4F9F6
(244,249,246)
#F6FAF7
(246,250,247)
#F8FBF8
(248,251,248)
#FAFCF9
(250,252,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F2EF; }

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

This text font color is #E6F2EF.

Background Color

.myBgColor { background-color: #E6F2EF; }

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

This div background color is #E6F2EF.

Border color

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

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

This div border color is #E6F2EF.

Opacity

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

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

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

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

This text has shadow with #E6F2EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #E6F2EF.

Preview

Color preview on black background

This text has color #E6F2EF on black background.


Color preview on white background

This text has color #E6F2EF on white background.


Black color preview on #E6F2EF background

This text has black color on #E6F2EF background.


White color preview on #E6F2EF background

This text has white color on #E6F2EF background.


Related colors

Complementary color

Complementary color for #hex is #190D10.


I love getcolorcode.com

Triadic colors

1 #EFE6F2 and #F2EFE6 with #E6F2EF are triadic colors.

2 #EFF2E6 and #F2E6EF with #E6F2EF are triadic colors.