COLOR #E6FEE9

HEX: #E6FEE9
RGB: (230,254,233)

Color info

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

RGB color model

#E6FEE9 color RGB value is (230,254,233).

  • red value is 230;
  • green value is 254;
  • blue value is 233.
RGB:
(230,254,233)
(90%,100%,91%)

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 233 of 255 = 91%

230
254
233

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

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 233 = 717 (100%)
R 230 of 717 ~ 32.08%
G 254 of 717 ~ 35.43%
B 233 of 717 ~ 32.5%

%32.08
%35.43
%32.5

CMYK color model

#E6FEE9 color CMYK value is (9,0,8,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 8.27%
  • key color value is 0.39%
CMYK:
(9,0,8,0)
C9M0Y8K0 
(9%,0%,8%,0%)
(0.09/0.00/0.08/0.00)	

CMYK percentages

%9.45
%0
%8.27
%0.39

Codes

Color #E6FEE9 in popluar color models

E6FEE9
RGB230254233
HSL128°92.31%94.90%
HSB/HSV128°9.45%99.61%
CMYK9.45%0.00%8.27%
0.39%

Color #E6FEE9 in popluar number systems.

HEXE6FEE9
Decimal230254233
Binary111001101111111011101001
Octal346376351

Shades and tints

Shades of #E6FEE9

#E6FEE9
(230,254,233)
#D2E7D4
(210,231,212)
#BED0BF
(190,208,191)
#AAB9AA
(170,185,170)
#96A295
(150,162,149)
#828B80
(130,139,128)
#6E746B
(110,116,107)
#5A5D56
(90,93,86)
#464641
(70,70,65)
#322F2C
(50,47,44)
#1E1817
(30,24,23)
#000000
(0,0,0)

Tints of #E6FEE9

#E6FEE9
(230,254,233)
#E8FEEB
(232,254,235)
#EAFEED
(234,254,237)
#ECFEEF
(236,254,239)
#EEFEF1
(238,254,241)
#F0FEF3
(240,254,243)
#F2FEF5
(242,254,245)
#F4FEF7
(244,254,247)
#F6FEF9
(246,254,249)
#F8FEFB
(248,254,251)
#FAFEFD
(250,254,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FEE9 color. Also use rgb(230,254,233) instead hex code.

Text Font Color

.myTextColor { color: #E6FEE9; }

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

This text font color is #E6FEE9.


Background Color

.myBgColor { background-color: #E6FEE9; }

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

This div background color is #E6FEE9.


Border color

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

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

This div border color is #E6FEE9.


Opacity

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

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

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

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

This text has shadow with #E6FEE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEE9 on black background.


Color preview on white background

This text has color #E6FEE9 on white background.



Black color preview on #E6FEE9 background

This text has black color on #E6FEE9 background.


White color preview on #E6FEE9 background

This text has white color on #E6FEE9 background.