COLOR #95898C

HEX: #95898C
RGB: (149,137,140)

Color info

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

RGB color model

#95898C color RGB value is (149,137,140).

  • red value is 149;
  • green value is 137;
  • blue value is 140.
RGB:
(149,137,140)
(58%,54%,55%)

RGB channels and saturation

R 149 of 255 = 58%
G 137 of 255 = 54%
B 140 of 255 = 55%

149
137
140

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

Portions of RGB colors in percentages

R + G + B =
149 + 137 + 140 = 426 (100%)
R 149 of 426 ~ 34.98%
G 137 of 426 ~ 32.16%
B 140 of 426 ~ 32.86%

%34.98
%32.16
%32.86

CMYK color model

#95898C color CMYK value is (0,8,6,42).

  • cyan value is 0.00%
  • magenta value is 8.05%
  • yellow value is 6.04%
  • key color value is 41.57%
CMYK:
(0,8,6,42)
C0M8Y6K42 
(0%,8%,6%,42%)
(0.00/0.08/0.06/0.42)	

CMYK percentages

%0
%8.05
%6.04
%41.57

Codes

Color #95898C in popluar color models

95898C
RGB149137140
HSL345°5.36%56.08%
HSB/HSV345°8.05%58.43%
CMYK0.00%8.05%6.04%
41.57%

Color #95898C in popluar number systems.

HEX95898C
Decimal149137140
Binary100101011000100110001100
Octal225211214

Shades and tints

Shades of #95898C

#95898C
(149,137,140)
#887D80
(136,125,128)
#7B7174
(123,113,116)
#6E6568
(110,101,104)
#61595C
(97,89,92)
#544D50
(84,77,80)
#474144
(71,65,68)
#3A3538
(58,53,56)
#2D292C
(45,41,44)
#201D20
(32,29,32)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #95898C

#95898C
(149,137,140)
#9E9396
(158,147,150)
#A79DA0
(167,157,160)
#B0A7AA
(176,167,170)
#B9B1B4
(185,177,180)
#C2BBBE
(194,187,190)
#CBC5C8
(203,197,200)
#D4CFD2
(212,207,210)
#DDD9DC
(221,217,220)
#E6E3E6
(230,227,230)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95898C color. Also use rgb(149,137,140) instead hex code.

Text Font Color

.myTextColor { color: #95898C; }

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

This text font color is #95898C.


Background Color

.myBgColor { background-color: #95898C; }

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

This div background color is #95898C.


Border color

.myBorderColor { border: 1px solid #95898C; }

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

This div border color is #95898C.


Opacity

.myOpacity80 { color: #95898C; opacity: 0.8; }

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

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

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

This text has shadow with #95898C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95898C on black background.


Color preview on white background

This text has color #95898C on white background.



Black color preview on #95898C background

This text has black color on #95898C background.


White color preview on #95898C background

This text has white color on #95898C background.