COLOR #998292

HEX: #998292
RGB: (153,130,146)

Color info

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

RGB color model

#998292 color RGB value is (153,130,146).

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

RGB channels and saturation

R 153 of 255 = 60%
G 130 of 255 = 51%
B 146 of 255 = 57%

153
130
146

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

Portions of RGB colors in percentages

R + G + B =
153 + 130 + 146 = 429 (100%)
R 153 of 429 ~ 35.66%
G 130 of 429 ~ 30.3%
B 146 of 429 ~ 34.03%

%35.66
%30.3
%34.03

CMYK color model

#998292 color CMYK value is (0,15,5,40).

  • cyan value is 0.00%
  • magenta value is 15.03%
  • yellow value is 4.58%
  • key color value is 40.00%
CMYK:
(0,15,5,40)
C0M15Y5K40 
(0%,15%,5%,40%)
(0.00/0.15/0.05/0.40)	

CMYK percentages

%0
%15.03
%4.58
%40

Codes

Color #998292 in popluar color models

998292
RGB153130146
HSL318°10.13%55.49%
HSB/HSV318°15.03%60.00%
CMYK0.00%15.03%4.58%
40.00%

Color #998292 in popluar number systems.

HEX998292
Decimal153130146
Binary100110011000001010010010
Octal231202222

Shades and tints

Shades of #998292

#998292
(153,130,146)
#8C7785
(140,119,133)
#7F6C78
(127,108,120)
#72616B
(114,97,107)
#65565E
(101,86,94)
#584B51
(88,75,81)
#4B4044
(75,64,68)
#3E3537
(62,53,55)
#312A2A
(49,42,42)
#241F1D
(36,31,29)
#171410
(23,20,16)
#000000
(0,0,0)

Tints of #998292

#998292
(153,130,146)
#A28D9B
(162,141,155)
#AB98A4
(171,152,164)
#B4A3AD
(180,163,173)
#BDAEB6
(189,174,182)
#C6B9BF
(198,185,191)
#CFC4C8
(207,196,200)
#D8CFD1
(216,207,209)
#E1DADA
(225,218,218)
#EAE5E3
(234,229,227)
#F3F0EC
(243,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #998292; }

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

This text font color is #998292.


Background Color

.myBgColor { background-color: #998292; }

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

This div background color is #998292.


Border color

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

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

This div border color is #998292.


Opacity

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

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

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

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

This text has shadow with #998292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998292 on black background.


Color preview on white background

This text has color #998292 on white background.



Black color preview on #998292 background

This text has black color on #998292 background.


White color preview on #998292 background

This text has white color on #998292 background.