COLOR #959ECB

HEX: #959ECB
RGB: (149,158,203)

Color info

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

RGB color model

#959ECB color RGB value is (149,158,203).

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

RGB channels and saturation

R 149 of 255 = 58%
G 158 of 255 = 62%
B 203 of 255 = 80%

149
158
203

R + G + B ~ 67%. #959ECB is quite light color.

Portions of RGB colors in percentages

R + G + B =
149 + 158 + 203 = 510 (100%)
R 149 of 510 ~ 29.22%
G 158 of 510 ~ 30.98%
B 203 of 510 ~ 39.8%

%29.22
%30.98
%39.8

CMYK color model

#959ECB color CMYK value is (27,22,0,20).

  • cyan value is 26.60%
  • magenta value is 22.17%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(27,22,0,20)
C27M22Y0K20 
(27%,22%,0%,20%)
(0.27/0.22/0.00/0.20)	

CMYK percentages

%26.6
%22.17
%0
%20.39

Codes

Color #959ECB in popluar color models

959ECB
RGB149158203
HSL230°34.18%69.02%
HSB/HSV230°26.60%79.61%
CMYK26.60%22.17%0.00%
20.39%

Color #959ECB in popluar number systems.

HEX959ECB
Decimal149158203
Binary100101011001111011001011
Octal225236313

Shades and tints

Shades of #959ECB

#959ECB
(149,158,203)
#8890B9
(136,144,185)
#7B82A7
(123,130,167)
#6E7495
(110,116,149)
#616683
(97,102,131)
#545871
(84,88,113)
#474A5F
(71,74,95)
#3A3C4D
(58,60,77)
#2D2E3B
(45,46,59)
#202029
(32,32,41)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #959ECB

#959ECB
(149,158,203)
#9EA6CF
(158,166,207)
#A7AED3
(167,174,211)
#B0B6D7
(176,182,215)
#B9BEDB
(185,190,219)
#C2C6DF
(194,198,223)
#CBCEE3
(203,206,227)
#D4D6E7
(212,214,231)
#DDDEEB
(221,222,235)
#E6E6EF
(230,230,239)
#EFEEF3
(239,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959ECB; }

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

This text font color is #959ECB.


Background Color

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

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

This div background color is #959ECB.


Border color

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

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

This div border color is #959ECB.


Opacity

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

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

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

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

This text has shadow with #959ECB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959ECB on black background.


Color preview on white background

This text has color #959ECB on white background.



Black color preview on #959ECB background

This text has black color on #959ECB background.


White color preview on #959ECB background

This text has white color on #959ECB background.