COLOR #95989B

HEX: #95989B
RGB: (149,152,155)

Color info

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

RGB color model

#95989B color RGB value is (149,152,155).

  • red value is 149;
  • green value is 152;
  • blue value is 155.
RGB:
(149,152,155)
(58%,60%,61%)

RGB channels and saturation

R 149 of 255 = 58%
G 152 of 255 = 60%
B 155 of 255 = 61%

149
152
155

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

Portions of RGB colors in percentages

R + G + B =
149 + 152 + 155 = 456 (100%)
R 149 of 456 ~ 32.68%
G 152 of 456 ~ 33.33%
B 155 of 456 ~ 33.99%

%32.68
%33.33
%33.99

CMYK color model

#95989B color CMYK value is (4,2,0,39).

  • cyan value is 3.87%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 39.22%
CMYK:
(4,2,0,39)
C4M2Y0K39 
(4%,2%,0%,39%)
(0.04/0.02/0.00/0.39)	

CMYK percentages

%3.87
%1.94
%0
%39.22

Codes

Color #95989B in popluar color models

95989B
RGB149152155
HSL210°2.91%59.61%
HSB/HSV210°3.87%60.78%
CMYK3.87%1.94%0.00%
39.22%

Color #95989B in popluar number systems.

HEX95989B
Decimal149152155
Binary100101011001100010011011
Octal225230233

Shades and tints

Shades of #95989B

#95989B
(149,152,155)
#888B8D
(136,139,141)
#7B7E7F
(123,126,127)
#6E7171
(110,113,113)
#616463
(97,100,99)
#545755
(84,87,85)
#474A47
(71,74,71)
#3A3D39
(58,61,57)
#2D302B
(45,48,43)
#20231D
(32,35,29)
#13160F
(19,22,15)
#000000
(0,0,0)

Tints of #95989B

#95989B
(149,152,155)
#9EA1A4
(158,161,164)
#A7AAAD
(167,170,173)
#B0B3B6
(176,179,182)
#B9BCBF
(185,188,191)
#C2C5C8
(194,197,200)
#CBCED1
(203,206,209)
#D4D7DA
(212,215,218)
#DDE0E3
(221,224,227)
#E6E9EC
(230,233,236)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95989B color. Also use rgb(149,152,155) instead hex code.

Text Font Color

.myTextColor { color: #95989B; }

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

This text font color is #95989B.


Background Color

.myBgColor { background-color: #95989B; }

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

This div background color is #95989B.


Border color

.myBorderColor { border: 1px solid #95989B; }

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

This div border color is #95989B.


Opacity

.myOpacity80 { color: #95989B; opacity: 0.8; }

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

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

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

This text has shadow with #95989B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95989B on black background.


Color preview on white background

This text has color #95989B on white background.



Black color preview on #95989B background

This text has black color on #95989B background.


White color preview on #95989B background

This text has white color on #95989B background.