COLOR #959CA7

HEX: #959CA7
RGB: (149,156,167)

Color info

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

RGB color model

#959CA7 color RGB value is (149,156,167).

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

RGB channels and saturation

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

149
156
167

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

Portions of RGB colors in percentages

R + G + B =
149 + 156 + 167 = 472 (100%)
R 149 of 472 ~ 31.57%
G 156 of 472 ~ 33.05%
B 167 of 472 ~ 35.38%

%31.57
%33.05
%35.38

CMYK color model

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

  • cyan value is 10.78%
  • magenta value is 6.59%
  • 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
%6.59
%0
%34.51

Codes

Color #959CA7 in popluar color models

959CA7
RGB149156167
HSL217°9.28%61.96%
HSB/HSV217°10.78%65.49%
CMYK10.78%6.59%0.00%
34.51%

Color #959CA7 in popluar number systems.

HEX959CA7
Decimal149156167
Binary100101011001110010100111
Octal225234247

Shades and tints

Shades of #959CA7

#959CA7
(149,156,167)
#888E98
(136,142,152)
#7B8089
(123,128,137)
#6E727A
(110,114,122)
#61646B
(97,100,107)
#54565C
(84,86,92)
#47484D
(71,72,77)
#3A3A3E
(58,58,62)
#2D2C2F
(45,44,47)
#201E20
(32,30,32)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #959CA7

#959CA7
(149,156,167)
#9EA5AF
(158,165,175)
#A7AEB7
(167,174,183)
#B0B7BF
(176,183,191)
#B9C0C7
(185,192,199)
#C2C9CF
(194,201,207)
#CBD2D7
(203,210,215)
#D4DBDF
(212,219,223)
#DDE4E7
(221,228,231)
#E6EDEF
(230,237,239)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959CA7; }

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

This text font color is #959CA7.


Background Color

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

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

This div background color is #959CA7.


Border color

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

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

This div border color is #959CA7.


Opacity

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

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

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

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

This text has shadow with #959CA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959CA7 on black background.


Color preview on white background

This text has color #959CA7 on white background.



Black color preview on #959CA7 background

This text has black color on #959CA7 background.


White color preview on #959CA7 background

This text has white color on #959CA7 background.