COLOR #95999C

HEX: #95999C
RGB: (149,153,156)

Color info

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

RGB color model

#95999C color RGB value is (149,153,156).

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

RGB channels and saturation

R 149 of 255 = 58%
G 153 of 255 = 60%
B 156 of 255 = 61%

149
153
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 153 + 156 = 458 (100%)
R 149 of 458 ~ 32.53%
G 153 of 458 ~ 33.41%
B 156 of 458 ~ 34.06%

%32.53
%33.41
%34.06

CMYK color model

#95999C color CMYK value is (4,2,0,39).

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

CMYK percentages

%4.49
%1.92
%0
%38.82

Codes

Color #95999C in popluar color models

95999C
RGB149153156
HSL206°3.41%59.80%
HSB/HSV206°4.49%61.18%
CMYK4.49%1.92%0.00%
38.82%

Color #95999C in popluar number systems.

HEX95999C
Decimal149153156
Binary100101011001100110011100
Octal225231234

Shades and tints

Shades of #95999C

#95999C
(149,153,156)
#888C8E
(136,140,142)
#7B7F80
(123,127,128)
#6E7272
(110,114,114)
#616564
(97,101,100)
#545856
(84,88,86)
#474B48
(71,75,72)
#3A3E3A
(58,62,58)
#2D312C
(45,49,44)
#20241E
(32,36,30)
#131710
(19,23,16)
#000000
(0,0,0)

Tints of #95999C

#95999C
(149,153,156)
#9EA2A5
(158,162,165)
#A7ABAE
(167,171,174)
#B0B4B7
(176,180,183)
#B9BDC0
(185,189,192)
#C2C6C9
(194,198,201)
#CBCFD2
(203,207,210)
#D4D8DB
(212,216,219)
#DDE1E4
(221,225,228)
#E6EAED
(230,234,237)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95999C; }

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

This text font color is #95999C.


Background Color

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

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

This div background color is #95999C.


Border color

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

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

This div border color is #95999C.


Opacity

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

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

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

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

This text has shadow with #95999C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #95999C on black background.


Color preview on white background

This text has color #95999C on white background.



Black color preview on #95999C background

This text has black color on #95999C background.


White color preview on #95999C background

This text has white color on #95999C background.