COLOR #98A970

HEX: #98A970
RGB: (152,169,112)

Color info

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

RGB color model

#98A970 color RGB value is (152,169,112).

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

RGB channels and saturation

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

152
169
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 169 + 112 = 433 (100%)
R 152 of 433 ~ 35.1%
G 169 of 433 ~ 39.03%
B 112 of 433 ~ 25.87%

%35.1
%39.03
%25.87

CMYK color model

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

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

CMYK percentages

%10.06
%0
%33.73
%33.73

Codes

Color #98A970 in popluar color models

98A970
RGB152169112
HSL78°24.89%55.10%
HSB/HSV78°33.73%66.27%
CMYK10.06%0.00%33.73%
33.73%

Color #98A970 in popluar number systems.

HEX98A970
Decimal152169112
Binary10011000101010011110000
Octal230251160

Shades and tints

Shades of #98A970

#98A970
(152,169,112)
#8B9A66
(139,154,102)
#7E8B5C
(126,139,92)
#717C52
(113,124,82)
#646D48
(100,109,72)
#575E3E
(87,94,62)
#4A4F34
(74,79,52)
#3D402A
(61,64,42)
#303120
(48,49,32)
#232216
(35,34,22)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #98A970

#98A970
(152,169,112)
#A1B07D
(161,176,125)
#AAB78A
(170,183,138)
#B3BE97
(179,190,151)
#BCC5A4
(188,197,164)
#C5CCB1
(197,204,177)
#CED3BE
(206,211,190)
#D7DACB
(215,218,203)
#E0E1D8
(224,225,216)
#E9E8E5
(233,232,229)
#F2EFF2
(242,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A970; }

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

This text font color is #98A970.


Background Color

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

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

This div background color is #98A970.


Border color

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

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

This div border color is #98A970.


Opacity

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

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

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

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

This text has shadow with #98A970 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A970 on black background.


Color preview on white background

This text has color #98A970 on white background.



Black color preview on #98A970 background

This text has black color on #98A970 background.


White color preview on #98A970 background

This text has white color on #98A970 background.