COLOR #98B597

HEX: #98B597
RGB: (152,181,151)

Color info

#98B597 contains red, green and blue colors in about the same proportion. Web safe color of #98B597 is #99CC99 (or #9C9).

RGB color model

#98B597 color RGB value is (152,181,151).

  • red value is 152;
  • green value is 181;
  • blue value is 151.
RGB: (152,181,151) (60%,71%,59%)

RGB channels and saturation

R 152 of 255 = 60%
G 181 of 255 = 71%
B 151 of 255 = 59%

152
181
151

R + G + B ~ 63%. #98B597 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 181 + 151 = 484 (100%)
R 152 of 484 ~ 31.4%
G 181 of 484 ~ 37.4%
B 151 of 484 ~ 31.2%

%31.4
%37.4
%31.2

CMYK color model

#98B597 color CMYK value is (16,0,17,29).

  • cyan value is 16.02%
  • magenta value is 0.00%
  • yellow value is 16.57%
  • key color value is 29.02%
CMYK: (16,0,17,29) C16M0Y17K29 (16%,0%,17%,29%) (0.16/0.00/0.17/0.29)

CMYK percentages

%16.02
%0
%16.57
%29.02

Codes

Color #98B597 in popluar color models

98B597
RGB152181151
HSL118°16.85%65.10%
HSB/HSV118°16.57%70.98%
CMYK16.02%0.00%16.57%
29.02%

Color #98B597 in popluar number systems.

HEX98B597
Decimal152181151
Binary100110001011010110010111
Octal230265227

Shades and tints

Shades of #98B597

#98B597
(152,181,151)
#8BA58A
(139,165,138)
#7E957D
(126,149,125)
#718570
(113,133,112)
#647563
(100,117,99)
#576556
(87,101,86)
#4A5549
(74,85,73)
#3D453C
(61,69,60)
#30352F
(48,53,47)
#232522
(35,37,34)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #98B597

#98B597
(152,181,151)
#A1BBA0
(161,187,160)
#AAC1A9
(170,193,169)
#B3C7B2
(179,199,178)
#BCCDBB
(188,205,187)
#C5D3C4
(197,211,196)
#CED9CD
(206,217,205)
#D7DFD6
(215,223,214)
#E0E5DF
(224,229,223)
#E9EBE8
(233,235,232)
#F2F1F1
(242,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B597 color. Also use rgb(152,181,151) instead hex code.

Text Font Color

.myTextColor { color: #98B597; }

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

This text font color is #98B597.


Background Color

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

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

This div background color is #98B597.


Border color

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

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

This div border color is #98B597.


Opacity

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

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

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

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

This text has shadow with #98B597 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #98B597 on black background.


Color preview on white background

This text has color #98B597 on white background.



Black color preview on #98B597 background

This text has black color on #98B597 background.


White color preview on #98B597 background

This text has white color on #98B597 background.