COLOR #E6FCEE

HEX: #E6FCEE
RGB: (230,252,238)

Color info

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

RGB color model

#E6FCEE color RGB value is (230,252,238).

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

RGB channels and saturation

R 230 of 255 = 90%
G 252 of 255 = 99%
B 238 of 255 = 93%

230
252
238

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

Portions of RGB colors in percentages

R + G + B =
230 + 252 + 238 = 720 (100%)
R 230 of 720 ~ 31.94%
G 252 of 720 ~ 35%
B 238 of 720 ~ 33.06%

%31.94
%35
%33.06

CMYK color model

#E6FCEE color CMYK value is (9,0,6,1).

  • cyan value is 8.73%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 1.18%
CMYK:
(9,0,6,1)
C9M0Y6K1 
(9%,0%,6%,1%)
(0.09/0.00/0.06/0.01)	

CMYK percentages

%8.73
%0
%5.56
%1.18

Codes

Color #E6FCEE in popluar color models

E6FCEE
RGB230252238
HSL142°78.57%94.51%
HSB/HSV142°8.73%98.82%
CMYK8.73%0.00%5.56%
1.18%

Color #E6FCEE in popluar number systems.

HEXE6FCEE
Decimal230252238
Binary111001101111110011101110
Octal346374356

Shades and tints

Shades of #E6FCEE

#E6FCEE
(230,252,238)
#D2E6D9
(210,230,217)
#BED0C4
(190,208,196)
#AABAAF
(170,186,175)
#96A49A
(150,164,154)
#828E85
(130,142,133)
#6E7870
(110,120,112)
#5A625B
(90,98,91)
#464C46
(70,76,70)
#323631
(50,54,49)
#1E201C
(30,32,28)
#000000
(0,0,0)

Tints of #E6FCEE

#E6FCEE
(230,252,238)
#E8FCEF
(232,252,239)
#EAFCF0
(234,252,240)
#ECFCF1
(236,252,241)
#EEFCF2
(238,252,242)
#F0FCF3
(240,252,243)
#F2FCF4
(242,252,244)
#F4FCF5
(244,252,245)
#F6FCF6
(246,252,246)
#F8FCF7
(248,252,247)
#FAFCF8
(250,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FCEE; }

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

This text font color is #E6FCEE.


Background Color

.myBgColor { background-color: #E6FCEE; }

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

This div background color is #E6FCEE.


Border color

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

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

This div border color is #E6FCEE.


Opacity

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

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

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

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

This text has shadow with #E6FCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FCEE on black background.


Color preview on white background

This text has color #E6FCEE on white background.



Black color preview on #E6FCEE background

This text has black color on #E6FCEE background.


White color preview on #E6FCEE background

This text has white color on #E6FCEE background.