COLOR #959A9E

HEX: #959A9E
RGB: (149,154,158)

Color info

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

RGB color model

#959A9E color RGB value is (149,154,158).

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

RGB channels and saturation

R 149 of 255 = 58%
G 154 of 255 = 60%
B 158 of 255 = 62%

149
154
158

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

Portions of RGB colors in percentages

R + G + B =
149 + 154 + 158 = 461 (100%)
R 149 of 461 ~ 32.32%
G 154 of 461 ~ 33.41%
B 158 of 461 ~ 34.27%

%32.32
%33.41
%34.27

CMYK color model

#959A9E color CMYK value is (6,3,0,38).

  • cyan value is 5.70%
  • magenta value is 2.53%
  • yellow value is 0.00%
  • key color value is 38.04%
CMYK:
(6,3,0,38)
C6M3Y0K38 
(6%,3%,0%,38%)
(0.06/0.03/0.00/0.38)	

CMYK percentages

%5.7
%2.53
%0
%38.04

Codes

Color #959A9E in popluar color models

959A9E
RGB149154158
HSL207°4.43%60.20%
HSB/HSV207°5.70%61.96%
CMYK5.70%2.53%0.00%
38.04%

Color #959A9E in popluar number systems.

HEX959A9E
Decimal149154158
Binary100101011001101010011110
Octal225232236

Shades and tints

Shades of #959A9E

#959A9E
(149,154,158)
#888C90
(136,140,144)
#7B7E82
(123,126,130)
#6E7074
(110,112,116)
#616266
(97,98,102)
#545458
(84,84,88)
#47464A
(71,70,74)
#3A383C
(58,56,60)
#2D2A2E
(45,42,46)
#201C20
(32,28,32)
#130E12
(19,14,18)
#000000
(0,0,0)

Tints of #959A9E

#959A9E
(149,154,158)
#9EA3A6
(158,163,166)
#A7ACAE
(167,172,174)
#B0B5B6
(176,181,182)
#B9BEBE
(185,190,190)
#C2C7C6
(194,199,198)
#CBD0CE
(203,208,206)
#D4D9D6
(212,217,214)
#DDE2DE
(221,226,222)
#E6EBE6
(230,235,230)
#EFF4EE
(239,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959A9E; }

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

This text font color is #959A9E.


Background Color

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

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

This div background color is #959A9E.


Border color

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

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

This div border color is #959A9E.


Opacity

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

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

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

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

This text has shadow with #959A9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959A9E on black background.


Color preview on white background

This text has color #959A9E on white background.



Black color preview on #959A9E background

This text has black color on #959A9E background.


White color preview on #959A9E background

This text has white color on #959A9E background.