COLOR #98EDA8

HEX: #98EDA8
RGB: (152,237,168)

Color info

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

RGB color model

#98EDA8 color RGB value is (152,237,168).

  • red value is 152;
  • green value is 237;
  • blue value is 168.
RGB:
(152,237,168)
(60%,93%,66%)

RGB channels and saturation

R 152 of 255 = 60%
G 237 of 255 = 93%
B 168 of 255 = 66%

152
237
168

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

Portions of RGB colors in percentages

R + G + B =
152 + 237 + 168 = 557 (100%)
R 152 of 557 ~ 27.29%
G 237 of 557 ~ 42.55%
B 168 of 557 ~ 30.16%

%27.29
%42.55
%30.16

CMYK color model

#98EDA8 color CMYK value is (36,0,29,7).

  • cyan value is 35.86%
  • magenta value is 0.00%
  • yellow value is 29.11%
  • key color value is 7.06%
CMYK:
(36,0,29,7)
C36M0Y29K7 
(36%,0%,29%,7%)
(0.36/0.00/0.29/0.07)	

CMYK percentages

%35.86
%0
%29.11
%7.06

Codes

Color #98EDA8 in popluar color models

98EDA8
RGB152237168
HSL131°70.25%76.27%
HSB/HSV131°35.86%92.94%
CMYK35.86%0.00%29.11%
7.06%

Color #98EDA8 in popluar number systems.

HEX98EDA8
Decimal152237168
Binary100110001110110110101000
Octal230355250

Shades and tints

Shades of #98EDA8

#98EDA8
(152,237,168)
#8BD899
(139,216,153)
#7EC38A
(126,195,138)
#71AE7B
(113,174,123)
#64996C
(100,153,108)
#57845D
(87,132,93)
#4A6F4E
(74,111,78)
#3D5A3F
(61,90,63)
#304530
(48,69,48)
#233021
(35,48,33)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #98EDA8

#98EDA8
(152,237,168)
#A1EEAF
(161,238,175)
#AAEFB6
(170,239,182)
#B3F0BD
(179,240,189)
#BCF1C4
(188,241,196)
#C5F2CB
(197,242,203)
#CEF3D2
(206,243,210)
#D7F4D9
(215,244,217)
#E0F5E0
(224,245,224)
#E9F6E7
(233,246,231)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98EDA8 color. Also use rgb(152,237,168) instead hex code.

Text Font Color

.myTextColor { color: #98EDA8; }

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

This text font color is #98EDA8.


Background Color

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

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

This div background color is #98EDA8.


Border color

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

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

This div border color is #98EDA8.


Opacity

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

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

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

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

This text has shadow with #98EDA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98EDA8 on black background.


Color preview on white background

This text has color #98EDA8 on white background.



Black color preview on #98EDA8 background

This text has black color on #98EDA8 background.


White color preview on #98EDA8 background

This text has white color on #98EDA8 background.