COLOR #959FAD

HEX: #959FAD
RGB: (149,159,173)

Color info

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

RGB color model

#959FAD color RGB value is (149,159,173).

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

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 173 of 255 = 68%

149
159
173

R + G + B ~ 63%. #959FAD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 173 = 481 (100%)
R 149 of 481 ~ 30.98%
G 159 of 481 ~ 33.06%
B 173 of 481 ~ 35.97%

%30.98
%33.06
%35.97

CMYK color model

#959FAD color CMYK value is (14,8,0,32).

  • cyan value is 13.87%
  • magenta value is 8.09%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(14,8,0,32)
C14M8Y0K32 
(14%,8%,0%,32%)
(0.14/0.08/0.00/0.32)	

CMYK percentages

%13.87
%8.09
%0
%32.16

Codes

Color #959FAD in popluar color models

959FAD
RGB149159173
HSL215°12.77%63.14%
HSB/HSV215°13.87%67.84%
CMYK13.87%8.09%0.00%
32.16%

Color #959FAD in popluar number systems.

HEX959FAD
Decimal149159173
Binary100101011001111110101101
Octal225237255

Shades and tints

Shades of #959FAD

#959FAD
(149,159,173)
#88919E
(136,145,158)
#7B838F
(123,131,143)
#6E7580
(110,117,128)
#616771
(97,103,113)
#545962
(84,89,98)
#474B53
(71,75,83)
#3A3D44
(58,61,68)
#2D2F35
(45,47,53)
#202126
(32,33,38)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #959FAD

#959FAD
(149,159,173)
#9EA7B4
(158,167,180)
#A7AFBB
(167,175,187)
#B0B7C2
(176,183,194)
#B9BFC9
(185,191,201)
#C2C7D0
(194,199,208)
#CBCFD7
(203,207,215)
#D4D7DE
(212,215,222)
#DDDFE5
(221,223,229)
#E6E7EC
(230,231,236)
#EFEFF3
(239,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959FAD; }

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

This text font color is #959FAD.


Background Color

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

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

This div background color is #959FAD.


Border color

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

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

This div border color is #959FAD.


Opacity

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

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

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

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

This text has shadow with #959FAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959FAD on black background.


Color preview on white background

This text has color #959FAD on white background.



Black color preview on #959FAD background

This text has black color on #959FAD background.


White color preview on #959FAD background

This text has white color on #959FAD background.