COLOR #98E4AA

HEX: #98E4AA
RGB: (152,228,170)

Color info

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

RGB color model

#98E4AA color RGB value is (152,228,170).

  • red value is 152;
  • green value is 228;
  • blue value is 170.
RGB:
(152,228,170)
(60%,89%,67%)

RGB channels and saturation

R 152 of 255 = 60%
G 228 of 255 = 89%
B 170 of 255 = 67%

152
228
170

R + G + B ~ 72%. #98E4AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 228 + 170 = 550 (100%)
R 152 of 550 ~ 27.64%
G 228 of 550 ~ 41.45%
B 170 of 550 ~ 30.91%

%27.64
%41.45
%30.91

CMYK color model

#98E4AA color CMYK value is (33,0,25,11).

  • cyan value is 33.33%
  • magenta value is 0.00%
  • yellow value is 25.44%
  • key color value is 10.59%
CMYK:
(33,0,25,11)
C33M0Y25K11 
(33%,0%,25%,11%)
(0.33/0.00/0.25/0.11)	

CMYK percentages

%33.33
%0
%25.44
%10.59

Codes

Color #98E4AA in popluar color models

98E4AA
RGB152228170
HSL134°58.46%74.51%
HSB/HSV134°33.33%89.41%
CMYK33.33%0.00%25.44%
10.59%

Color #98E4AA in popluar number systems.

HEX98E4AA
Decimal152228170
Binary100110001110010010101010
Octal230344252

Shades and tints

Shades of #98E4AA

#98E4AA
(152,228,170)
#8BD09B
(139,208,155)
#7EBC8C
(126,188,140)
#71A87D
(113,168,125)
#64946E
(100,148,110)
#57805F
(87,128,95)
#4A6C50
(74,108,80)
#3D5841
(61,88,65)
#304432
(48,68,50)
#233023
(35,48,35)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #98E4AA

#98E4AA
(152,228,170)
#A1E6B1
(161,230,177)
#AAE8B8
(170,232,184)
#B3EABF
(179,234,191)
#BCECC6
(188,236,198)
#C5EECD
(197,238,205)
#CEF0D4
(206,240,212)
#D7F2DB
(215,242,219)
#E0F4E2
(224,244,226)
#E9F6E9
(233,246,233)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E4AA color. Also use rgb(152,228,170) instead hex code.

Text Font Color

.myTextColor { color: #98E4AA; }

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

This text font color is #98E4AA.


Background Color

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

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

This div background color is #98E4AA.


Border color

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

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

This div border color is #98E4AA.


Opacity

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

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

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

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

This text has shadow with #98E4AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E4AA on black background.


Color preview on white background

This text has color #98E4AA on white background.



Black color preview on #98E4AA background

This text has black color on #98E4AA background.


White color preview on #98E4AA background

This text has white color on #98E4AA background.