COLOR #959E8F

HEX: #959E8F
RGB: (149,158,143)

Color info

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

RGB color model

#959E8F color RGB value is (149,158,143).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 143 of 255 = 56%

149
158
143

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

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 143 = 450 (100%)
R 149 of 450 ~ 33.11%
G 158 of 450 ~ 35.11%
B 143 of 450 ~ 31.78%

%33.11
%35.11
%31.78

CMYK color model

#959E8F color CMYK value is (6,0,9,38).

  • cyan value is 5.70%
  • magenta value is 0.00%
  • yellow value is 9.49%
  • key color value is 38.04%
CMYK:
(6,0,9,38)
C6M0Y9K38 
(6%,0%,9%,38%)
(0.06/0.00/0.09/0.38)	

CMYK percentages

%5.7
%0
%9.49
%38.04

Codes

Color #959E8F in popluar color models

959E8F
RGB149158143
HSL96°7.18%59.02%
HSB/HSV96°9.49%61.96%
CMYK5.70%0.00%9.49%
38.04%

Color #959E8F in popluar number systems.

HEX959E8F
Decimal149158143
Binary100101011001111010001111
Octal225236217

Shades and tints

Shades of #959E8F

#959E8F
(149,158,143)
#889082
(136,144,130)
#7B8275
(123,130,117)
#6E7468
(110,116,104)
#61665B
(97,102,91)
#54584E
(84,88,78)
#474A41
(71,74,65)
#3A3C34
(58,60,52)
#2D2E27
(45,46,39)
#20201A
(32,32,26)
#13120D
(19,18,13)
#000000
(0,0,0)

Tints of #959E8F

#959E8F
(149,158,143)
#9EA699
(158,166,153)
#A7AEA3
(167,174,163)
#B0B6AD
(176,182,173)
#B9BEB7
(185,190,183)
#C2C6C1
(194,198,193)
#CBCECB
(203,206,203)
#D4D6D5
(212,214,213)
#DDDEDF
(221,222,223)
#E6E6E9
(230,230,233)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959E8F; }

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

This text font color is #959E8F.


Background Color

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

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

This div background color is #959E8F.


Border color

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

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

This div border color is #959E8F.


Opacity

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

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

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

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

This text has shadow with #959E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959E8F on black background.


Color preview on white background

This text has color #959E8F on white background.



Black color preview on #959E8F background

This text has black color on #959E8F background.


White color preview on #959E8F background

This text has white color on #959E8F background.