COLOR #959FAF

HEX: #959FAF
RGB: (149,159,175)

Color info

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

RGB color model

#959FAF color RGB value is (149,159,175).

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

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 175 of 255 = 69%

149
159
175

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

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 175 = 483 (100%)
R 149 of 483 ~ 30.85%
G 159 of 483 ~ 32.92%
B 175 of 483 ~ 36.23%

%30.85
%32.92
%36.23

CMYK color model

#959FAF color CMYK value is (15,9,0,31).

  • cyan value is 14.86%
  • magenta value is 9.14%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(15,9,0,31)
C15M9Y0K31 
(15%,9%,0%,31%)
(0.15/0.09/0.00/0.31)	

CMYK percentages

%14.86
%9.14
%0
%31.37

Codes

Color #959FAF in popluar color models

959FAF
RGB149159175
HSL217°13.98%63.53%
HSB/HSV217°14.86%68.63%
CMYK14.86%9.14%0.00%
31.37%

Color #959FAF in popluar number systems.

HEX959FAF
Decimal149159175
Binary100101011001111110101111
Octal225237257

Shades and tints

Shades of #959FAF

#959FAF
(149,159,175)
#8891A0
(136,145,160)
#7B8391
(123,131,145)
#6E7582
(110,117,130)
#616773
(97,103,115)
#545964
(84,89,100)
#474B55
(71,75,85)
#3A3D46
(58,61,70)
#2D2F37
(45,47,55)
#202128
(32,33,40)
#131319
(19,19,25)
#000000
(0,0,0)

Tints of #959FAF

#959FAF
(149,159,175)
#9EA7B6
(158,167,182)
#A7AFBD
(167,175,189)
#B0B7C4
(176,183,196)
#B9BFCB
(185,191,203)
#C2C7D2
(194,199,210)
#CBCFD9
(203,207,217)
#D4D7E0
(212,215,224)
#DDDFE7
(221,223,231)
#E6E7EE
(230,231,238)
#EFEFF5
(239,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959FAF; }

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

This text font color is #959FAF.


Background Color

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

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

This div background color is #959FAF.


Border color

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

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

This div border color is #959FAF.


Opacity

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

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

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

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

This text has shadow with #959FAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959FAF on black background.


Color preview on white background

This text has color #959FAF on white background.



Black color preview on #959FAF background

This text has black color on #959FAF background.


White color preview on #959FAF background

This text has white color on #959FAF background.