COLOR #998991

HEX: #998991
RGB: (153,137,145)

Color info

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

RGB color model

#998991 color RGB value is (153,137,145).

  • red value is 153;
  • green value is 137;
  • blue value is 145.
RGB:
(153,137,145)
(60%,54%,57%)

RGB channels and saturation

R 153 of 255 = 60%
G 137 of 255 = 54%
B 145 of 255 = 57%

153
137
145

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 145 = 435 (100%)
R 153 of 435 ~ 35.17%
G 137 of 435 ~ 31.49%
B 145 of 435 ~ 33.33%

%35.17
%31.49
%33.33

CMYK color model

#998991 color CMYK value is (0,10,5,40).

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 5.23%
  • key color value is 40.00%
CMYK:
(0,10,5,40)
C0M10Y5K40 
(0%,10%,5%,40%)
(0.00/0.10/0.05/0.40)	

CMYK percentages

%0
%10.46
%5.23
%40

Codes

Color #998991 in popluar color models

998991
RGB153137145
HSL330°7.27%56.86%
HSB/HSV330°10.46%60.00%
CMYK0.00%10.46%5.23%
40.00%

Color #998991 in popluar number systems.

HEX998991
Decimal153137145
Binary100110011000100110010001
Octal231211221

Shades and tints

Shades of #998991

#998991
(153,137,145)
#8C7D84
(140,125,132)
#7F7177
(127,113,119)
#72656A
(114,101,106)
#65595D
(101,89,93)
#584D50
(88,77,80)
#4B4143
(75,65,67)
#3E3536
(62,53,54)
#312929
(49,41,41)
#241D1C
(36,29,28)
#17110F
(23,17,15)
#000000
(0,0,0)

Tints of #998991

#998991
(153,137,145)
#A2939B
(162,147,155)
#AB9DA5
(171,157,165)
#B4A7AF
(180,167,175)
#BDB1B9
(189,177,185)
#C6BBC3
(198,187,195)
#CFC5CD
(207,197,205)
#D8CFD7
(216,207,215)
#E1D9E1
(225,217,225)
#EAE3EB
(234,227,235)
#F3EDF5
(243,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998991; }

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

This text font color is #998991.


Background Color

.myBgColor { background-color: #998991; }

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

This div background color is #998991.


Border color

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

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

This div border color is #998991.


Opacity

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

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

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

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

This text has shadow with #998991 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998991 on black background.


Color preview on white background

This text has color #998991 on white background.



Black color preview on #998991 background

This text has black color on #998991 background.


White color preview on #998991 background

This text has white color on #998991 background.