COLOR #98C5AD

HEX: #98C5AD
RGB: (152,197,173)

Color info

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

RGB color model

#98C5AD color RGB value is (152,197,173).

  • red value is 152;
  • green value is 197;
  • blue value is 173.
RGB:
(152,197,173)
(60%,77%,68%)

RGB channels and saturation

R 152 of 255 = 60%
G 197 of 255 = 77%
B 173 of 255 = 68%

152
197
173

R + G + B ~ 68%. #98C5AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 197 + 173 = 522 (100%)
R 152 of 522 ~ 29.12%
G 197 of 522 ~ 37.74%
B 173 of 522 ~ 33.14%

%29.12
%37.74
%33.14

CMYK color model

#98C5AD color CMYK value is (23,0,12,23).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 12.18%
  • key color value is 22.75%
CMYK:
(23,0,12,23)
C23M0Y12K23 
(23%,0%,12%,23%)
(0.23/0.00/0.12/0.23)	

CMYK percentages

%22.84
%0
%12.18
%22.75

Codes

Color #98C5AD in popluar color models

98C5AD
RGB152197173
HSL148°27.95%68.43%
HSB/HSV148°22.84%77.25%
CMYK22.84%0.00%12.18%
22.75%

Color #98C5AD in popluar number systems.

HEX98C5AD
Decimal152197173
Binary100110001100010110101101
Octal230305255

Shades and tints

Shades of #98C5AD

#98C5AD
(152,197,173)
#8BB49E
(139,180,158)
#7EA38F
(126,163,143)
#719280
(113,146,128)
#648171
(100,129,113)
#577062
(87,112,98)
#4A5F53
(74,95,83)
#3D4E44
(61,78,68)
#303D35
(48,61,53)
#232C26
(35,44,38)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #98C5AD

#98C5AD
(152,197,173)
#A1CAB4
(161,202,180)
#AACFBB
(170,207,187)
#B3D4C2
(179,212,194)
#BCD9C9
(188,217,201)
#C5DED0
(197,222,208)
#CEE3D7
(206,227,215)
#D7E8DE
(215,232,222)
#E0EDE5
(224,237,229)
#E9F2EC
(233,242,236)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C5AD color. Also use rgb(152,197,173) instead hex code.

Text Font Color

.myTextColor { color: #98C5AD; }

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

This text font color is #98C5AD.


Background Color

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

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

This div background color is #98C5AD.


Border color

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

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

This div border color is #98C5AD.


Opacity

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

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

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

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

This text has shadow with #98C5AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C5AD on black background.


Color preview on white background

This text has color #98C5AD on white background.



Black color preview on #98C5AD background

This text has black color on #98C5AD background.


White color preview on #98C5AD background

This text has white color on #98C5AD background.