COLOR #98D0B3

HEX: #98D0B3
RGB: (152,208,179)

Color info

#98D0B3 contains red, green and blue colors in about the same proportion. Web safe color of #98D0B3 is #99CC99 (or #9C9).

RGB color model

#98D0B3 color RGB value is (152,208,179).

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

RGB channels and saturation

R 152 of 255 = 60%
G 208 of 255 = 82%
B 179 of 255 = 70%

152
208
179

R + G + B ~ 71%. #98D0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 208 + 179 = 539 (100%)
R 152 of 539 ~ 28.2%
G 208 of 539 ~ 38.59%
B 179 of 539 ~ 33.21%

%28.2
%38.59
%33.21

CMYK color model

#98D0B3 color CMYK value is (27,0,14,18).

  • cyan value is 26.92%
  • magenta value is 0.00%
  • yellow value is 13.94%
  • key color value is 18.43%
CMYK:
(27,0,14,18)
C27M0Y14K18 
(27%,0%,14%,18%)
(0.27/0.00/0.14/0.18)	

CMYK percentages

%26.92
%0
%13.94
%18.43

Codes

Color #98D0B3 in popluar color models

98D0B3
RGB152208179
HSL149°37.33%70.59%
HSB/HSV149°26.92%81.57%
CMYK26.92%0.00%13.94%
18.43%

Color #98D0B3 in popluar number systems.

HEX98D0B3
Decimal152208179
Binary100110001101000010110011
Octal230320263

Shades and tints

Shades of #98D0B3

#98D0B3
(152,208,179)
#8BBEA3
(139,190,163)
#7EAC93
(126,172,147)
#719A83
(113,154,131)
#648873
(100,136,115)
#577663
(87,118,99)
#4A6453
(74,100,83)
#3D5243
(61,82,67)
#304033
(48,64,51)
#232E23
(35,46,35)
#161C13
(22,28,19)
#000000
(0,0,0)

Tints of #98D0B3

#98D0B3
(152,208,179)
#A1D4B9
(161,212,185)
#AAD8BF
(170,216,191)
#B3DCC5
(179,220,197)
#BCE0CB
(188,224,203)
#C5E4D1
(197,228,209)
#CEE8D7
(206,232,215)
#D7ECDD
(215,236,221)
#E0F0E3
(224,240,227)
#E9F4E9
(233,244,233)
#F2F8EF
(242,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98D0B3; }

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

This text font color is #98D0B3.


Background Color

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

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

This div background color is #98D0B3.


Border color

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

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

This div border color is #98D0B3.


Opacity

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

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

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

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

This text has shadow with #98D0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D0B3 on black background.


Color preview on white background

This text has color #98D0B3 on white background.



Black color preview on #98D0B3 background

This text has black color on #98D0B3 background.


White color preview on #98D0B3 background

This text has white color on #98D0B3 background.