COLOR #959FB1

HEX: #959FB1
RGB: (149,159,177)

Color info

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

RGB color model

#959FB1 color RGB value is (149,159,177).

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

RGB channels and saturation

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

149
159
177

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

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 177 = 485 (100%)
R 149 of 485 ~ 30.72%
G 159 of 485 ~ 32.78%
B 177 of 485 ~ 36.49%

%30.72
%32.78
%36.49

CMYK color model

#959FB1 color CMYK value is (16,10,0,31).

  • cyan value is 15.82%
  • magenta value is 10.17%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(16,10,0,31)
C16M10Y0K31 
(16%,10%,0%,31%)
(0.16/0.10/0.00/0.31)	

CMYK percentages

%15.82
%10.17
%0
%30.59

Codes

Color #959FB1 in popluar color models

959FB1
RGB149159177
HSL219°15.22%63.92%
HSB/HSV219°15.82%69.41%
CMYK15.82%10.17%0.00%
30.59%

Color #959FB1 in popluar number systems.

HEX959FB1
Decimal149159177
Binary100101011001111110110001
Octal225237261

Shades and tints

Shades of #959FB1

#959FB1
(149,159,177)
#8891A1
(136,145,161)
#7B8391
(123,131,145)
#6E7581
(110,117,129)
#616771
(97,103,113)
#545961
(84,89,97)
#474B51
(71,75,81)
#3A3D41
(58,61,65)
#2D2F31
(45,47,49)
#202121
(32,33,33)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #959FB1

#959FB1
(149,159,177)
#9EA7B8
(158,167,184)
#A7AFBF
(167,175,191)
#B0B7C6
(176,183,198)
#B9BFCD
(185,191,205)
#C2C7D4
(194,199,212)
#CBCFDB
(203,207,219)
#D4D7E2
(212,215,226)
#DDDFE9
(221,223,233)
#E6E7F0
(230,231,240)
#EFEFF7
(239,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959FB1; }

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

This text font color is #959FB1.


Background Color

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

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

This div background color is #959FB1.


Border color

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

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

This div border color is #959FB1.


Opacity

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

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

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

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

This text has shadow with #959FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959FB1 on black background.


Color preview on white background

This text has color #959FB1 on white background.



Black color preview on #959FB1 background

This text has black color on #959FB1 background.


White color preview on #959FB1 background

This text has white color on #959FB1 background.