COLOR #959CCB

HEX: #959CCB RGB: (149,156,203)

Color info

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

RGB color model

#959CCB color RGB value is (149,156,203).

RGB: (149,156,203) (58%, 61%, 80%)

RGB channels and saturation

R 149 of 255 = 58%
G 156 of 255 = 61%
B 203 of 255 = 80%

149
156
203

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

Portions of RGB colors in percentages

R + G + B = 149 + 156 + 203 = 508 (100%)
R 149 of 508 ~ 29.33%
G 156 of 508 ~ 30.71%
B 203 of 508 ~ 39.96'%

%29.33
%30.71
%39.96

CMYK color model

#959CCB color CMYK value is (27,23,0,20).

  • cyan value is 26.60%
  • magenta value is 23.15%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (27,23,0,20)
C27M23Y0K20 (27%, 23%, 0%, 20%)
(0.27 / 0.23 / 0.00 / 0.20)

CMYK percentages

%26.6
%23.15
%0
%20.39

Codes

Color #959CCB in popluar color models

95 9C CB
RGB 149 156 203
HSL 232° 34.18% 69.02%
HSB/HSV 232° 26.60% 79.61%
CMYK 26.60% 23.15% 0.00%
20.39%

Color #959CCB in popluar number systems.

HEX 95 9C CB
Decimal 149 156 203
Binary 10010101 10011100 11001011
Octal 225 234 313

Shades and tints

Shades of #959CCB

#959CCB
(149,156,203)
#888EB9
(136,142,185)
#7B80A7
(123,128,167)
#6E7295
(110,114,149)
#616483
(97,100,131)
#545671
(84,86,113)
#47485F
(71,72,95)
#3A3A4D
(58,58,77)
#2D2C3B
(45,44,59)
#201E29
(32,30,41)
#131017
(19,16,23)
#000000
(0,0,0)

Tints of #959CCB

#959CCB
(149,156,203)
#9EA5CF
(158,165,207)
#A7AED3
(167,174,211)
#B0B7D7
(176,183,215)
#B9C0DB
(185,192,219)
#C2C9DF
(194,201,223)
#CBD2E3
(203,210,227)
#D4DBE7
(212,219,231)
#DDE4EB
(221,228,235)
#E6EDEF
(230,237,239)
#EFF6F3
(239,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959CCB; }

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

This text font color is #959CCB.

Background Color

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

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

This div background color is #959CCB.

Border color

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

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

This div border color is #959CCB.

Opacity

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

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

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

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

This text has shadow with #959CCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959CCB.

Preview

Color preview on black background

This text has color #959CCB on black background.


Color preview on white background

This text has color #959CCB on white background.


Black color preview on #959CCB background

This text has black color on #959CCB background.


White color preview on #959CCB background

This text has white color on #959CCB background.


Related colors

Complementary color

Complementary color for #hex is #6A6334.


I love getcolorcode.com

Triadic colors

1 #CB959C and #9CCB95 with #959CCB are triadic colors.

2 #CB9C95 and #9C95CB with #959CCB are triadic colors.