COLOR #989795

HEX: #989795 RGB: (152,151,149)

Color info

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

RGB color model

#989795 color RGB value is (152,151,149).

RGB: (152,151,149) (60%, 59%, 58%)

RGB channels and saturation

R 152 of 255 = 60%
G 151 of 255 = 59%
B 149 of 255 = 58%

152
151
149

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

Portions of RGB colors in percentages

R + G + B = 152 + 151 + 149 = 452 (100%)
R 152 of 452 ~ 33.63%
G 151 of 452 ~ 33.41%
B 149 of 452 ~ 32.96'%

%33.63
%33.41
%32.96

CMYK color model

#989795 color CMYK value is (0,1,2,40).

  • cyan value is 0.00%
  • magenta value is 0.66%
  • yellow value is 1.97%
  • key color value is 40.39%

CMYK: (0,1,2,40)
C0M1Y2K40 (0%, 1%, 2%, 40%)
(0.00 / 0.01 / 0.02 / 0.40)

CMYK percentages

%0
%0.66
%1.97
%40.39

Codes

Color #989795 in popluar color models

98 97 95
RGB 152 151 149
HSL 40° 1.44% 59.02%
HSB/HSV 40° 1.97% 59.61%
CMYK 0.00% 0.66% 1.97%
40.39%

Color #989795 in popluar number systems.

HEX 98 97 95
Decimal 152 151 149
Binary 10011000 10010111 10010101
Octal 230 227 225

Shades and tints

Shades of #989795

#989795
(152,151,149)
#8B8A88
(139,138,136)
#7E7D7B
(126,125,123)
#71706E
(113,112,110)
#646361
(100,99,97)
#575654
(87,86,84)
#4A4947
(74,73,71)
#3D3C3A
(61,60,58)
#302F2D
(48,47,45)
#232220
(35,34,32)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #989795

#989795
(152,151,149)
#A1A09E
(161,160,158)
#AAA9A7
(170,169,167)
#B3B2B0
(179,178,176)
#BCBBB9
(188,187,185)
#C5C4C2
(197,196,194)
#CECDCB
(206,205,203)
#D7D6D4
(215,214,212)
#E0DFDD
(224,223,221)
#E9E8E6
(233,232,230)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #989795 color. Also use rgb(152,151,149) instead hex code.

Text Font Color

.myTextColor { color: #989795; }

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

This text font color is #989795.

Background Color

.myBgColor { background-color: #989795; }

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

This div background color is #989795.

Border color

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

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

This div border color is #989795.

Opacity

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

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

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

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

This text has shadow with #989795 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #989795.

Preview

Color preview on black background

This text has color #989795 on black background.


Color preview on white background

This text has color #989795 on white background.


Black color preview on #989795 background

This text has black color on #989795 background.


White color preview on #989795 background

This text has white color on #989795 background.


Related colors

Complementary color

Complementary color for #hex is #67686A.


I love getcolorcode.com

Triadic colors

1 #959897 and #979598 with #989795 are triadic colors.

2 #959798 and #979895 with #989795 are triadic colors.