COLOR #98AD94

HEX: #98AD94 RGB: (152,173,148)

Color info

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

RGB color model

#98AD94 color RGB value is (152,173,148).

RGB: (152,173,148) (60%, 68%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 173 of 255 = 68%
B 148 of 255 = 58%

152
173
148

R + G + B ~ 62%. #98AD94 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 173 + 148 = 473 (100%)
R 152 of 473 ~ 32.14%
G 173 of 473 ~ 36.58%
B 148 of 473 ~ 31.29'%

%32.14
%36.58
%31.29

CMYK color model

#98AD94 color CMYK value is (12,0,14,32).

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

CMYK: (12,0,14,32)
C12M0Y14K32 (12%, 0%, 14%, 32%)
(0.12 / 0.00 / 0.14 / 0.32)

CMYK percentages

%12.14
%0
%14.45
%32.16

Codes

Color #98AD94 in popluar color models

98 AD 94
RGB 152 173 148
HSL 110° 13.23% 62.94%
HSB/HSV 110° 14.45% 67.84%
CMYK 12.14% 0.00% 14.45%
32.16%

Color #98AD94 in popluar number systems.

HEX 98 AD 94
Decimal 152 173 148
Binary 10011000 10101101 10010100
Octal 230 255 224

Shades and tints

Shades of #98AD94

#98AD94
(152,173,148)
#8B9E87
(139,158,135)
#7E8F7A
(126,143,122)
#71806D
(113,128,109)
#647160
(100,113,96)
#576253
(87,98,83)
#4A5346
(74,83,70)
#3D4439
(61,68,57)
#30352C
(48,53,44)
#23261F
(35,38,31)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #98AD94

#98AD94
(152,173,148)
#A1B49D
(161,180,157)
#AABBA6
(170,187,166)
#B3C2AF
(179,194,175)
#BCC9B8
(188,201,184)
#C5D0C1
(197,208,193)
#CED7CA
(206,215,202)
#D7DED3
(215,222,211)
#E0E5DC
(224,229,220)
#E9ECE5
(233,236,229)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98AD94; }

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

This text font color is #98AD94.

Background Color

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

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

This div background color is #98AD94.

Border color

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

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

This div border color is #98AD94.

Opacity

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

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

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

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

This text has shadow with #98AD94 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98AD94.

Preview

Color preview on black background

This text has color #98AD94 on black background.


Color preview on white background

This text has color #98AD94 on white background.


Black color preview on #98AD94 background

This text has black color on #98AD94 background.


White color preview on #98AD94 background

This text has white color on #98AD94 background.


Related colors

Complementary color

Complementary color for #hex is #67526B.


I love getcolorcode.com

Triadic colors

1 #9498AD and #AD9498 with #98AD94 are triadic colors.

2 #94AD98 and #AD9894 with #98AD94 are triadic colors.