COLOR #E6F2A5

HEX: #E6F2A5
RGB: (230,242,165)

Color info

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

RGB color model

#E6F2A5 color RGB value is (230,242,165).

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

RGB channels and saturation

R 230 of 255 = 90%
G 242 of 255 = 95%
B 165 of 255 = 65%

230
242
165

R + G + B ~ 83%. #E6F2A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
230 + 242 + 165 = 637 (100%)
R 230 of 637 ~ 36.11%
G 242 of 637 ~ 37.99%
B 165 of 637 ~ 25.9%

%36.11
%37.99
%25.9

CMYK color model

#E6F2A5 color CMYK value is (5,0,32,5).

  • cyan value is 4.96%
  • magenta value is 0.00%
  • yellow value is 31.82%
  • key color value is 5.10%
CMYK:
(5,0,32,5)
C5M0Y32K5 
(5%,0%,32%,5%)
(0.05/0.00/0.32/0.05)	

CMYK percentages

%4.96
%0
%31.82
%5.1

Codes

Color #E6F2A5 in popluar color models

E6F2A5
RGB230242165
HSL69°74.76%79.80%
HSB/HSV69°31.82%94.90%
CMYK4.96%0.00%31.82%
5.10%

Color #E6F2A5 in popluar number systems.

HEXE6F2A5
Decimal230242165
Binary111001101111001010100101
Octal346362245

Shades and tints

Shades of #E6F2A5

#E6F2A5
(230,242,165)
#D2DC96
(210,220,150)
#BEC687
(190,198,135)
#AAB078
(170,176,120)
#969A69
(150,154,105)
#82845A
(130,132,90)
#6E6E4B
(110,110,75)
#5A583C
(90,88,60)
#46422D
(70,66,45)
#322C1E
(50,44,30)
#1E160F
(30,22,15)
#000000
(0,0,0)

Tints of #E6F2A5

#E6F2A5
(230,242,165)
#E8F3AD
(232,243,173)
#EAF4B5
(234,244,181)
#ECF5BD
(236,245,189)
#EEF6C5
(238,246,197)
#F0F7CD
(240,247,205)
#F2F8D5
(242,248,213)
#F4F9DD
(244,249,221)
#F6FAE5
(246,250,229)
#F8FBED
(248,251,237)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #E6F2A5; }

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

This text font color is #E6F2A5.


Background Color

.myBgColor { background-color: #E6F2A5; }

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

This div background color is #E6F2A5.


Border color

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

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

This div border color is #E6F2A5.


Opacity

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

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

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

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

This text has shadow with #E6F2A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6F2A5 on black background.


Color preview on white background

This text has color #E6F2A5 on white background.



Black color preview on #E6F2A5 background

This text has black color on #E6F2A5 background.


White color preview on #E6F2A5 background

This text has white color on #E6F2A5 background.