COLOR #E6FA98

HEX: #E6FA98
RGB: (230,250,152)

Color info

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

RGB color model

#E6FA98 color RGB value is (230,250,152).

  • red value is 230;
  • green value is 250;
  • blue value is 152.
RGB:
(230,250,152)
(90%,98%,60%)

RGB channels and saturation

R 230 of 255 = 90%
G 250 of 255 = 98%
B 152 of 255 = 60%

230
250
152

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

Portions of RGB colors in percentages

R + G + B =
230 + 250 + 152 = 632 (100%)
R 230 of 632 ~ 36.39%
G 250 of 632 ~ 39.56%
B 152 of 632 ~ 24.05%

%36.39
%39.56
%24.05

CMYK color model

#E6FA98 color CMYK value is (8,0,39,2).

  • cyan value is 8.00%
  • magenta value is 0.00%
  • yellow value is 39.20%
  • key color value is 1.96%
CMYK:
(8,0,39,2)
C8M0Y39K2 
(8%,0%,39%,2%)
(0.08/0.00/0.39/0.02)	

CMYK percentages

%8
%0
%39.2
%1.96

Codes

Color #E6FA98 in popluar color models

E6FA98
RGB230250152
HSL72°90.74%78.82%
HSB/HSV72°39.20%98.04%
CMYK8.00%0.00%39.20%
1.96%

Color #E6FA98 in popluar number systems.

HEXE6FA98
Decimal230250152
Binary111001101111101010011000
Octal346372230

Shades and tints

Shades of #E6FA98

#E6FA98
(230,250,152)
#D2E48B
(210,228,139)
#BECE7E
(190,206,126)
#AAB871
(170,184,113)
#96A264
(150,162,100)
#828C57
(130,140,87)
#6E764A
(110,118,74)
#5A603D
(90,96,61)
#464A30
(70,74,48)
#323423
(50,52,35)
#1E1E16
(30,30,22)
#000000
(0,0,0)

Tints of #E6FA98

#E6FA98
(230,250,152)
#E8FAA1
(232,250,161)
#EAFAAA
(234,250,170)
#ECFAB3
(236,250,179)
#EEFABC
(238,250,188)
#F0FAC5
(240,250,197)
#F2FACE
(242,250,206)
#F4FAD7
(244,250,215)
#F6FAE0
(246,250,224)
#F8FAE9
(248,250,233)
#FAFAF2
(250,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #E6FA98 color. Also use rgb(230,250,152) instead hex code.

Text Font Color

.myTextColor { color: #E6FA98; }

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

This text font color is #E6FA98.


Background Color

.myBgColor { background-color: #E6FA98; }

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

This div background color is #E6FA98.


Border color

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

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

This div border color is #E6FA98.


Opacity

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

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

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

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

This text has shadow with #E6FA98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #E6FA98 on black background.


Color preview on white background

This text has color #E6FA98 on white background.



Black color preview on #E6FA98 background

This text has black color on #E6FA98 background.


White color preview on #E6FA98 background

This text has white color on #E6FA98 background.