COLOR #98C5A1

HEX: #98C5A1
RGB: (152,197,161)

Color info

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

RGB color model

#98C5A1 color RGB value is (152,197,161).

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

RGB channels and saturation

R 152 of 255 = 60%
G 197 of 255 = 77%
B 161 of 255 = 63%

152
197
161

R + G + B ~ 67%. #98C5A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 197 + 161 = 510 (100%)
R 152 of 510 ~ 29.8%
G 197 of 510 ~ 38.63%
B 161 of 510 ~ 31.57%

%29.8
%38.63
%31.57

CMYK color model

#98C5A1 color CMYK value is (23,0,18,23).

  • cyan value is 22.84%
  • magenta value is 0.00%
  • yellow value is 18.27%
  • key color value is 22.75%
CMYK:
(23,0,18,23)
C23M0Y18K23 
(23%,0%,18%,23%)
(0.23/0.00/0.18/0.23)	

CMYK percentages

%22.84
%0
%18.27
%22.75

Codes

Color #98C5A1 in popluar color models

98C5A1
RGB152197161
HSL132°27.95%68.43%
HSB/HSV132°22.84%77.25%
CMYK22.84%0.00%18.27%
22.75%

Color #98C5A1 in popluar number systems.

HEX98C5A1
Decimal152197161
Binary100110001100010110100001
Octal230305241

Shades and tints

Shades of #98C5A1

#98C5A1
(152,197,161)
#8BB493
(139,180,147)
#7EA385
(126,163,133)
#719277
(113,146,119)
#648169
(100,129,105)
#57705B
(87,112,91)
#4A5F4D
(74,95,77)
#3D4E3F
(61,78,63)
#303D31
(48,61,49)
#232C23
(35,44,35)
#161B15
(22,27,21)
#000000
(0,0,0)

Tints of #98C5A1

#98C5A1
(152,197,161)
#A1CAA9
(161,202,169)
#AACFB1
(170,207,177)
#B3D4B9
(179,212,185)
#BCD9C1
(188,217,193)
#C5DEC9
(197,222,201)
#CEE3D1
(206,227,209)
#D7E8D9
(215,232,217)
#E0EDE1
(224,237,225)
#E9F2E9
(233,242,233)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C5A1; }

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

This text font color is #98C5A1.


Background Color

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

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

This div background color is #98C5A1.


Border color

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

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

This div border color is #98C5A1.


Opacity

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

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

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

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

This text has shadow with #98C5A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C5A1 on black background.


Color preview on white background

This text has color #98C5A1 on white background.



Black color preview on #98C5A1 background

This text has black color on #98C5A1 background.


White color preview on #98C5A1 background

This text has white color on #98C5A1 background.