COLOR #98A875

HEX: #98A875
RGB: (152,168,117)

Color info

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

RGB color model

#98A875 color RGB value is (152,168,117).

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

RGB channels and saturation

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

152
168
117

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

Portions of RGB colors in percentages

R + G + B =
152 + 168 + 117 = 437 (100%)
R 152 of 437 ~ 34.78%
G 168 of 437 ~ 38.44%
B 117 of 437 ~ 26.77%

%34.78
%38.44
%26.77

CMYK color model

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

  • cyan value is 9.52%
  • magenta value is 0.00%
  • yellow value is 30.36%
  • 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
%30.36
%34.12

Codes

Color #98A875 in popluar color models

98A875
RGB152168117
HSL79°22.67%55.88%
HSB/HSV79°30.36%65.88%
CMYK9.52%0.00%30.36%
34.12%

Color #98A875 in popluar number systems.

HEX98A875
Decimal152168117
Binary10011000101010001110101
Octal230250165

Shades and tints

Shades of #98A875

#98A875
(152,168,117)
#8B996B
(139,153,107)
#7E8A61
(126,138,97)
#717B57
(113,123,87)
#646C4D
(100,108,77)
#575D43
(87,93,67)
#4A4E39
(74,78,57)
#3D3F2F
(61,63,47)
#303025
(48,48,37)
#23211B
(35,33,27)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #98A875

#98A875
(152,168,117)
#A1AF81
(161,175,129)
#AAB68D
(170,182,141)
#B3BD99
(179,189,153)
#BCC4A5
(188,196,165)
#C5CBB1
(197,203,177)
#CED2BD
(206,210,189)
#D7D9C9
(215,217,201)
#E0E0D5
(224,224,213)
#E9E7E1
(233,231,225)
#F2EEED
(242,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A875; }

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

This text font color is #98A875.


Background Color

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

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

This div background color is #98A875.


Border color

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

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

This div border color is #98A875.


Opacity

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

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

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

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

This text has shadow with #98A875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A875 on black background.


Color preview on white background

This text has color #98A875 on white background.



Black color preview on #98A875 background

This text has black color on #98A875 background.


White color preview on #98A875 background

This text has white color on #98A875 background.