COLOR #98A971

HEX: #98A971
RGB: (152,169,113)

Color info

#98A971 contains red, green and blue colors in about the same proportion. Web safe color of #98A971 is #999966 (or #996).

RGB color model

#98A971 color RGB value is (152,169,113).

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

RGB channels and saturation

R 152 of 255 = 60%
G 169 of 255 = 66%
B 113 of 255 = 44%

152
169
113

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

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 113 = 434 (100%)
R 152 of 434 ~ 35.02%
G 169 of 434 ~ 38.94%
B 113 of 434 ~ 26.04%

%35.02
%38.94
%26.04

CMYK color model

#98A971 color CMYK value is (10,0,33,34).

  • cyan value is 10.06%
  • magenta value is 0.00%
  • yellow value is 33.14%
  • key color value is 33.73%
CMYK:
(10,0,33,34)
C10M0Y33K34 
(10%,0%,33%,34%)
(0.10/0.00/0.33/0.34)	

CMYK percentages

%10.06
%0
%33.14
%33.73

Codes

Color #98A971 in popluar color models

98A971
RGB152169113
HSL78°24.56%55.29%
HSB/HSV78°33.14%66.27%
CMYK10.06%0.00%33.14%
33.73%

Color #98A971 in popluar number systems.

HEX98A971
Decimal152169113
Binary10011000101010011110001
Octal230251161

Shades and tints

Shades of #98A971

#98A971
(152,169,113)
#8B9A67
(139,154,103)
#7E8B5D
(126,139,93)
#717C53
(113,124,83)
#646D49
(100,109,73)
#575E3F
(87,94,63)
#4A4F35
(74,79,53)
#3D402B
(61,64,43)
#303121
(48,49,33)
#232217
(35,34,23)
#16130D
(22,19,13)
#000000
(0,0,0)

Tints of #98A971

#98A971
(152,169,113)
#A1B07D
(161,176,125)
#AAB789
(170,183,137)
#B3BE95
(179,190,149)
#BCC5A1
(188,197,161)
#C5CCAD
(197,204,173)
#CED3B9
(206,211,185)
#D7DAC5
(215,218,197)
#E0E1D1
(224,225,209)
#E9E8DD
(233,232,221)
#F2EFE9
(242,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A971; }

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

This text font color is #98A971.


Background Color

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

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

This div background color is #98A971.


Border color

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

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

This div border color is #98A971.


Opacity

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

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

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

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

This text has shadow with #98A971 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A971 on black background.


Color preview on white background

This text has color #98A971 on white background.



Black color preview on #98A971 background

This text has black color on #98A971 background.


White color preview on #98A971 background

This text has white color on #98A971 background.