COLOR #989199

HEX: #989199 RGB: (152,145,153)

Color info

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

RGB color model

#989199 color RGB value is (152,145,153).

RGB: (152,145,153) (60%, 57%, 60%)

RGB channels and saturation

R 152 of 255 = 60%
G 145 of 255 = 57%
B 153 of 255 = 60%

152
145
153

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

Portions of RGB colors in percentages

R + G + B = 152 + 145 + 153 = 450 (100%)
R 152 of 450 ~ 33.78%
G 145 of 450 ~ 32.22%
B 153 of 450 ~ 34'%

%33.78
%32.22
%34

CMYK color model

#989199 color CMYK value is (1,5,0,40).

  • cyan value is 0.65%
  • magenta value is 5.23%
  • yellow value is 0.00%
  • key color value is 40.00%

CMYK: (1,5,0,40)
C1M5Y0K40 (1%, 5%, 0%, 40%)
(0.01 / 0.05 / 0.00 / 0.40)

CMYK percentages

%0.65
%5.23
%0
%40

Codes

Color #989199 in popluar color models

98 91 99
RGB 152 145 153
HSL 293° 3.77% 58.43%
HSB/HSV 293° 5.23% 60.00%
CMYK 0.65% 5.23% 0.00%
40.00%

Color #989199 in popluar number systems.

HEX 98 91 99
Decimal 152 145 153
Binary 10011000 10010001 10011001
Octal 230 221 231

Shades and tints

Shades of #989199

#989199
(152,145,153)
#8B848C
(139,132,140)
#7E777F
(126,119,127)
#716A72
(113,106,114)
#645D65
(100,93,101)
#575058
(87,80,88)
#4A434B
(74,67,75)
#3D363E
(61,54,62)
#302931
(48,41,49)
#231C24
(35,28,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #989199

#989199
(152,145,153)
#A19BA2
(161,155,162)
#AAA5AB
(170,165,171)
#B3AFB4
(179,175,180)
#BCB9BD
(188,185,189)
#C5C3C6
(197,195,198)
#CECDCF
(206,205,207)
#D7D7D8
(215,215,216)
#E0E1E1
(224,225,225)
#E9EBEA
(233,235,234)
#F2F5F3
(242,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989199 color. Also use rgb(152,145,153) instead hex code.

Text Font Color

.myTextColor { color: #989199; }

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

This text font color is #989199.

Background Color

.myBgColor { background-color: #989199; }

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

This div background color is #989199.

Border color

.myBorderColor { border: 1px solid #989199; }

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

This div border color is #989199.

Opacity

.myOpacity80 { color: #989199; opacity: 0.8; }

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

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

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

This text has shadow with #989199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989199.

Preview

Color preview on black background

This text has color #989199 on black background.


Color preview on white background

This text has color #989199 on white background.


Black color preview on #989199 background

This text has black color on #989199 background.


White color preview on #989199 background

This text has white color on #989199 background.


Related colors

Complementary color

Complementary color for #hex is #676E66.


I love getcolorcode.com

Triadic colors

1 #999891 and #919998 with #989199 are triadic colors.

2 #999198 and #919899 with #989199 are triadic colors.