COLOR #98C0AC

HEX: #98C0AC
RGB: (152,192,172)

Color info

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

RGB color model

#98C0AC color RGB value is (152,192,172).

  • red value is 152;
  • green value is 192;
  • blue value is 172.
RGB:
(152,192,172)
(60%,75%,67%)

RGB channels and saturation

R 152 of 255 = 60%
G 192 of 255 = 75%
B 172 of 255 = 67%

152
192
172

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

Portions of RGB colors in percentages

R + G + B =
152 + 192 + 172 = 516 (100%)
R 152 of 516 ~ 29.46%
G 192 of 516 ~ 37.21%
B 172 of 516 ~ 33.33%

%29.46
%37.21
%33.33

CMYK color model

#98C0AC color CMYK value is (21,0,10,25).

  • cyan value is 20.83%
  • magenta value is 0.00%
  • yellow value is 10.42%
  • key color value is 24.71%
CMYK:
(21,0,10,25)
C21M0Y10K25 
(21%,0%,10%,25%)
(0.21/0.00/0.10/0.25)	

CMYK percentages

%20.83
%0
%10.42
%24.71

Codes

Color #98C0AC in popluar color models

98C0AC
RGB152192172
HSL150°24.10%67.45%
HSB/HSV150°20.83%75.29%
CMYK20.83%0.00%10.42%
24.71%

Color #98C0AC in popluar number systems.

HEX98C0AC
Decimal152192172
Binary100110001100000010101100
Octal230300254

Shades and tints

Shades of #98C0AC

#98C0AC
(152,192,172)
#8BAF9D
(139,175,157)
#7E9E8E
(126,158,142)
#718D7F
(113,141,127)
#647C70
(100,124,112)
#576B61
(87,107,97)
#4A5A52
(74,90,82)
#3D4943
(61,73,67)
#303834
(48,56,52)
#232725
(35,39,37)
#161616
(22,22,22)
#000000
(0,0,0)

Tints of #98C0AC

#98C0AC
(152,192,172)
#A1C5B3
(161,197,179)
#AACABA
(170,202,186)
#B3CFC1
(179,207,193)
#BCD4C8
(188,212,200)
#C5D9CF
(197,217,207)
#CEDED6
(206,222,214)
#D7E3DD
(215,227,221)
#E0E8E4
(224,232,228)
#E9EDEB
(233,237,235)
#F2F2F2
(242,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C0AC color. Also use rgb(152,192,172) instead hex code.

Text Font Color

.myTextColor { color: #98C0AC; }

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

This text font color is #98C0AC.


Background Color

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

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

This div background color is #98C0AC.


Border color

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

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

This div border color is #98C0AC.


Opacity

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

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

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

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

This text has shadow with #98C0AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C0AC on black background.


Color preview on white background

This text has color #98C0AC on white background.



Black color preview on #98C0AC background

This text has black color on #98C0AC background.


White color preview on #98C0AC background

This text has white color on #98C0AC background.