COLOR #98A989

HEX: #98A989
RGB: (152,169,137)

Color info

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

RGB color model

#98A989 color RGB value is (152,169,137).

  • red value is 152;
  • green value is 169;
  • blue value is 137.
RGB:
(152,169,137)
(60%,66%,54%)

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 137 of 255 = 54%

152
169
137

R + G + B ~ 60%. #98A989 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 137 = 458 (100%)
R 152 of 458 ~ 33.19%
G 169 of 458 ~ 36.9%
B 137 of 458 ~ 29.91%

%33.19
%36.9
%29.91

CMYK color model

#98A989 color CMYK value is (10,0,19,34).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 18.93%
  • key color value is 33.73%
CMYK:
(10,0,19,34)
C10M0Y19K34 
(10%,0%,19%,34%)
(0.10/0.00/0.19/0.34)	

CMYK percentages

%10.06
%0
%18.93
%33.73

Codes

Color #98A989 in popluar color models

98A989
RGB152169137
HSL92°15.69%60.00%
HSB/HSV92°18.93%66.27%
CMYK10.06%0.00%18.93%
33.73%

Color #98A989 in popluar number systems.

HEX98A989
Decimal152169137
Binary100110001010100110001001
Octal230251211

Shades and tints

Shades of #98A989

#98A989
(152,169,137)
#8B9A7D
(139,154,125)
#7E8B71
(126,139,113)
#717C65
(113,124,101)
#646D59
(100,109,89)
#575E4D
(87,94,77)
#4A4F41
(74,79,65)
#3D4035
(61,64,53)
#303129
(48,49,41)
#23221D
(35,34,29)
#161311
(22,19,17)
#000000
(0,0,0)

Tints of #98A989

#98A989
(152,169,137)
#A1B093
(161,176,147)
#AAB79D
(170,183,157)
#B3BEA7
(179,190,167)
#BCC5B1
(188,197,177)
#C5CCBB
(197,204,187)
#CED3C5
(206,211,197)
#D7DACF
(215,218,207)
#E0E1D9
(224,225,217)
#E9E8E3
(233,232,227)
#F2EFED
(242,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A989 color. Also use rgb(152,169,137) instead hex code.

Text Font Color

.myTextColor { color: #98A989; }

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

This text font color is #98A989.


Background Color

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

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

This div background color is #98A989.


Border color

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

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

This div border color is #98A989.


Opacity

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

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

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

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

This text has shadow with #98A989 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A989 on black background.


Color preview on white background

This text has color #98A989 on white background.



Black color preview on #98A989 background

This text has black color on #98A989 background.


White color preview on #98A989 background

This text has white color on #98A989 background.