COLOR #E6F6E5

HEX: #E6F6E5
RGB: (230,246,229)

Color info

#E6F6E5 contains red, green and blue colors in about the same proportion. Web safe color of #E6F6E5 is #CCFFCC (or #CFC).

RGB color model

#E6F6E5 color RGB value is (230,246,229).

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

RGB channels and saturation

R 230 of 255 = 90%
G 246 of 255 = 96%
B 229 of 255 = 90%

230
246
229

R + G + B ~ 92%. #E6F6E5 is light color.

Portions of RGB colors in percentages

R + G + B =
230 + 246 + 229 = 705 (100%)
R 230 of 705 ~ 32.62%
G 246 of 705 ~ 34.89%
B 229 of 705 ~ 32.48%

%32.62
%34.89
%32.48

CMYK color model

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

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 6.91%
  • key color value is 3.53%
CMYK:
(7,0,7,4)
C7M0Y7K4 
(7%,0%,7%,4%)
(0.07/0.00/0.07/0.04)	

CMYK percentages

%6.5
%0
%6.91
%3.53

Codes

Color #E6F6E5 in popluar color models

E6F6E5
RGB230246229
HSL116°48.57%93.14%
HSB/HSV116°6.91%96.47%
CMYK6.50%0.00%6.91%
3.53%

Color #E6F6E5 in popluar number systems.

HEXE6F6E5
Decimal230246229
Binary111001101111011011100101
Octal346366345

Shades and tints

Shades of #E6F6E5

#E6F6E5
(230,246,229)
#D2E0D1
(210,224,209)
#BECABD
(190,202,189)
#AAB4A9
(170,180,169)
#969E95
(150,158,149)
#828881
(130,136,129)
#6E726D
(110,114,109)
#5A5C59
(90,92,89)
#464645
(70,70,69)
#323031
(50,48,49)
#1E1A1D
(30,26,29)
#000000
(0,0,0)

Tints of #E6F6E5

#E6F6E5
(230,246,229)
#E8F6E7
(232,246,231)
#EAF6E9
(234,246,233)
#ECF6EB
(236,246,235)
#EEF6ED
(238,246,237)
#F0F6EF
(240,246,239)
#F2F6F1
(242,246,241)
#F4F6F3
(244,246,243)
#F6F6F5
(246,246,245)
#F8F6F7
(248,246,247)
#FAF6F9
(250,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6E5; }

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

This text font color is #E6F6E5.


Background Color

.myBgColor { background-color: #E6F6E5; }

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

This div background color is #E6F6E5.


Border color

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

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

This div border color is #E6F6E5.


Opacity

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

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

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

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

This text has shadow with #E6F6E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6E5 on black background.


Color preview on white background

This text has color #E6F6E5 on white background.



Black color preview on #E6F6E5 background

This text has black color on #E6F6E5 background.


White color preview on #E6F6E5 background

This text has white color on #E6F6E5 background.