COLOR #98E0B3

HEX: #98E0B3
RGB: (152,224,179)

Color info

#98E0B3 contains mainly green and blue colors. Web safe color of #98E0B3 is #99CC99 (or #9C9).

RGB color model

#98E0B3 color RGB value is (152,224,179).

  • red value is 152;
  • green value is 224;
  • blue value is 179.
RGB:
(152,224,179)
(60%,88%,70%)

RGB channels and saturation

R 152 of 255 = 60%
G 224 of 255 = 88%
B 179 of 255 = 70%

152
224
179

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

Portions of RGB colors in percentages

R + G + B =
152 + 224 + 179 = 555 (100%)
R 152 of 555 ~ 27.39%
G 224 of 555 ~ 40.36%
B 179 of 555 ~ 32.25%

%27.39
%40.36
%32.25

CMYK color model

#98E0B3 color CMYK value is (32,0,20,12).

  • cyan value is 32.14%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 12.16%
CMYK:
(32,0,20,12)
C32M0Y20K12 
(32%,0%,20%,12%)
(0.32/0.00/0.20/0.12)	

CMYK percentages

%32.14
%0
%20.09
%12.16

Codes

Color #98E0B3 in popluar color models

98E0B3
RGB152224179
HSL143°53.73%73.73%
HSB/HSV143°32.14%87.84%
CMYK32.14%0.00%20.09%
12.16%

Color #98E0B3 in popluar number systems.

HEX98E0B3
Decimal152224179
Binary100110001110000010110011
Octal230340263

Shades and tints

Shades of #98E0B3

#98E0B3
(152,224,179)
#8BCCA3
(139,204,163)
#7EB893
(126,184,147)
#71A483
(113,164,131)
#649073
(100,144,115)
#577C63
(87,124,99)
#4A6853
(74,104,83)
#3D5443
(61,84,67)
#304033
(48,64,51)
#232C23
(35,44,35)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98E0B3

#98E0B3
(152,224,179)
#A1E2B9
(161,226,185)
#AAE4BF
(170,228,191)
#B3E6C5
(179,230,197)
#BCE8CB
(188,232,203)
#C5EAD1
(197,234,209)
#CEECD7
(206,236,215)
#D7EEDD
(215,238,221)
#E0F0E3
(224,240,227)
#E9F2E9
(233,242,233)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98E0B3 color. Also use rgb(152,224,179) instead hex code.

Text Font Color

.myTextColor { color: #98E0B3; }

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

This text font color is #98E0B3.


Background Color

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

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

This div background color is #98E0B3.


Border color

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

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

This div border color is #98E0B3.


Opacity

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

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

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

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

This text has shadow with #98E0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98E0B3 on black background.


Color preview on white background

This text has color #98E0B3 on white background.



Black color preview on #98E0B3 background

This text has black color on #98E0B3 background.


White color preview on #98E0B3 background

This text has white color on #98E0B3 background.