COLOR #998992

HEX: #998992
RGB: (153,137,146)

Color info

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

RGB color model

#998992 color RGB value is (153,137,146).

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

RGB channels and saturation

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

153
137
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 137 + 146 = 436 (100%)
R 153 of 436 ~ 35.09%
G 137 of 436 ~ 31.42%
B 146 of 436 ~ 33.49%

%35.09
%31.42
%33.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.46%
  • yellow value is 4.58%
  • 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
%4.58
%40

Codes

Color #998992 in popluar color models

998992
RGB153137146
HSL326°7.27%56.86%
HSB/HSV326°10.46%60.00%
CMYK0.00%10.46%4.58%
40.00%

Color #998992 in popluar number systems.

HEX998992
Decimal153137146
Binary100110011000100110010010
Octal231211222

Shades and tints

Shades of #998992

#998992
(153,137,146)
#8C7D85
(140,125,133)
#7F7178
(127,113,120)
#72656B
(114,101,107)
#65595E
(101,89,94)
#584D51
(88,77,81)
#4B4144
(75,65,68)
#3E3537
(62,53,55)
#31292A
(49,41,42)
#241D1D
(36,29,29)
#171110
(23,17,16)
#000000
(0,0,0)

Tints of #998992

#998992
(153,137,146)
#A2939B
(162,147,155)
#AB9DA4
(171,157,164)
#B4A7AD
(180,167,173)
#BDB1B6
(189,177,182)
#C6BBBF
(198,187,191)
#CFC5C8
(207,197,200)
#D8CFD1
(216,207,209)
#E1D9DA
(225,217,218)
#EAE3E3
(234,227,227)
#F3EDEC
(243,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998992; }

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

This text font color is #998992.


Background Color

.myBgColor { background-color: #998992; }

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

This div background color is #998992.


Border color

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

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

This div border color is #998992.


Opacity

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

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

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

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

This text has shadow with #998992 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998992 on black background.


Color preview on white background

This text has color #998992 on white background.



Black color preview on #998992 background

This text has black color on #998992 background.


White color preview on #998992 background

This text has white color on #998992 background.