COLOR #98AD8D

HEX: #98AD8D RGB: (152,173,141)

Color info

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

RGB color model

#98AD8D color RGB value is (152,173,141).

RGB: (152,173,141) (60%, 68%, 55%)

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 141 of 255 = 55%

152
173
141

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

Portions of RGB colors in percentages

R + G + B = 152 + 173 + 141 = 466 (100%)
R 152 of 466 ~ 32.62%
G 173 of 466 ~ 37.12%
B 141 of 466 ~ 30.26'%

%32.62
%37.12
%30.26

CMYK color model

#98AD8D color CMYK value is (12,0,18,32).

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

CMYK: (12,0,18,32)
C12M0Y18K32 (12%, 0%, 18%, 32%)
(0.12 / 0.00 / 0.18 / 0.32)

CMYK percentages

%12.14
%0
%18.5
%32.16

Codes

Color #98AD8D in popluar color models

98 AD 8D
RGB 152 173 141
HSL 99° 16.33% 61.57%
HSB/HSV 99° 18.50% 67.84%
CMYK 12.14% 0.00% 18.50%
32.16%

Color #98AD8D in popluar number systems.

HEX 98 AD 8D
Decimal 152 173 141
Binary 10011000 10101101 10001101
Octal 230 255 215

Shades and tints

Shades of #98AD8D

#98AD8D
(152,173,141)
#8B9E81
(139,158,129)
#7E8F75
(126,143,117)
#718069
(113,128,105)
#64715D
(100,113,93)
#576251
(87,98,81)
#4A5345
(74,83,69)
#3D4439
(61,68,57)
#30352D
(48,53,45)
#232621
(35,38,33)
#161715
(22,23,21)
#000000
(0,0,0)

Tints of #98AD8D

#98AD8D
(152,173,141)
#A1B497
(161,180,151)
#AABBA1
(170,187,161)
#B3C2AB
(179,194,171)
#BCC9B5
(188,201,181)
#C5D0BF
(197,208,191)
#CED7C9
(206,215,201)
#D7DED3
(215,222,211)
#E0E5DD
(224,229,221)
#E9ECE7
(233,236,231)
#F2F3F1
(242,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AD8D; }

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

This text font color is #98AD8D.

Background Color

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

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

This div background color is #98AD8D.

Border color

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

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

This div border color is #98AD8D.

Opacity

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

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

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

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

This text has shadow with #98AD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AD8D.

Preview

Color preview on black background

This text has color #98AD8D on black background.


Color preview on white background

This text has color #98AD8D on white background.


Black color preview on #98AD8D background

This text has black color on #98AD8D background.


White color preview on #98AD8D background

This text has white color on #98AD8D background.


Related colors

Complementary color

Complementary color for #hex is #675272.


I love getcolorcode.com

Triadic colors

1 #8D98AD and #AD8D98 with #98AD8D are triadic colors.

2 #8DAD98 and #AD988D with #98AD8D are triadic colors.