COLOR #E6FEF6

HEX: #E6FEF6
RGB: (230,254,246)

Color info

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

RGB color model

#E6FEF6 color RGB value is (230,254,246).

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

RGB channels and saturation

R 230 of 255 = 90%
G 254 of 255 = 100%
B 246 of 255 = 96%

230
254
246

R + G + B ~ 95%. #E6FEF6 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 254 + 246 = 730 (100%)
R 230 of 730 ~ 31.51%
G 254 of 730 ~ 34.79%
B 246 of 730 ~ 33.7%

%31.51
%34.79
%33.7

CMYK color model

#E6FEF6 color CMYK value is (9,0,3,0).

  • cyan value is 9.45%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK:
(9,0,3,0)
C9M0Y3K0 
(9%,0%,3%,0%)
(0.09/0.00/0.03/0.00)	

CMYK percentages

%9.45
%0
%3.15
%0.39

Codes

Color #E6FEF6 in popluar color models

E6FEF6
RGB230254246
HSL160°92.31%94.90%
HSB/HSV160°9.45%99.61%
CMYK9.45%0.00%3.15%
0.39%

Color #E6FEF6 in popluar number systems.

HEXE6FEF6
Decimal230254246
Binary111001101111111011110110
Octal346376366

Shades and tints

Shades of #E6FEF6

#E6FEF6
(230,254,246)
#D2E7E0
(210,231,224)
#BED0CA
(190,208,202)
#AAB9B4
(170,185,180)
#96A29E
(150,162,158)
#828B88
(130,139,136)
#6E7472
(110,116,114)
#5A5D5C
(90,93,92)
#464646
(70,70,70)
#322F30
(50,47,48)
#1E181A
(30,24,26)
#000000
(0,0,0)

Tints of #E6FEF6

#E6FEF6
(230,254,246)
#E8FEF6
(232,254,246)
#EAFEF6
(234,254,246)
#ECFEF6
(236,254,246)
#EEFEF6
(238,254,246)
#F0FEF6
(240,254,246)
#F2FEF6
(242,254,246)
#F4FEF6
(244,254,246)
#F6FEF6
(246,254,246)
#F8FEF6
(248,254,246)
#FAFEF6
(250,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6FEF6; }

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

This text font color is #E6FEF6.


Background Color

.myBgColor { background-color: #E6FEF6; }

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

This div background color is #E6FEF6.


Border color

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

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

This div border color is #E6FEF6.


Opacity

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

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

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

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

This text has shadow with #E6FEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FEF6 on black background.


Color preview on white background

This text has color #E6FEF6 on white background.



Black color preview on #E6FEF6 background

This text has black color on #E6FEF6 background.


White color preview on #E6FEF6 background

This text has white color on #E6FEF6 background.