COLOR #959FBA

HEX: #959FBA
RGB: (149,159,186)

Color info

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

RGB color model

#959FBA color RGB value is (149,159,186).

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

RGB channels and saturation

R 149 of 255 = 58%
G 159 of 255 = 62%
B 186 of 255 = 73%

149
159
186

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

Portions of RGB colors in percentages

R + G + B =
149 + 159 + 186 = 494 (100%)
R 149 of 494 ~ 30.16%
G 159 of 494 ~ 32.19%
B 186 of 494 ~ 37.65%

%30.16
%32.19
%37.65

CMYK color model

#959FBA color CMYK value is (20,15,0,27).

  • cyan value is 19.89%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(20,15,0,27)
C20M15Y0K27 
(20%,15%,0%,27%)
(0.20/0.15/0.00/0.27)	

CMYK percentages

%19.89
%14.52
%0
%27.06

Codes

Color #959FBA in popluar color models

959FBA
RGB149159186
HSL224°21.14%65.69%
HSB/HSV224°19.89%72.94%
CMYK19.89%14.52%0.00%
27.06%

Color #959FBA in popluar number systems.

HEX959FBA
Decimal149159186
Binary100101011001111110111010
Octal225237272

Shades and tints

Shades of #959FBA

#959FBA
(149,159,186)
#8891AA
(136,145,170)
#7B839A
(123,131,154)
#6E758A
(110,117,138)
#61677A
(97,103,122)
#54596A
(84,89,106)
#474B5A
(71,75,90)
#3A3D4A
(58,61,74)
#2D2F3A
(45,47,58)
#20212A
(32,33,42)
#13131A
(19,19,26)
#000000
(0,0,0)

Tints of #959FBA

#959FBA
(149,159,186)
#9EA7C0
(158,167,192)
#A7AFC6
(167,175,198)
#B0B7CC
(176,183,204)
#B9BFD2
(185,191,210)
#C2C7D8
(194,199,216)
#CBCFDE
(203,207,222)
#D4D7E4
(212,215,228)
#DDDFEA
(221,223,234)
#E6E7F0
(230,231,240)
#EFEFF6
(239,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959FBA; }

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

This text font color is #959FBA.


Background Color

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

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

This div background color is #959FBA.


Border color

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

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

This div border color is #959FBA.


Opacity

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

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

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

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

This text has shadow with #959FBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959FBA on black background.


Color preview on white background

This text has color #959FBA on white background.



Black color preview on #959FBA background

This text has black color on #959FBA background.


White color preview on #959FBA background

This text has white color on #959FBA background.