COLOR #98A876

HEX: #98A876
RGB: (152,168,118)

Color info

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

RGB color model

#98A876 color RGB value is (152,168,118).

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

RGB channels and saturation

R 152 of 255 = 60%
G 168 of 255 = 66%
B 118 of 255 = 46%

152
168
118

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

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 118 = 438 (100%)
R 152 of 438 ~ 34.7%
G 168 of 438 ~ 38.36%
B 118 of 438 ~ 26.94%

%34.7
%38.36
%26.94

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 29.76%
  • key color value is 34.12%
CMYK:
(10,0,30,34)
C10M0Y30K34 
(10%,0%,30%,34%)
(0.10/0.00/0.30/0.34)	

CMYK percentages

%9.52
%0
%29.76
%34.12

Codes

Color #98A876 in popluar color models

98A876
RGB152168118
HSL79°22.32%56.08%
HSB/HSV79°29.76%65.88%
CMYK9.52%0.00%29.76%
34.12%

Color #98A876 in popluar number systems.

HEX98A876
Decimal152168118
Binary10011000101010001110110
Octal230250166

Shades and tints

Shades of #98A876

#98A876
(152,168,118)
#8B996C
(139,153,108)
#7E8A62
(126,138,98)
#717B58
(113,123,88)
#646C4E
(100,108,78)
#575D44
(87,93,68)
#4A4E3A
(74,78,58)
#3D3F30
(61,63,48)
#303026
(48,48,38)
#23211C
(35,33,28)
#161212
(22,18,18)
#000000
(0,0,0)

Tints of #98A876

#98A876
(152,168,118)
#A1AF82
(161,175,130)
#AAB68E
(170,182,142)
#B3BD9A
(179,189,154)
#BCC4A6
(188,196,166)
#C5CBB2
(197,203,178)
#CED2BE
(206,210,190)
#D7D9CA
(215,217,202)
#E0E0D6
(224,224,214)
#E9E7E2
(233,231,226)
#F2EEEE
(242,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A876; }

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

This text font color is #98A876.


Background Color

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

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

This div background color is #98A876.


Border color

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

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

This div border color is #98A876.


Opacity

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

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

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

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

This text has shadow with #98A876 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A876 on black background.


Color preview on white background

This text has color #98A876 on white background.



Black color preview on #98A876 background

This text has black color on #98A876 background.


White color preview on #98A876 background

This text has white color on #98A876 background.