COLOR #998495

HEX: #998495
RGB: (153,132,149)

Color info

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

RGB color model

#998495 color RGB value is (153,132,149).

  • red value is 153;
  • green value is 132;
  • blue value is 149.
RGB:
(153,132,149)
(60%,52%,58%)

RGB channels and saturation

R 153 of 255 = 60%
G 132 of 255 = 52%
B 149 of 255 = 58%

153
132
149

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

Portions of RGB colors in percentages

R + G + B =
153 + 132 + 149 = 434 (100%)
R 153 of 434 ~ 35.25%
G 132 of 434 ~ 30.41%
B 149 of 434 ~ 34.33%

%35.25
%30.41
%34.33

CMYK color model

#998495 color CMYK value is (0,14,3,40).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 2.61%
  • key color value is 40.00%
CMYK:
(0,14,3,40)
C0M14Y3K40 
(0%,14%,3%,40%)
(0.00/0.14/0.03/0.40)	

CMYK percentages

%0
%13.73
%2.61
%40

Codes

Color #998495 in popluar color models

998495
RGB153132149
HSL311°9.33%55.88%
HSB/HSV311°13.73%60.00%
CMYK0.00%13.73%2.61%
40.00%

Color #998495 in popluar number systems.

HEX998495
Decimal153132149
Binary100110011000010010010101
Octal231204225

Shades and tints

Shades of #998495

#998495
(153,132,149)
#8C7888
(140,120,136)
#7F6C7B
(127,108,123)
#72606E
(114,96,110)
#655461
(101,84,97)
#584854
(88,72,84)
#4B3C47
(75,60,71)
#3E303A
(62,48,58)
#31242D
(49,36,45)
#241820
(36,24,32)
#170C13
(23,12,19)
#000000
(0,0,0)

Tints of #998495

#998495
(153,132,149)
#A28F9E
(162,143,158)
#AB9AA7
(171,154,167)
#B4A5B0
(180,165,176)
#BDB0B9
(189,176,185)
#C6BBC2
(198,187,194)
#CFC6CB
(207,198,203)
#D8D1D4
(216,209,212)
#E1DCDD
(225,220,221)
#EAE7E6
(234,231,230)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #998495 color. Also use rgb(153,132,149) instead hex code.

Text Font Color

.myTextColor { color: #998495; }

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

This text font color is #998495.


Background Color

.myBgColor { background-color: #998495; }

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

This div background color is #998495.


Border color

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

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

This div border color is #998495.


Opacity

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

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

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

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

This text has shadow with #998495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #998495 on black background.


Color preview on white background

This text has color #998495 on white background.



Black color preview on #998495 background

This text has black color on #998495 background.


White color preview on #998495 background

This text has white color on #998495 background.