COLOR #98E0A9

HEX: #98E0A9
RGB: (152,224,169)

Color info

#98E0A9 contains mainly green and blue colors. Web safe color of #98E0A9 is #99CC99 (or #9C9).

RGB color model

#98E0A9 color RGB value is (152,224,169).

  • red value is 152;
  • green value is 224;
  • blue value is 169.
RGB:
(152,224,169)
(60%,88%,66%)

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 169 of 255 = 66%

152
224
169

R + G + B ~ 71%. #98E0A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 224 + 169 = 545 (100%)
R 152 of 545 ~ 27.89%
G 224 of 545 ~ 41.1%
B 169 of 545 ~ 31.01%

%27.89
%41.1
%31.01

CMYK color model

#98E0A9 color CMYK value is (32,0,25,12).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 24.55%
  • key color value is 12.16%
CMYK:
(32,0,25,12)
C32M0Y25K12 
(32%,0%,25%,12%)
(0.32/0.00/0.25/0.12)	

CMYK percentages

%32.14
%0
%24.55
%12.16

Codes

Color #98E0A9 in popluar color models

98E0A9
RGB152224169
HSL134°53.73%73.73%
HSB/HSV134°32.14%87.84%
CMYK32.14%0.00%24.55%
12.16%

Color #98E0A9 in popluar number systems.

HEX98E0A9
Decimal152224169
Binary100110001110000010101001
Octal230340251

Shades and tints

Shades of #98E0A9

#98E0A9
(152,224,169)
#8BCC9A
(139,204,154)
#7EB88B
(126,184,139)
#71A47C
(113,164,124)
#64906D
(100,144,109)
#577C5E
(87,124,94)
#4A684F
(74,104,79)
#3D5440
(61,84,64)
#304031
(48,64,49)
#232C22
(35,44,34)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98E0A9

#98E0A9
(152,224,169)
#A1E2B0
(161,226,176)
#AAE4B7
(170,228,183)
#B3E6BE
(179,230,190)
#BCE8C5
(188,232,197)
#C5EACC
(197,234,204)
#CEECD3
(206,236,211)
#D7EEDA
(215,238,218)
#E0F0E1
(224,240,225)
#E9F2E8
(233,242,232)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E0A9 color. Also use rgb(152,224,169) instead hex code.

Text Font Color

.myTextColor { color: #98E0A9; }

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

This text font color is #98E0A9.


Background Color

.myBgColor { background-color: #98E0A9; }

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

This div background color is #98E0A9.


Border color

.myBorderColor { border: 1px solid #98E0A9; }

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

This div border color is #98E0A9.


Opacity

.myOpacity80 { color: #98E0A9; opacity: 0.8; }

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

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

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

This text has shadow with #98E0A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E0A9 on black background.


Color preview on white background

This text has color #98E0A9 on white background.



Black color preview on #98E0A9 background

This text has black color on #98E0A9 background.


White color preview on #98E0A9 background

This text has white color on #98E0A9 background.