COLOR #959BBA

HEX: #959BBA
RGB: (149,155,186)

Color info

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

RGB color model

#959BBA color RGB value is (149,155,186).

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

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 186 of 255 = 73%

149
155
186

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

Portions of RGB colors in percentages

R + G + B =
149 + 155 + 186 = 490 (100%)
R 149 of 490 ~ 30.41%
G 155 of 490 ~ 31.63%
B 186 of 490 ~ 37.96%

%30.41
%31.63
%37.96

CMYK color model

#959BBA color CMYK value is (20,17,0,27).

  • cyan value is 19.89%
  • magenta value is 16.67%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,17,0,27)
C20M17Y0K27 
(20%,17%,0%,27%)
(0.20/0.17/0.00/0.27)	

CMYK percentages

%19.89
%16.67
%0
%27.06

Codes

Color #959BBA in popluar color models

959BBA
RGB149155186
HSL230°21.14%65.69%
HSB/HSV230°19.89%72.94%
CMYK19.89%16.67%0.00%
27.06%

Color #959BBA in popluar number systems.

HEX959BBA
Decimal149155186
Binary100101011001101110111010
Octal225233272

Shades and tints

Shades of #959BBA

#959BBA
(149,155,186)
#888DAA
(136,141,170)
#7B7F9A
(123,127,154)
#6E718A
(110,113,138)
#61637A
(97,99,122)
#54556A
(84,85,106)
#47475A
(71,71,90)
#3A394A
(58,57,74)
#2D2B3A
(45,43,58)
#201D2A
(32,29,42)
#130F1A
(19,15,26)
#000000
(0,0,0)

Tints of #959BBA

#959BBA
(149,155,186)
#9EA4C0
(158,164,192)
#A7ADC6
(167,173,198)
#B0B6CC
(176,182,204)
#B9BFD2
(185,191,210)
#C2C8D8
(194,200,216)
#CBD1DE
(203,209,222)
#D4DAE4
(212,218,228)
#DDE3EA
(221,227,234)
#E6ECF0
(230,236,240)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BBA; }

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

This text font color is #959BBA.


Background Color

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

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

This div background color is #959BBA.


Border color

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

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

This div border color is #959BBA.


Opacity

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

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

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

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

This text has shadow with #959BBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959BBA on black background.


Color preview on white background

This text has color #959BBA on white background.



Black color preview on #959BBA background

This text has black color on #959BBA background.


White color preview on #959BBA background

This text has white color on #959BBA background.