COLOR #959FA7

HEX: #959FA7
RGB: (149,159,167)

Color info

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

RGB color model

#959FA7 color RGB value is (149,159,167).

  • red value is 149;
  • green value is 159;
  • blue value is 167.
RGB:
(149,159,167)
(58%,62%,65%)

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 167 of 255 = 65%

149
159
167

R + G + B ~ 62%. #959FA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 167 = 475 (100%)
R 149 of 475 ~ 31.37%
G 159 of 475 ~ 33.47%
B 167 of 475 ~ 35.16%

%31.37
%33.47
%35.16

CMYK color model

#959FA7 color CMYK value is (11,5,0,35).

  • cyan value is 10.78%
  • magenta value is 4.79%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,5,0,35)
C11M5Y0K35 
(11%,5%,0%,35%)
(0.11/0.05/0.00/0.35)	

CMYK percentages

%10.78
%4.79
%0
%34.51

Codes

Color #959FA7 in popluar color models

959FA7
RGB149159167
HSL207°9.28%61.96%
HSB/HSV207°10.78%65.49%
CMYK10.78%4.79%0.00%
34.51%

Color #959FA7 in popluar number systems.

HEX959FA7
Decimal149159167
Binary100101011001111110100111
Octal225237247

Shades and tints

Shades of #959FA7

#959FA7
(149,159,167)
#889198
(136,145,152)
#7B8389
(123,131,137)
#6E757A
(110,117,122)
#61676B
(97,103,107)
#54595C
(84,89,92)
#474B4D
(71,75,77)
#3A3D3E
(58,61,62)
#2D2F2F
(45,47,47)
#202120
(32,33,32)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #959FA7

#959FA7
(149,159,167)
#9EA7AF
(158,167,175)
#A7AFB7
(167,175,183)
#B0B7BF
(176,183,191)
#B9BFC7
(185,191,199)
#C2C7CF
(194,199,207)
#CBCFD7
(203,207,215)
#D4D7DF
(212,215,223)
#DDDFE7
(221,223,231)
#E6E7EF
(230,231,239)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959FA7 color. Also use rgb(149,159,167) instead hex code.

Text Font Color

.myTextColor { color: #959FA7; }

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

This text font color is #959FA7.


Background Color

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

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

This div background color is #959FA7.


Border color

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

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

This div border color is #959FA7.


Opacity

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

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

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

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

This text has shadow with #959FA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959FA7 on black background.


Color preview on white background

This text has color #959FA7 on white background.



Black color preview on #959FA7 background

This text has black color on #959FA7 background.


White color preview on #959FA7 background

This text has white color on #959FA7 background.