COLOR #98F5AB

HEX: #98F5AB
RGB: (152,245,171)

Color info

#98F5AB contains mainly green color. Web safe color of #98F5AB is #99FF99 (or #9F9).

RGB color model

#98F5AB color RGB value is (152,245,171).

  • red value is 152;
  • green value is 245;
  • blue value is 171.
RGB:
(152,245,171)
(60%,96%,67%)

RGB channels and saturation

R 152 of 255 = 60%
G 245 of 255 = 96%
B 171 of 255 = 67%

152
245
171

R + G + B ~ 74%. #98F5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 245 + 171 = 568 (100%)
R 152 of 568 ~ 26.76%
G 245 of 568 ~ 43.13%
B 171 of 568 ~ 30.11%

%26.76
%43.13
%30.11

CMYK color model

#98F5AB color CMYK value is (38,0,30,4).

  • cyan value is 37.96%
  • magenta value is 0.00%
  • yellow value is 30.20%
  • key color value is 3.92%
CMYK:
(38,0,30,4)
C38M0Y30K4 
(38%,0%,30%,4%)
(0.38/0.00/0.30/0.04)	

CMYK percentages

%37.96
%0
%30.2
%3.92

Codes

Color #98F5AB in popluar color models

98F5AB
RGB152245171
HSL132°82.30%77.84%
HSB/HSV132°37.96%96.08%
CMYK37.96%0.00%30.20%
3.92%

Color #98F5AB in popluar number systems.

HEX98F5AB
Decimal152245171
Binary100110001111010110101011
Octal230365253

Shades and tints

Shades of #98F5AB

#98F5AB
(152,245,171)
#8BDF9C
(139,223,156)
#7EC98D
(126,201,141)
#71B37E
(113,179,126)
#649D6F
(100,157,111)
#578760
(87,135,96)
#4A7151
(74,113,81)
#3D5B42
(61,91,66)
#304533
(48,69,51)
#232F24
(35,47,36)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #98F5AB

#98F5AB
(152,245,171)
#A1F5B2
(161,245,178)
#AAF5B9
(170,245,185)
#B3F5C0
(179,245,192)
#BCF5C7
(188,245,199)
#C5F5CE
(197,245,206)
#CEF5D5
(206,245,213)
#D7F5DC
(215,245,220)
#E0F5E3
(224,245,227)
#E9F5EA
(233,245,234)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98F5AB color. Also use rgb(152,245,171) instead hex code.

Text Font Color

.myTextColor { color: #98F5AB; }

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

This text font color is #98F5AB.


Background Color

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

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

This div background color is #98F5AB.


Border color

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

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

This div border color is #98F5AB.


Opacity

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

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

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

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

This text has shadow with #98F5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98F5AB on black background.


Color preview on white background

This text has color #98F5AB on white background.



Black color preview on #98F5AB background

This text has black color on #98F5AB background.


White color preview on #98F5AB background

This text has white color on #98F5AB background.