COLOR #98AB7D

HEX: #98AB7D RGB: (152,171,125)

Color info

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

RGB color model

#98AB7D color RGB value is (152,171,125).

RGB: (152,171,125) (60%, 67%, 49%)

RGB channels and saturation

R 152 of 255 = 60%
G 171 of 255 = 67%
B 125 of 255 = 49%

152
171
125

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

Portions of RGB colors in percentages

R + G + B = 152 + 171 + 125 = 448 (100%)
R 152 of 448 ~ 33.93%
G 171 of 448 ~ 38.17%
B 125 of 448 ~ 27.9'%

%33.93
%38.17
%27.9

CMYK color model

#98AB7D color CMYK value is (11,0,27,33).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 26.90%
  • key color value is 32.94%

CMYK: (11,0,27,33)
C11M0Y27K33 (11%, 0%, 27%, 33%)
(0.11 / 0.00 / 0.27 / 0.33)

CMYK percentages

%11.11
%0
%26.9
%32.94

Codes

Color #98AB7D in popluar color models

98 AB 7D
RGB 152 171 125
HSL 85° 21.50% 58.04%
HSB/HSV 85° 26.90% 67.06%
CMYK 11.11% 0.00% 26.90%
32.94%

Color #98AB7D in popluar number systems.

HEX 98 AB 7D
Decimal 152 171 125
Binary 10011000 10101011 1111101
Octal 230 253 175

Shades and tints

Shades of #98AB7D

#98AB7D
(152,171,125)
#8B9C72
(139,156,114)
#7E8D67
(126,141,103)
#717E5C
(113,126,92)
#646F51
(100,111,81)
#576046
(87,96,70)
#4A513B
(74,81,59)
#3D4230
(61,66,48)
#303325
(48,51,37)
#23241A
(35,36,26)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #98AB7D

#98AB7D
(152,171,125)
#A1B288
(161,178,136)
#AAB993
(170,185,147)
#B3C09E
(179,192,158)
#BCC7A9
(188,199,169)
#C5CEB4
(197,206,180)
#CED5BF
(206,213,191)
#D7DCCA
(215,220,202)
#E0E3D5
(224,227,213)
#E9EAE0
(233,234,224)
#F2F1EB
(242,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98AB7D color. Also use rgb(152,171,125) instead hex code.

Text Font Color

.myTextColor { color: #98AB7D; }

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

This text font color is #98AB7D.

Background Color

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

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

This div background color is #98AB7D.

Border color

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

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

This div border color is #98AB7D.

Opacity

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

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

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

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

This text has shadow with #98AB7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AB7D.

Preview

Color preview on black background

This text has color #98AB7D on black background.


Color preview on white background

This text has color #98AB7D on white background.


Black color preview on #98AB7D background

This text has black color on #98AB7D background.


White color preview on #98AB7D background

This text has white color on #98AB7D background.


Related colors

Complementary color

Complementary color for #hex is #675482.


I love getcolorcode.com

Triadic colors

1 #7D98AB and #AB7D98 with #98AB7D are triadic colors.

2 #7DAB98 and #AB987D with #98AB7D are triadic colors.