COLOR #998797

HEX: #998797 RGB: (153,135,151)

Color info

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

RGB color model

#998797 color RGB value is (153,135,151).

RGB: (153,135,151) (60%, 53%, 59%)

RGB channels and saturation

R 153 of 255 = 60%
G 135 of 255 = 53%
B 151 of 255 = 59%

153
135
151

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

Portions of RGB colors in percentages

R + G + B = 153 + 135 + 151 = 439 (100%)
R 153 of 439 ~ 34.85%
G 135 of 439 ~ 30.75%
B 151 of 439 ~ 34.4'%

%34.85
%30.75
%34.4

CMYK color model

#998797 color CMYK value is (0,12,1,40).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 1.31%
  • key color value is 40.00%

CMYK: (0,12,1,40)
C0M12Y1K40 (0%, 12%, 1%, 40%)
(0.00 / 0.12 / 0.01 / 0.40)

CMYK percentages

%0
%11.76
%1.31
%40

Codes

Color #998797 in popluar color models

99 87 97
RGB 153 135 151
HSL 307° 8.11% 56.47%
HSB/HSV 307° 11.76% 60.00%
CMYK 0.00% 11.76% 1.31%
40.00%

Color #998797 in popluar number systems.

HEX 99 87 97
Decimal 153 135 151
Binary 10011001 10000111 10010111
Octal 231 207 227

Shades and tints

Shades of #998797

#998797
(153,135,151)
#8C7B8A
(140,123,138)
#7F6F7D
(127,111,125)
#726370
(114,99,112)
#655763
(101,87,99)
#584B56
(88,75,86)
#4B3F49
(75,63,73)
#3E333C
(62,51,60)
#31272F
(49,39,47)
#241B22
(36,27,34)
#170F15
(23,15,21)
#000000
(0,0,0)

Tints of #998797

#998797
(153,135,151)
#A291A0
(162,145,160)
#AB9BA9
(171,155,169)
#B4A5B2
(180,165,178)
#BDAFBB
(189,175,187)
#C6B9C4
(198,185,196)
#CFC3CD
(207,195,205)
#D8CDD6
(216,205,214)
#E1D7DF
(225,215,223)
#EAE1E8
(234,225,232)
#F3EBF1
(243,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998797 color. Also use rgb(153,135,151) instead hex code.

Text Font Color

.myTextColor { color: #998797; }

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

This text font color is #998797.

Background Color

.myBgColor { background-color: #998797; }

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

This div background color is #998797.

Border color

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

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

This div border color is #998797.

Opacity

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

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

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

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

This text has shadow with #998797 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998797.

Preview

Color preview on black background

This text has color #998797 on black background.


Color preview on white background

This text has color #998797 on white background.


Black color preview on #998797 background

This text has black color on #998797 background.


White color preview on #998797 background

This text has white color on #998797 background.


Related colors

Complementary color

Complementary color for #hex is #667868.


I love getcolorcode.com

Triadic colors

1 #979987 and #879799 with #998797 are triadic colors.

2 #978799 and #879997 with #998797 are triadic colors.