COLOR #98FBA5

HEX: #98FBA5
RGB: (152,251,165)

Color info

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

RGB color model

#98FBA5 color RGB value is (152,251,165).

  • red value is 152;
  • green value is 251;
  • blue value is 165.
RGB:
(152,251,165)
(60%,98%,65%)

RGB channels and saturation

R 152 of 255 = 60%
G 251 of 255 = 98%
B 165 of 255 = 65%

152
251
165

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

Portions of RGB colors in percentages

R + G + B =
152 + 251 + 165 = 568 (100%)
R 152 of 568 ~ 26.76%
G 251 of 568 ~ 44.19%
B 165 of 568 ~ 29.05%

%26.76
%44.19
%29.05

CMYK color model

#98FBA5 color CMYK value is (39,0,34,2).

  • cyan value is 39.44%
  • magenta value is 0.00%
  • yellow value is 34.26%
  • key color value is 1.57%
CMYK:
(39,0,34,2)
C39M0Y34K2 
(39%,0%,34%,2%)
(0.39/0.00/0.34/0.02)	

CMYK percentages

%39.44
%0
%34.26
%1.57

Codes

Color #98FBA5 in popluar color models

98FBA5
RGB152251165
HSL128°92.52%79.02%
HSB/HSV128°39.44%98.43%
CMYK39.44%0.00%34.26%
1.57%

Color #98FBA5 in popluar number systems.

HEX98FBA5
Decimal152251165
Binary100110001111101110100101
Octal230373245

Shades and tints

Shades of #98FBA5

#98FBA5
(152,251,165)
#8BE596
(139,229,150)
#7ECF87
(126,207,135)
#71B978
(113,185,120)
#64A369
(100,163,105)
#578D5A
(87,141,90)
#4A774B
(74,119,75)
#3D613C
(61,97,60)
#304B2D
(48,75,45)
#23351E
(35,53,30)
#161F0F
(22,31,15)
#000000
(0,0,0)

Tints of #98FBA5

#98FBA5
(152,251,165)
#A1FBAD
(161,251,173)
#AAFBB5
(170,251,181)
#B3FBBD
(179,251,189)
#BCFBC5
(188,251,197)
#C5FBCD
(197,251,205)
#CEFBD5
(206,251,213)
#D7FBDD
(215,251,221)
#E0FBE5
(224,251,229)
#E9FBED
(233,251,237)
#F2FBF5
(242,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98FBA5 color. Also use rgb(152,251,165) instead hex code.

Text Font Color

.myTextColor { color: #98FBA5; }

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

This text font color is #98FBA5.


Background Color

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

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

This div background color is #98FBA5.


Border color

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

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

This div border color is #98FBA5.


Opacity

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

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

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

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

This text has shadow with #98FBA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98FBA5 on black background.


Color preview on white background

This text has color #98FBA5 on white background.



Black color preview on #98FBA5 background

This text has black color on #98FBA5 background.


White color preview on #98FBA5 background

This text has white color on #98FBA5 background.