COLOR #98E9B9

HEX: #98E9B9
RGB: (152,233,185)

Color info

#98E9B9 contains mainly green and blue colors. Web safe color of #98E9B9 is #99FFCC (or #9FC).

RGB color model

#98E9B9 color RGB value is (152,233,185).

  • red value is 152;
  • green value is 233;
  • blue value is 185.
RGB:
(152,233,185)
(60%,91%,73%)

RGB channels and saturation

R 152 of 255 = 60%
G 233 of 255 = 91%
B 185 of 255 = 73%

152
233
185

R + G + B ~ 75%. #98E9B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 233 + 185 = 570 (100%)
R 152 of 570 ~ 26.67%
G 233 of 570 ~ 40.88%
B 185 of 570 ~ 32.46%

%26.67
%40.88
%32.46

CMYK color model

#98E9B9 color CMYK value is (35,0,21,9).

  • cyan value is 34.76%
  • magenta value is 0.00%
  • yellow value is 20.60%
  • key color value is 8.63%
CMYK:
(35,0,21,9)
C35M0Y21K9 
(35%,0%,21%,9%)
(0.35/0.00/0.21/0.09)	

CMYK percentages

%34.76
%0
%20.6
%8.63

Codes

Color #98E9B9 in popluar color models

98E9B9
RGB152233185
HSL144°64.80%75.49%
HSB/HSV144°34.76%91.37%
CMYK34.76%0.00%20.60%
8.63%

Color #98E9B9 in popluar number systems.

HEX98E9B9
Decimal152233185
Binary100110001110100110111001
Octal230351271

Shades and tints

Shades of #98E9B9

#98E9B9
(152,233,185)
#8BD4A9
(139,212,169)
#7EBF99
(126,191,153)
#71AA89
(113,170,137)
#649579
(100,149,121)
#578069
(87,128,105)
#4A6B59
(74,107,89)
#3D5649
(61,86,73)
#304139
(48,65,57)
#232C29
(35,44,41)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #98E9B9

#98E9B9
(152,233,185)
#A1EBBF
(161,235,191)
#AAEDC5
(170,237,197)
#B3EFCB
(179,239,203)
#BCF1D1
(188,241,209)
#C5F3D7
(197,243,215)
#CEF5DD
(206,245,221)
#D7F7E3
(215,247,227)
#E0F9E9
(224,249,233)
#E9FBEF
(233,251,239)
#F2FDF5
(242,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E9B9 color. Also use rgb(152,233,185) instead hex code.

Text Font Color

.myTextColor { color: #98E9B9; }

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

This text font color is #98E9B9.


Background Color

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

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

This div background color is #98E9B9.


Border color

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

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

This div border color is #98E9B9.


Opacity

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

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

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

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

This text has shadow with #98E9B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E9B9 on black background.


Color preview on white background

This text has color #98E9B9 on white background.



Black color preview on #98E9B9 background

This text has black color on #98E9B9 background.


White color preview on #98E9B9 background

This text has white color on #98E9B9 background.