COLOR #959DB9

HEX: #959DB9
RGB: (149,157,185)

Color info

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

RGB color model

#959DB9 color RGB value is (149,157,185).

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

RGB channels and saturation

R 149 of 255 = 58%
G 157 of 255 = 62%
B 185 of 255 = 73%

149
157
185

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

Portions of RGB colors in percentages

R + G + B =
149 + 157 + 185 = 491 (100%)
R 149 of 491 ~ 30.35%
G 157 of 491 ~ 31.98%
B 185 of 491 ~ 37.68%

%30.35
%31.98
%37.68

CMYK color model

#959DB9 color CMYK value is (19,15,0,27).

  • cyan value is 19.46%
  • magenta value is 15.14%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(19,15,0,27)
C19M15Y0K27 
(19%,15%,0%,27%)
(0.19/0.15/0.00/0.27)	

CMYK percentages

%19.46
%15.14
%0
%27.45

Codes

Color #959DB9 in popluar color models

959DB9
RGB149157185
HSL227°20.45%65.49%
HSB/HSV227°19.46%72.55%
CMYK19.46%15.14%0.00%
27.45%

Color #959DB9 in popluar number systems.

HEX959DB9
Decimal149157185
Binary100101011001110110111001
Octal225235271

Shades and tints

Shades of #959DB9

#959DB9
(149,157,185)
#888FA9
(136,143,169)
#7B8199
(123,129,153)
#6E7389
(110,115,137)
#616579
(97,101,121)
#545769
(84,87,105)
#474959
(71,73,89)
#3A3B49
(58,59,73)
#2D2D39
(45,45,57)
#201F29
(32,31,41)
#131119
(19,17,25)
#000000
(0,0,0)

Tints of #959DB9

#959DB9
(149,157,185)
#9EA5BF
(158,165,191)
#A7ADC5
(167,173,197)
#B0B5CB
(176,181,203)
#B9BDD1
(185,189,209)
#C2C5D7
(194,197,215)
#CBCDDD
(203,205,221)
#D4D5E3
(212,213,227)
#DDDDE9
(221,221,233)
#E6E5EF
(230,229,239)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #959DB9 color. Also use rgb(149,157,185) instead hex code.

Text Font Color

.myTextColor { color: #959DB9; }

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

This text font color is #959DB9.


Background Color

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

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

This div background color is #959DB9.


Border color

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

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

This div border color is #959DB9.


Opacity

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

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

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

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

This text has shadow with #959DB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #959DB9 on black background.


Color preview on white background

This text has color #959DB9 on white background.



Black color preview on #959DB9 background

This text has black color on #959DB9 background.


White color preview on #959DB9 background

This text has white color on #959DB9 background.