COLOR #959BB2

HEX: #959BB2
RGB: (149,155,178)

Color info

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

RGB color model

#959BB2 color RGB value is (149,155,178).

  • red value is 149;
  • green value is 155;
  • blue value is 178.
RGB:
(149,155,178)
(58%,61%,70%)

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 178 of 255 = 70%

149
155
178

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 178 = 482 (100%)
R 149 of 482 ~ 30.91%
G 155 of 482 ~ 32.16%
B 178 of 482 ~ 36.93%

%30.91
%32.16
%36.93

CMYK color model

#959BB2 color CMYK value is (16,13,0,30).

  • cyan value is 16.29%
  • magenta value is 12.92%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(16,13,0,30)
C16M13Y0K30 
(16%,13%,0%,30%)
(0.16/0.13/0.00/0.30)	

CMYK percentages

%16.29
%12.92
%0
%30.2

Codes

Color #959BB2 in popluar color models

959BB2
RGB149155178
HSL228°15.85%64.12%
HSB/HSV228°16.29%69.80%
CMYK16.29%12.92%0.00%
30.20%

Color #959BB2 in popluar number systems.

HEX959BB2
Decimal149155178
Binary100101011001101110110010
Octal225233262

Shades and tints

Shades of #959BB2

#959BB2
(149,155,178)
#888DA2
(136,141,162)
#7B7F92
(123,127,146)
#6E7182
(110,113,130)
#616372
(97,99,114)
#545562
(84,85,98)
#474752
(71,71,82)
#3A3942
(58,57,66)
#2D2B32
(45,43,50)
#201D22
(32,29,34)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #959BB2

#959BB2
(149,155,178)
#9EA4B9
(158,164,185)
#A7ADC0
(167,173,192)
#B0B6C7
(176,182,199)
#B9BFCE
(185,191,206)
#C2C8D5
(194,200,213)
#CBD1DC
(203,209,220)
#D4DAE3
(212,218,227)
#DDE3EA
(221,227,234)
#E6ECF1
(230,236,241)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959BB2 color. Also use rgb(149,155,178) instead hex code.

Text Font Color

.myTextColor { color: #959BB2; }

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

This text font color is #959BB2.


Background Color

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

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

This div background color is #959BB2.


Border color

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

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

This div border color is #959BB2.


Opacity

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

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

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

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

This text has shadow with #959BB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BB2 on black background.


Color preview on white background

This text has color #959BB2 on white background.



Black color preview on #959BB2 background

This text has black color on #959BB2 background.


White color preview on #959BB2 background

This text has white color on #959BB2 background.