COLOR #959BCD

HEX: #959BCD RGB: (149,155,205)

Color info

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

RGB color model

#959BCD color RGB value is (149,155,205).

RGB: (149,155,205) (58%, 61%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 205 of 255 = 80%

149
155
205

R + G + B ~ 66%. #959BCD is quite light color.

Portions of RGB colors in percentages

R + G + B = 149 + 155 + 205 = 509 (100%)
R 149 of 509 ~ 29.27%
G 155 of 509 ~ 30.45%
B 205 of 509 ~ 40.28'%

%29.27
%30.45
%40.28

CMYK color model

#959BCD color CMYK value is (27,24,0,20).

  • cyan value is 27.32%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 19.61%

CMYK: (27,24,0,20)
C27M24Y0K20 (27%, 24%, 0%, 20%)
(0.27 / 0.24 / 0.00 / 0.20)

CMYK percentages

%27.32
%24.39
%0
%19.61

Codes

Color #959BCD in popluar color models

95 9B CD
RGB 149 155 205
HSL 234° 35.90% 69.41%
HSB/HSV 234° 27.32% 80.39%
CMYK 27.32% 24.39% 0.00%
19.61%

Color #959BCD in popluar number systems.

HEX 95 9B CD
Decimal 149 155 205
Binary 10010101 10011011 11001101
Octal 225 233 315

Shades and tints

Shades of #959BCD

#959BCD
(149,155,205)
#888DBB
(136,141,187)
#7B7FA9
(123,127,169)
#6E7197
(110,113,151)
#616385
(97,99,133)
#545573
(84,85,115)
#474761
(71,71,97)
#3A394F
(58,57,79)
#2D2B3D
(45,43,61)
#201D2B
(32,29,43)
#130F19
(19,15,25)
#000000
(0,0,0)

Tints of #959BCD

#959BCD
(149,155,205)
#9EA4D1
(158,164,209)
#A7ADD5
(167,173,213)
#B0B6D9
(176,182,217)
#B9BFDD
(185,191,221)
#C2C8E1
(194,200,225)
#CBD1E5
(203,209,229)
#D4DAE9
(212,218,233)
#DDE3ED
(221,227,237)
#E6ECF1
(230,236,241)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BCD; }

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

This text font color is #959BCD.

Background Color

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

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

This div background color is #959BCD.

Border color

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

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

This div border color is #959BCD.

Opacity

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

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

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

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

This text has shadow with #959BCD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959BCD.

Preview

Color preview on black background

This text has color #959BCD on black background.


Color preview on white background

This text has color #959BCD on white background.


Black color preview on #959BCD background

This text has black color on #959BCD background.


White color preview on #959BCD background

This text has white color on #959BCD background.


Related colors

Complementary color

Complementary color for #hex is #6A6432.


I love getcolorcode.com

Triadic colors

1 #CD959B and #9BCD95 with #959BCD are triadic colors.

2 #CD9B95 and #9B95CD with #959BCD are triadic colors.