COLOR #998F91

HEX: #998F91 RGB: (153,143,145)

Color info

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

RGB color model

#998F91 color RGB value is (153,143,145).

RGB: (153,143,145) (60%, 56%, 57%)

RGB channels and saturation

R 153 of 255 = 60%
G 143 of 255 = 56%
B 145 of 255 = 57%

153
143
145

R + G + B ~ 58%. #998F91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 153 + 143 + 145 = 441 (100%)
R 153 of 441 ~ 34.69%
G 143 of 441 ~ 32.43%
B 145 of 441 ~ 32.88'%

%34.69
%32.43
%32.88

CMYK color model

#998F91 color CMYK value is (0,7,5,40).

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

CMYK: (0,7,5,40)
C0M7Y5K40 (0%, 7%, 5%, 40%)
(0.00 / 0.07 / 0.05 / 0.40)

CMYK percentages

%0
%6.54
%5.23
%40

Codes

Color #998F91 in popluar color models

99 8F 91
RGB 153 143 145
HSL 348° 4.67% 58.04%
HSB/HSV 348° 6.54% 60.00%
CMYK 0.00% 6.54% 5.23%
40.00%

Color #998F91 in popluar number systems.

HEX 99 8F 91
Decimal 153 143 145
Binary 10011001 10001111 10010001
Octal 231 217 221

Shades and tints

Shades of #998F91

#998F91
(153,143,145)
#8C8284
(140,130,132)
#7F7577
(127,117,119)
#72686A
(114,104,106)
#655B5D
(101,91,93)
#584E50
(88,78,80)
#4B4143
(75,65,67)
#3E3436
(62,52,54)
#312729
(49,39,41)
#241A1C
(36,26,28)
#170D0F
(23,13,15)
#000000
(0,0,0)

Tints of #998F91

#998F91
(153,143,145)
#A2999B
(162,153,155)
#ABA3A5
(171,163,165)
#B4ADAF
(180,173,175)
#BDB7B9
(189,183,185)
#C6C1C3
(198,193,195)
#CFCBCD
(207,203,205)
#D8D5D7
(216,213,215)
#E1DFE1
(225,223,225)
#EAE9EB
(234,233,235)
#F3F3F5
(243,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998F91; }

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

This text font color is #998F91.

Background Color

.myBgColor { background-color: #998F91; }

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

This div background color is #998F91.

Border color

.myBorderColor { border: 1px solid #998F91; }

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

This div border color is #998F91.

Opacity

.myOpacity80 { color: #998F91; opacity: 0.8; }

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

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

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

This text has shadow with #998F91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #998F91.

Preview

Color preview on black background

This text has color #998F91 on black background.


Color preview on white background

This text has color #998F91 on white background.


Black color preview on #998F91 background

This text has black color on #998F91 background.


White color preview on #998F91 background

This text has white color on #998F91 background.


Related colors

Complementary color

Complementary color for #hex is #66706E.


I love getcolorcode.com

Triadic colors

1 #91998F and #8F9199 with #998F91 are triadic colors.

2 #918F99 and #8F9991 with #998F91 are triadic colors.