COLOR #959BA7

HEX: #959BA7
RGB: (149,155,167)

Color info

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

RGB color model

#959BA7 color RGB value is (149,155,167).

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

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 167 of 255 = 65%

149
155
167

R + G + B ~ 61%. #959BA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 167 = 471 (100%)
R 149 of 471 ~ 31.63%
G 155 of 471 ~ 32.91%
B 167 of 471 ~ 35.46%

%31.63
%32.91
%35.46

CMYK color model

#959BA7 color CMYK value is (11,7,0,35).

  • cyan value is 10.78%
  • magenta value is 7.19%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(11,7,0,35)
C11M7Y0K35 
(11%,7%,0%,35%)
(0.11/0.07/0.00/0.35)	

CMYK percentages

%10.78
%7.19
%0
%34.51

Codes

Color #959BA7 in popluar color models

959BA7
RGB149155167
HSL220°9.28%61.96%
HSB/HSV220°10.78%65.49%
CMYK10.78%7.19%0.00%
34.51%

Color #959BA7 in popluar number systems.

HEX959BA7
Decimal149155167
Binary100101011001101110100111
Octal225233247

Shades and tints

Shades of #959BA7

#959BA7
(149,155,167)
#888D98
(136,141,152)
#7B7F89
(123,127,137)
#6E717A
(110,113,122)
#61636B
(97,99,107)
#54555C
(84,85,92)
#47474D
(71,71,77)
#3A393E
(58,57,62)
#2D2B2F
(45,43,47)
#201D20
(32,29,32)
#130F11
(19,15,17)
#000000
(0,0,0)

Tints of #959BA7

#959BA7
(149,155,167)
#9EA4AF
(158,164,175)
#A7ADB7
(167,173,183)
#B0B6BF
(176,182,191)
#B9BFC7
(185,191,199)
#C2C8CF
(194,200,207)
#CBD1D7
(203,209,215)
#D4DADF
(212,218,223)
#DDE3E7
(221,227,231)
#E6ECEF
(230,236,239)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BA7; }

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

This text font color is #959BA7.


Background Color

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

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

This div background color is #959BA7.


Border color

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

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

This div border color is #959BA7.


Opacity

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

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

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

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

This text has shadow with #959BA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BA7 on black background.


Color preview on white background

This text has color #959BA7 on white background.



Black color preview on #959BA7 background

This text has black color on #959BA7 background.


White color preview on #959BA7 background

This text has white color on #959BA7 background.