COLOR #98B97C

HEX: #98B97C
RGB: (152,185,124)

Color info

#98B97C contains mainly red and green colors. Web safe color of #98B97C is #99CC66 (or #9C6).

RGB color model

#98B97C color RGB value is (152,185,124).

  • red value is 152;
  • green value is 185;
  • blue value is 124.
RGB:
(152,185,124)
(60%,73%,49%)

RGB channels and saturation

R 152 of 255 = 60%
G 185 of 255 = 73%
B 124 of 255 = 49%

152
185
124

R + G + B ~ 61%. #98B97C is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 185 + 124 = 461 (100%)
R 152 of 461 ~ 32.97%
G 185 of 461 ~ 40.13%
B 124 of 461 ~ 26.9%

%32.97
%40.13
%26.9

CMYK color model

#98B97C color CMYK value is (18,0,33,27).

  • cyan value is 17.84%
  • magenta value is 0.00%
  • yellow value is 32.97%
  • key color value is 27.45%
CMYK:
(18,0,33,27)
C18M0Y33K27 
(18%,0%,33%,27%)
(0.18/0.00/0.33/0.27)	

CMYK percentages

%17.84
%0
%32.97
%27.45

Codes

Color #98B97C in popluar color models

98B97C
RGB152185124
HSL92°30.35%60.59%
HSB/HSV92°32.97%72.55%
CMYK17.84%0.00%32.97%
27.45%

Color #98B97C in popluar number systems.

HEX98B97C
Decimal152185124
Binary10011000101110011111100
Octal230271174

Shades and tints

Shades of #98B97C

#98B97C
(152,185,124)
#8BA971
(139,169,113)
#7E9966
(126,153,102)
#71895B
(113,137,91)
#647950
(100,121,80)
#576945
(87,105,69)
#4A593A
(74,89,58)
#3D492F
(61,73,47)
#303924
(48,57,36)
#232919
(35,41,25)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #98B97C

#98B97C
(152,185,124)
#A1BF87
(161,191,135)
#AAC592
(170,197,146)
#B3CB9D
(179,203,157)
#BCD1A8
(188,209,168)
#C5D7B3
(197,215,179)
#CEDDBE
(206,221,190)
#D7E3C9
(215,227,201)
#E0E9D4
(224,233,212)
#E9EFDF
(233,239,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B97C color. Also use rgb(152,185,124) instead hex code.

Text Font Color

.myTextColor { color: #98B97C; }

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

This text font color is #98B97C.


Background Color

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

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

This div background color is #98B97C.


Border color

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

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

This div border color is #98B97C.


Opacity

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

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

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

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

This text has shadow with #98B97C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98B97C on black background.


Color preview on white background

This text has color #98B97C on white background.



Black color preview on #98B97C background

This text has black color on #98B97C background.


White color preview on #98B97C background

This text has white color on #98B97C background.