COLOR #98A870

HEX: #98A870
RGB: (152,168,112)

Color info

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

RGB color model

#98A870 color RGB value is (152,168,112).

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

RGB channels and saturation

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

152
168
112

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

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 112 = 432 (100%)
R 152 of 432 ~ 35.19%
G 168 of 432 ~ 38.89%
B 112 of 432 ~ 25.93%

%35.19
%38.89
%25.93

CMYK color model

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

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

CMYK percentages

%9.52
%0
%33.33
%34.12

Codes

Color #98A870 in popluar color models

98A870
RGB152168112
HSL77°24.35%54.90%
HSB/HSV77°33.33%65.88%
CMYK9.52%0.00%33.33%
34.12%

Color #98A870 in popluar number systems.

HEX98A870
Decimal152168112
Binary10011000101010001110000
Octal230250160

Shades and tints

Shades of #98A870

#98A870
(152,168,112)
#8B9966
(139,153,102)
#7E8A5C
(126,138,92)
#717B52
(113,123,82)
#646C48
(100,108,72)
#575D3E
(87,93,62)
#4A4E34
(74,78,52)
#3D3F2A
(61,63,42)
#303020
(48,48,32)
#232116
(35,33,22)
#16120C
(22,18,12)
#000000
(0,0,0)

Tints of #98A870

#98A870
(152,168,112)
#A1AF7D
(161,175,125)
#AAB68A
(170,182,138)
#B3BD97
(179,189,151)
#BCC4A4
(188,196,164)
#C5CBB1
(197,203,177)
#CED2BE
(206,210,190)
#D7D9CB
(215,217,203)
#E0E0D8
(224,224,216)
#E9E7E5
(233,231,229)
#F2EEF2
(242,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A870; }

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

This text font color is #98A870.


Background Color

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

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

This div background color is #98A870.


Border color

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

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

This div border color is #98A870.


Opacity

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

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

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

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

This text has shadow with #98A870 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A870 on black background.


Color preview on white background

This text has color #98A870 on white background.



Black color preview on #98A870 background

This text has black color on #98A870 background.


White color preview on #98A870 background

This text has white color on #98A870 background.