COLOR #98EFA2

HEX: #98EFA2
RGB: (152,239,162)

Color info

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

RGB color model

#98EFA2 color RGB value is (152,239,162).

  • red value is 152;
  • green value is 239;
  • blue value is 162.
RGB:
(152,239,162)
(60%,94%,64%)

RGB channels and saturation

R 152 of 255 = 60%
G 239 of 255 = 94%
B 162 of 255 = 64%

152
239
162

R + G + B ~ 73%. #98EFA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 239 + 162 = 553 (100%)
R 152 of 553 ~ 27.49%
G 239 of 553 ~ 43.22%
B 162 of 553 ~ 29.29%

%27.49
%43.22
%29.29

CMYK color model

#98EFA2 color CMYK value is (36,0,32,6).

  • cyan value is 36.40%
  • magenta value is 0.00%
  • yellow value is 32.22%
  • key color value is 6.27%
CMYK:
(36,0,32,6)
C36M0Y32K6 
(36%,0%,32%,6%)
(0.36/0.00/0.32/0.06)	

CMYK percentages

%36.4
%0
%32.22
%6.27

Codes

Color #98EFA2 in popluar color models

98EFA2
RGB152239162
HSL127°73.11%76.67%
HSB/HSV127°36.40%93.73%
CMYK36.40%0.00%32.22%
6.27%

Color #98EFA2 in popluar number systems.

HEX98EFA2
Decimal152239162
Binary100110001110111110100010
Octal230357242

Shades and tints

Shades of #98EFA2

#98EFA2
(152,239,162)
#8BDA94
(139,218,148)
#7EC586
(126,197,134)
#71B078
(113,176,120)
#649B6A
(100,155,106)
#57865C
(87,134,92)
#4A714E
(74,113,78)
#3D5C40
(61,92,64)
#304732
(48,71,50)
#233224
(35,50,36)
#161D16
(22,29,22)
#000000
(0,0,0)

Tints of #98EFA2

#98EFA2
(152,239,162)
#A1F0AA
(161,240,170)
#AAF1B2
(170,241,178)
#B3F2BA
(179,242,186)
#BCF3C2
(188,243,194)
#C5F4CA
(197,244,202)
#CEF5D2
(206,245,210)
#D7F6DA
(215,246,218)
#E0F7E2
(224,247,226)
#E9F8EA
(233,248,234)
#F2F9F2
(242,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EFA2 color. Also use rgb(152,239,162) instead hex code.

Text Font Color

.myTextColor { color: #98EFA2; }

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

This text font color is #98EFA2.


Background Color

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

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

This div background color is #98EFA2.


Border color

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

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

This div border color is #98EFA2.


Opacity

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

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

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

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

This text has shadow with #98EFA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EFA2 on black background.


Color preview on white background

This text has color #98EFA2 on white background.



Black color preview on #98EFA2 background

This text has black color on #98EFA2 background.


White color preview on #98EFA2 background

This text has white color on #98EFA2 background.