COLOR #98A49C

HEX: #98A49C RGB: (152,164,156)

Color info

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

RGB color model

#98A49C color RGB value is (152,164,156).

RGB: (152,164,156) (60%, 64%, 61%)

RGB channels and saturation

R 152 of 255 = 60%
G 164 of 255 = 64%
B 156 of 255 = 61%

152
164
156

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

Portions of RGB colors in percentages

R + G + B = 152 + 164 + 156 = 472 (100%)
R 152 of 472 ~ 32.2%
G 164 of 472 ~ 34.75%
B 156 of 472 ~ 33.05'%

%32.2
%34.75
%33.05

CMYK color model

#98A49C color CMYK value is (7,0,5,36).

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

CMYK: (7,0,5,36)
C7M0Y5K36 (7%, 0%, 5%, 36%)
(0.07 / 0.00 / 0.05 / 0.36)

CMYK percentages

%7.32
%0
%4.88
%35.69

Codes

Color #98A49C in popluar color models

98 A4 9C
RGB 152 164 156
HSL 140° 6.19% 61.96%
HSB/HSV 140° 7.32% 64.31%
CMYK 7.32% 0.00% 4.88%
35.69%

Color #98A49C in popluar number systems.

HEX 98 A4 9C
Decimal 152 164 156
Binary 10011000 10100100 10011100
Octal 230 244 234

Shades and tints

Shades of #98A49C

#98A49C
(152,164,156)
#8B968E
(139,150,142)
#7E8880
(126,136,128)
#717A72
(113,122,114)
#646C64
(100,108,100)
#575E56
(87,94,86)
#4A5048
(74,80,72)
#3D423A
(61,66,58)
#30342C
(48,52,44)
#23261E
(35,38,30)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #98A49C

#98A49C
(152,164,156)
#A1ACA5
(161,172,165)
#AAB4AE
(170,180,174)
#B3BCB7
(179,188,183)
#BCC4C0
(188,196,192)
#C5CCC9
(197,204,201)
#CED4D2
(206,212,210)
#D7DCDB
(215,220,219)
#E0E4E4
(224,228,228)
#E9ECED
(233,236,237)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98A49C; }

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

This text font color is #98A49C.

Background Color

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

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

This div background color is #98A49C.

Border color

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

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

This div border color is #98A49C.

Opacity

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

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

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

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

This text has shadow with #98A49C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98A49C.

Preview

Color preview on black background

This text has color #98A49C on black background.


Color preview on white background

This text has color #98A49C on white background.


Black color preview on #98A49C background

This text has black color on #98A49C background.


White color preview on #98A49C background

This text has white color on #98A49C background.


Related colors

Complementary color

Complementary color for #hex is #675B63.


I love getcolorcode.com

Triadic colors

1 #9C98A4 and #A49C98 with #98A49C are triadic colors.

2 #9CA498 and #A4989C with #98A49C are triadic colors.