COLOR #959FA1

HEX: #959FA1
RGB: (149,159,161)

Color info

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

RGB color model

#959FA1 color RGB value is (149,159,161).

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

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 161 of 255 = 63%

149
159
161

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

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 161 = 469 (100%)
R 149 of 469 ~ 31.77%
G 159 of 469 ~ 33.9%
B 161 of 469 ~ 34.33%

%31.77
%33.9
%34.33

CMYK color model

#959FA1 color CMYK value is (7,1,0,37).

  • cyan value is 7.45%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 36.86%
CMYK:
(7,1,0,37)
C7M1Y0K37 
(7%,1%,0%,37%)
(0.07/0.01/0.00/0.37)	

CMYK percentages

%7.45
%1.24
%0
%36.86

Codes

Color #959FA1 in popluar color models

959FA1
RGB149159161
HSL190°6.00%60.78%
HSB/HSV190°7.45%63.14%
CMYK7.45%1.24%0.00%
36.86%

Color #959FA1 in popluar number systems.

HEX959FA1
Decimal149159161
Binary100101011001111110100001
Octal225237241

Shades and tints

Shades of #959FA1

#959FA1
(149,159,161)
#889193
(136,145,147)
#7B8385
(123,131,133)
#6E7577
(110,117,119)
#616769
(97,103,105)
#54595B
(84,89,91)
#474B4D
(71,75,77)
#3A3D3F
(58,61,63)
#2D2F31
(45,47,49)
#202123
(32,33,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #959FA1

#959FA1
(149,159,161)
#9EA7A9
(158,167,169)
#A7AFB1
(167,175,177)
#B0B7B9
(176,183,185)
#B9BFC1
(185,191,193)
#C2C7C9
(194,199,201)
#CBCFD1
(203,207,209)
#D4D7D9
(212,215,217)
#DDDFE1
(221,223,225)
#E6E7E9
(230,231,233)
#EFEFF1
(239,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959FA1; }

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

This text font color is #959FA1.


Background Color

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

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

This div background color is #959FA1.


Border color

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

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

This div border color is #959FA1.


Opacity

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

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

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

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

This text has shadow with #959FA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959FA1 on black background.


Color preview on white background

This text has color #959FA1 on white background.



Black color preview on #959FA1 background

This text has black color on #959FA1 background.


White color preview on #959FA1 background

This text has white color on #959FA1 background.