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).

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

E6 FA 98
RGB 230 250 152
HSL 72° 90.74% 78.82%
HSB/HSV 72° 39.20% 98.04%
CMYK 8.00% 0.00% 39.20%
1.96%

Color #E6FA98 in popluar number systems.

HEX E6 FA 98
Decimal 230 250 152
Binary 11100110 11111010 10011000
Octal 346 372 230

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.


Related colors

Complementary color

Complementary color for #hex is #190567.


I love getcolorcode.com

Triadic colors

1 #98E6FA and #FA98E6 with #E6FA98 are triadic colors.

2 #98FAE6 and #FAE698 with #E6FA98 are triadic colors.