COLOR #98FAB0

HEX: #98FAB0
RGB: (152,250,176)

Color info

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

RGB color model

#98FAB0 color RGB value is (152,250,176).

  • red value is 152;
  • green value is 250;
  • blue value is 176.
RGB:
(152,250,176)
(60%,98%,69%)

RGB channels and saturation

R 152 of 255 = 60%
G 250 of 255 = 98%
B 176 of 255 = 69%

152
250
176

R + G + B ~ 76%. #98FAB0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 250 + 176 = 578 (100%)
R 152 of 578 ~ 26.3%
G 250 of 578 ~ 43.25%
B 176 of 578 ~ 30.45%

%26.3
%43.25
%30.45

CMYK color model

#98FAB0 color CMYK value is (39,0,30,2).

  • cyan value is 39.20%
  • magenta value is 0.00%
  • yellow value is 29.60%
  • key color value is 1.96%
CMYK:
(39,0,30,2)
C39M0Y30K2 
(39%,0%,30%,2%)
(0.39/0.00/0.30/0.02)	

CMYK percentages

%39.2
%0
%29.6
%1.96

Codes

Color #98FAB0 in popluar color models

98FAB0
RGB152250176
HSL135°90.74%78.82%
HSB/HSV135°39.20%98.04%
CMYK39.20%0.00%29.60%
1.96%

Color #98FAB0 in popluar number systems.

HEX98FAB0
Decimal152250176
Binary100110001111101010110000
Octal230372260

Shades and tints

Shades of #98FAB0

#98FAB0
(152,250,176)
#8BE4A0
(139,228,160)
#7ECE90
(126,206,144)
#71B880
(113,184,128)
#64A270
(100,162,112)
#578C60
(87,140,96)
#4A7650
(74,118,80)
#3D6040
(61,96,64)
#304A30
(48,74,48)
#233420
(35,52,32)
#161E10
(22,30,16)
#000000
(0,0,0)

Tints of #98FAB0

#98FAB0
(152,250,176)
#A1FAB7
(161,250,183)
#AAFABE
(170,250,190)
#B3FAC5
(179,250,197)
#BCFACC
(188,250,204)
#C5FAD3
(197,250,211)
#CEFADA
(206,250,218)
#D7FAE1
(215,250,225)
#E0FAE8
(224,250,232)
#E9FAEF
(233,250,239)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98FAB0 color. Also use rgb(152,250,176) instead hex code.

Text Font Color

.myTextColor { color: #98FAB0; }

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

This text font color is #98FAB0.


Background Color

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

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

This div background color is #98FAB0.


Border color

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

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

This div border color is #98FAB0.


Opacity

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

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

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

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

This text has shadow with #98FAB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98FAB0 on black background.


Color preview on white background

This text has color #98FAB0 on white background.



Black color preview on #98FAB0 background

This text has black color on #98FAB0 background.


White color preview on #98FAB0 background

This text has white color on #98FAB0 background.