COLOR #E6F6A5

HEX: #E6F6A5
RGB: (230,246,165)

Color info

#E6F6A5 contains mainly red and green colors. Web safe color of #E6F6A5 is #CCFF99 (or #CF9).

RGB color model

#E6F6A5 color RGB value is (230,246,165).

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

RGB channels and saturation

R 230 of 255 = 90%
G 246 of 255 = 96%
B 165 of 255 = 65%

230
246
165

R + G + B ~ 84%. #E6F6A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 246 + 165 = 641 (100%)
R 230 of 641 ~ 35.88%
G 246 of 641 ~ 38.38%
B 165 of 641 ~ 25.74%

%35.88
%38.38
%25.74

CMYK color model

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

  • cyan value is 6.50%
  • magenta value is 0.00%
  • yellow value is 32.93%
  • key color value is 3.53%
CMYK:
(7,0,33,4)
C7M0Y33K4 
(7%,0%,33%,4%)
(0.07/0.00/0.33/0.04)	

CMYK percentages

%6.5
%0
%32.93
%3.53

Codes

Color #E6F6A5 in popluar color models

E6F6A5
RGB230246165
HSL72°81.82%80.59%
HSB/HSV72°32.93%96.47%
CMYK6.50%0.00%32.93%
3.53%

Color #E6F6A5 in popluar number systems.

HEXE6F6A5
Decimal230246165
Binary111001101111011010100101
Octal346366245

Shades and tints

Shades of #E6F6A5

#E6F6A5
(230,246,165)
#D2E096
(210,224,150)
#BECA87
(190,202,135)
#AAB478
(170,180,120)
#969E69
(150,158,105)
#82885A
(130,136,90)
#6E724B
(110,114,75)
#5A5C3C
(90,92,60)
#46462D
(70,70,45)
#32301E
(50,48,30)
#1E1A0F
(30,26,15)
#000000
(0,0,0)

Tints of #E6F6A5

#E6F6A5
(230,246,165)
#E8F6AD
(232,246,173)
#EAF6B5
(234,246,181)
#ECF6BD
(236,246,189)
#EEF6C5
(238,246,197)
#F0F6CD
(240,246,205)
#F2F6D5
(242,246,213)
#F4F6DD
(244,246,221)
#F6F6E5
(246,246,229)
#F8F6ED
(248,246,237)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F6A5; }

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

This text font color is #E6F6A5.


Background Color

.myBgColor { background-color: #E6F6A5; }

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

This div background color is #E6F6A5.


Border color

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

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

This div border color is #E6F6A5.


Opacity

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

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

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

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

This text has shadow with #E6F6A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F6A5 on black background.


Color preview on white background

This text has color #E6F6A5 on white background.



Black color preview on #E6F6A5 background

This text has black color on #E6F6A5 background.


White color preview on #E6F6A5 background

This text has white color on #E6F6A5 background.