COLOR #959BBD

HEX: #959BBD
RGB: (149,155,189)

Color info

#959BBD contains red, green and blue colors in about the same proportion. Web safe color of #959BBD is #9999CC (or #99C).

RGB color model

#959BBD color RGB value is (149,155,189).

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

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 189 of 255 = 74%

149
155
189

R + G + B ~ 64%. #959BBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 189 = 493 (100%)
R 149 of 493 ~ 30.22%
G 155 of 493 ~ 31.44%
B 189 of 493 ~ 38.34%

%30.22
%31.44
%38.34

CMYK color model

#959BBD color CMYK value is (21,18,0,26).

  • cyan value is 21.16%
  • magenta value is 17.99%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(21,18,0,26)
C21M18Y0K26 
(21%,18%,0%,26%)
(0.21/0.18/0.00/0.26)	

CMYK percentages

%21.16
%17.99
%0
%25.88

Codes

Color #959BBD in popluar color models

959BBD
RGB149155189
HSL231°23.26%66.27%
HSB/HSV231°21.16%74.12%
CMYK21.16%17.99%0.00%
25.88%

Color #959BBD in popluar number systems.

HEX959BBD
Decimal149155189
Binary100101011001101110111101
Octal225233275

Shades and tints

Shades of #959BBD

#959BBD
(149,155,189)
#888DAC
(136,141,172)
#7B7F9B
(123,127,155)
#6E718A
(110,113,138)
#616379
(97,99,121)
#545568
(84,85,104)
#474757
(71,71,87)
#3A3946
(58,57,70)
#2D2B35
(45,43,53)
#201D24
(32,29,36)
#130F13
(19,15,19)
#000000
(0,0,0)

Tints of #959BBD

#959BBD
(149,155,189)
#9EA4C3
(158,164,195)
#A7ADC9
(167,173,201)
#B0B6CF
(176,182,207)
#B9BFD5
(185,191,213)
#C2C8DB
(194,200,219)
#CBD1E1
(203,209,225)
#D4DAE7
(212,218,231)
#DDE3ED
(221,227,237)
#E6ECF3
(230,236,243)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BBD; }

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

This text font color is #959BBD.


Background Color

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

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

This div background color is #959BBD.


Border color

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

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

This div border color is #959BBD.


Opacity

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

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

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

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

This text has shadow with #959BBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BBD on black background.


Color preview on white background

This text has color #959BBD on white background.



Black color preview on #959BBD background

This text has black color on #959BBD background.


White color preview on #959BBD background

This text has white color on #959BBD background.