COLOR #959EBA

HEX: #959EBA
RGB: (149,158,186)

Color info

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

RGB color model

#959EBA color RGB value is (149,158,186).

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

RGB channels and saturation

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

149
158
186

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

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 186 = 493 (100%)
R 149 of 493 ~ 30.22%
G 158 of 493 ~ 32.05%
B 186 of 493 ~ 37.73%

%30.22
%32.05
%37.73

CMYK color model

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

  • cyan value is 19.89%
  • magenta value is 15.05%
  • 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
%15.05
%0
%27.06

Codes

Color #959EBA in popluar color models

959EBA
RGB149158186
HSL225°21.14%65.69%
HSB/HSV225°19.89%72.94%
CMYK19.89%15.05%0.00%
27.06%

Color #959EBA in popluar number systems.

HEX959EBA
Decimal149158186
Binary100101011001111010111010
Octal225236272

Shades and tints

Shades of #959EBA

#959EBA
(149,158,186)
#8890AA
(136,144,170)
#7B829A
(123,130,154)
#6E748A
(110,116,138)
#61667A
(97,102,122)
#54586A
(84,88,106)
#474A5A
(71,74,90)
#3A3C4A
(58,60,74)
#2D2E3A
(45,46,58)
#20202A
(32,32,42)
#13121A
(19,18,26)
#000000
(0,0,0)

Tints of #959EBA

#959EBA
(149,158,186)
#9EA6C0
(158,166,192)
#A7AEC6
(167,174,198)
#B0B6CC
(176,182,204)
#B9BED2
(185,190,210)
#C2C6D8
(194,198,216)
#CBCEDE
(203,206,222)
#D4D6E4
(212,214,228)
#DDDEEA
(221,222,234)
#E6E6F0
(230,230,240)
#EFEEF6
(239,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959EBA; }

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

This text font color is #959EBA.


Background Color

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

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

This div background color is #959EBA.


Border color

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

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

This div border color is #959EBA.


Opacity

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

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

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

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

This text has shadow with #959EBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959EBA on black background.


Color preview on white background

This text has color #959EBA on white background.



Black color preview on #959EBA background

This text has black color on #959EBA background.


White color preview on #959EBA background

This text has white color on #959EBA background.