COLOR #98A49F

HEX: #98A49F RGB: (152,164,159)

Color info

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

RGB color model

#98A49F color RGB value is (152,164,159).

RGB: (152,164,159) (60%, 64%, 62%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 159 of 255 = 62%

152
164
159

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

Portions of RGB colors in percentages

R + G + B = 152 + 164 + 159 = 475 (100%)
R 152 of 475 ~ 32%
G 164 of 475 ~ 34.53%
B 159 of 475 ~ 33.47'%

%32
%34.53
%33.47

CMYK color model

#98A49F color CMYK value is (7,0,3,36).

  • cyan value is 7.32%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 35.69%

CMYK: (7,0,3,36)
C7M0Y3K36 (7%, 0%, 3%, 36%)
(0.07 / 0.00 / 0.03 / 0.36)

CMYK percentages

%7.32
%0
%3.05
%35.69

Codes

Color #98A49F in popluar color models

98 A4 9F
RGB 152 164 159
HSL 155° 6.19% 61.96%
HSB/HSV 155° 7.32% 64.31%
CMYK 7.32% 0.00% 3.05%
35.69%

Color #98A49F in popluar number systems.

HEX 98 A4 9F
Decimal 152 164 159
Binary 10011000 10100100 10011111
Octal 230 244 237

Shades and tints

Shades of #98A49F

#98A49F
(152,164,159)
#8B9691
(139,150,145)
#7E8883
(126,136,131)
#717A75
(113,122,117)
#646C67
(100,108,103)
#575E59
(87,94,89)
#4A504B
(74,80,75)
#3D423D
(61,66,61)
#30342F
(48,52,47)
#232621
(35,38,33)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #98A49F

#98A49F
(152,164,159)
#A1ACA7
(161,172,167)
#AAB4AF
(170,180,175)
#B3BCB7
(179,188,183)
#BCC4BF
(188,196,191)
#C5CCC7
(197,204,199)
#CED4CF
(206,212,207)
#D7DCD7
(215,220,215)
#E0E4DF
(224,228,223)
#E9ECE7
(233,236,231)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A49F color. Also use rgb(152,164,159) instead hex code.

Text Font Color

.myTextColor { color: #98A49F; }

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

This text font color is #98A49F.

Background Color

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

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

This div background color is #98A49F.

Border color

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

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

This div border color is #98A49F.

Opacity

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

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

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

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

This text has shadow with #98A49F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A49F.

Preview

Color preview on black background

This text has color #98A49F on black background.


Color preview on white background

This text has color #98A49F on white background.


Black color preview on #98A49F background

This text has black color on #98A49F background.


White color preview on #98A49F background

This text has white color on #98A49F background.


Related colors

Complementary color

Complementary color for #hex is #675B60.


I love getcolorcode.com

Triadic colors

1 #9F98A4 and #A49F98 with #98A49F are triadic colors.

2 #9FA498 and #A4989F with #98A49F are triadic colors.