COLOR #959E9C

HEX: #959E9C
RGB: (149,158,156)

Color info

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

RGB color model

#959E9C color RGB value is (149,158,156).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 156 of 255 = 61%

149
158
156

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

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 156 = 463 (100%)
R 149 of 463 ~ 32.18%
G 158 of 463 ~ 34.13%
B 156 of 463 ~ 33.69%

%32.18
%34.13
%33.69

CMYK color model

#959E9C color CMYK value is (6,0,1,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 38.04%
CMYK:
(6,0,1,38)
C6M0Y1K38 
(6%,0%,1%,38%)
(0.06/0.00/0.01/0.38)	

CMYK percentages

%5.7
%0
%1.27
%38.04

Codes

Color #959E9C in popluar color models

959E9C
RGB149158156
HSL167°4.43%60.20%
HSB/HSV167°5.70%61.96%
CMYK5.70%0.00%1.27%
38.04%

Color #959E9C in popluar number systems.

HEX959E9C
Decimal149158156
Binary100101011001111010011100
Octal225236234

Shades and tints

Shades of #959E9C

#959E9C
(149,158,156)
#88908E
(136,144,142)
#7B8280
(123,130,128)
#6E7472
(110,116,114)
#616664
(97,102,100)
#545856
(84,88,86)
#474A48
(71,74,72)
#3A3C3A
(58,60,58)
#2D2E2C
(45,46,44)
#20201E
(32,32,30)
#131210
(19,18,16)
#000000
(0,0,0)

Tints of #959E9C

#959E9C
(149,158,156)
#9EA6A5
(158,166,165)
#A7AEAE
(167,174,174)
#B0B6B7
(176,182,183)
#B9BEC0
(185,190,192)
#C2C6C9
(194,198,201)
#CBCED2
(203,206,210)
#D4D6DB
(212,214,219)
#DDDEE4
(221,222,228)
#E6E6ED
(230,230,237)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959E9C color. Also use rgb(149,158,156) instead hex code.

Text Font Color

.myTextColor { color: #959E9C; }

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

This text font color is #959E9C.


Background Color

.myBgColor { background-color: #959E9C; }

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

This div background color is #959E9C.


Border color

.myBorderColor { border: 1px solid #959E9C; }

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

This div border color is #959E9C.


Opacity

.myOpacity80 { color: #959E9C; opacity: 0.8; }

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

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

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

This text has shadow with #959E9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959E9C on black background.


Color preview on white background

This text has color #959E9C on white background.



Black color preview on #959E9C background

This text has black color on #959E9C background.


White color preview on #959E9C background

This text has white color on #959E9C background.