COLOR #E6F8EE

HEX: #E6F8EE
RGB: (230,248,238)

Color info

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

RGB color model

#E6F8EE color RGB value is (230,248,238).

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

RGB channels and saturation

R 230 of 255 = 90%
G 248 of 255 = 97%
B 238 of 255 = 93%

230
248
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 248 + 238 = 716 (100%)
R 230 of 716 ~ 32.12%
G 248 of 716 ~ 34.64%
B 238 of 716 ~ 33.24%

%32.12
%34.64
%33.24

CMYK color model

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

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

CMYK percentages

%7.26
%0
%4.03
%2.75

Codes

Color #E6F8EE in popluar color models

E6F8EE
RGB230248238
HSL147°56.25%93.73%
HSB/HSV147°7.26%97.25%
CMYK7.26%0.00%4.03%
2.75%

Color #E6F8EE in popluar number systems.

HEXE6F8EE
Decimal230248238
Binary111001101111100011101110
Octal346370356

Shades and tints

Shades of #E6F8EE

#E6F8EE
(230,248,238)
#D2E2D9
(210,226,217)
#BECCC4
(190,204,196)
#AAB6AF
(170,182,175)
#96A09A
(150,160,154)
#828A85
(130,138,133)
#6E7470
(110,116,112)
#5A5E5B
(90,94,91)
#464846
(70,72,70)
#323231
(50,50,49)
#1E1C1C
(30,28,28)
#000000
(0,0,0)

Tints of #E6F8EE

#E6F8EE
(230,248,238)
#E8F8EF
(232,248,239)
#EAF8F0
(234,248,240)
#ECF8F1
(236,248,241)
#EEF8F2
(238,248,242)
#F0F8F3
(240,248,243)
#F2F8F4
(242,248,244)
#F4F8F5
(244,248,245)
#F6F8F6
(246,248,246)
#F8F8F7
(248,248,247)
#FAF8F8
(250,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6F8EE color. Also use rgb(230,248,238) instead hex code.

Text Font Color

.myTextColor { color: #E6F8EE; }

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

This text font color is #E6F8EE.


Background Color

.myBgColor { background-color: #E6F8EE; }

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

This div background color is #E6F8EE.


Border color

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

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

This div border color is #E6F8EE.


Opacity

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

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

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

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

This text has shadow with #E6F8EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F8EE on black background.


Color preview on white background

This text has color #E6F8EE on white background.



Black color preview on #E6F8EE background

This text has black color on #E6F8EE background.


White color preview on #E6F8EE background

This text has white color on #E6F8EE background.