COLOR #98AD82

HEX: #98AD82 RGB: (152,173,130)

Color info

#98AD82 contains red, green and blue colors in about the same proportion. Web safe color of #98AD82 is #999999 (or #999).

RGB color model

#98AD82 color RGB value is (152,173,130).

RGB: (152,173,130) (60%, 68%, 51%)

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 130 of 255 = 51%

152
173
130

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

Portions of RGB colors in percentages

R + G + B = 152 + 173 + 130 = 455 (100%)
R 152 of 455 ~ 33.41%
G 173 of 455 ~ 38.02%
B 130 of 455 ~ 28.57'%

%33.41
%38.02
%28.57

CMYK color model

#98AD82 color CMYK value is (12,0,25,32).

  • cyan value is 12.14%
  • magenta value is 0.00%
  • yellow value is 24.86%
  • key color value is 32.16%

CMYK: (12,0,25,32)
C12M0Y25K32 (12%, 0%, 25%, 32%)
(0.12 / 0.00 / 0.25 / 0.32)

CMYK percentages

%12.14
%0
%24.86
%32.16

Codes

Color #98AD82 in popluar color models

98 AD 82
RGB 152 173 130
HSL 89° 20.77% 59.41%
HSB/HSV 89° 24.86% 67.84%
CMYK 12.14% 0.00% 24.86%
32.16%

Color #98AD82 in popluar number systems.

HEX 98 AD 82
Decimal 152 173 130
Binary 10011000 10101101 10000010
Octal 230 255 202

Shades and tints

Shades of #98AD82

#98AD82
(152,173,130)
#8B9E77
(139,158,119)
#7E8F6C
(126,143,108)
#718061
(113,128,97)
#647156
(100,113,86)
#57624B
(87,98,75)
#4A5340
(74,83,64)
#3D4435
(61,68,53)
#30352A
(48,53,42)
#23261F
(35,38,31)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #98AD82

#98AD82
(152,173,130)
#A1B48D
(161,180,141)
#AABB98
(170,187,152)
#B3C2A3
(179,194,163)
#BCC9AE
(188,201,174)
#C5D0B9
(197,208,185)
#CED7C4
(206,215,196)
#D7DECF
(215,222,207)
#E0E5DA
(224,229,218)
#E9ECE5
(233,236,229)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AD82 color. Also use rgb(152,173,130) instead hex code.

Text Font Color

.myTextColor { color: #98AD82; }

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

This text font color is #98AD82.

Background Color

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

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

This div background color is #98AD82.

Border color

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

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

This div border color is #98AD82.

Opacity

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

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

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

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

This text has shadow with #98AD82 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AD82.

Preview

Color preview on black background

This text has color #98AD82 on black background.


Color preview on white background

This text has color #98AD82 on white background.


Black color preview on #98AD82 background

This text has black color on #98AD82 background.


White color preview on #98AD82 background

This text has white color on #98AD82 background.


Related colors

Complementary color

Complementary color for #hex is #67527D.


I love getcolorcode.com

Triadic colors

1 #8298AD and #AD8298 with #98AD82 are triadic colors.

2 #82AD98 and #AD9882 with #98AD82 are triadic colors.