COLOR #98AC96

HEX: #98AC96
RGB: (152,172,150)

Color info

#98AC96 contains red, green and blue colors in about the same proportion. Web safe color of #98AC96 is #999999 (or #999).

RGB color model

#98AC96 color RGB value is (152,172,150).

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

RGB channels and saturation

R 152 of 255 = 60%
G 172 of 255 = 67%
B 150 of 255 = 59%

152
172
150

R + G + B ~ 62%. #98AC96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 172 + 150 = 474 (100%)
R 152 of 474 ~ 32.07%
G 172 of 474 ~ 36.29%
B 150 of 474 ~ 31.65%

%32.07
%36.29
%31.65

CMYK color model

#98AC96 color CMYK value is (12,0,13,33).

  • cyan value is 11.63%
  • magenta value is 0.00%
  • yellow value is 12.79%
  • key color value is 32.55%
CMYK:
(12,0,13,33)
C12M0Y13K33 
(12%,0%,13%,33%)
(0.12/0.00/0.13/0.33)	

CMYK percentages

%11.63
%0
%12.79
%32.55

Codes

Color #98AC96 in popluar color models

98AC96
RGB152172150
HSL115°11.70%63.14%
HSB/HSV115°12.79%67.45%
CMYK11.63%0.00%12.79%
32.55%

Color #98AC96 in popluar number systems.

HEX98AC96
Decimal152172150
Binary100110001010110010010110
Octal230254226

Shades and tints

Shades of #98AC96

#98AC96
(152,172,150)
#8B9D89
(139,157,137)
#7E8E7C
(126,142,124)
#717F6F
(113,127,111)
#647062
(100,112,98)
#576155
(87,97,85)
#4A5248
(74,82,72)
#3D433B
(61,67,59)
#30342E
(48,52,46)
#232521
(35,37,33)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #98AC96

#98AC96
(152,172,150)
#A1B39F
(161,179,159)
#AABAA8
(170,186,168)
#B3C1B1
(179,193,177)
#BCC8BA
(188,200,186)
#C5CFC3
(197,207,195)
#CED6CC
(206,214,204)
#D7DDD5
(215,221,213)
#E0E4DE
(224,228,222)
#E9EBE7
(233,235,231)
#F2F2F0
(242,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AC96; }

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

This text font color is #98AC96.


Background Color

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

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

This div background color is #98AC96.


Border color

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

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

This div border color is #98AC96.


Opacity

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

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

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

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

This text has shadow with #98AC96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98AC96 on black background.


Color preview on white background

This text has color #98AC96 on white background.



Black color preview on #98AC96 background

This text has black color on #98AC96 background.


White color preview on #98AC96 background

This text has white color on #98AC96 background.