COLOR #959BC6

HEX: #959BC6 RGB: (149,155,198)

Color info

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

RGB color model

#959BC6 color RGB value is (149,155,198).

RGB: (149,155,198) (58%, 61%, 78%)

RGB channels and saturation

R 149 of 255 = 58%
G 155 of 255 = 61%
B 198 of 255 = 78%

149
155
198

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

Portions of RGB colors in percentages

R + G + B = 149 + 155 + 198 = 502 (100%)
R 149 of 502 ~ 29.68%
G 155 of 502 ~ 30.88%
B 198 of 502 ~ 39.44'%

%29.68
%30.88
%39.44

CMYK color model

#959BC6 color CMYK value is (25,22,0,22).

  • cyan value is 24.75%
  • magenta value is 21.72%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (25,22,0,22)
C25M22Y0K22 (25%, 22%, 0%, 22%)
(0.25 / 0.22 / 0.00 / 0.22)

CMYK percentages

%24.75
%21.72
%0
%22.35

Codes

Color #959BC6 in popluar color models

95 9B C6
RGB 149 155 198
HSL 233° 30.06% 68.04%
HSB/HSV 233° 24.75% 77.65%
CMYK 24.75% 21.72% 0.00%
22.35%

Color #959BC6 in popluar number systems.

HEX 95 9B C6
Decimal 149 155 198
Binary 10010101 10011011 11000110
Octal 225 233 306

Shades and tints

Shades of #959BC6

#959BC6
(149,155,198)
#888DB4
(136,141,180)
#7B7FA2
(123,127,162)
#6E7190
(110,113,144)
#61637E
(97,99,126)
#54556C
(84,85,108)
#47475A
(71,71,90)
#3A3948
(58,57,72)
#2D2B36
(45,43,54)
#201D24
(32,29,36)
#130F12
(19,15,18)
#000000
(0,0,0)

Tints of #959BC6

#959BC6
(149,155,198)
#9EA4CB
(158,164,203)
#A7ADD0
(167,173,208)
#B0B6D5
(176,182,213)
#B9BFDA
(185,191,218)
#C2C8DF
(194,200,223)
#CBD1E4
(203,209,228)
#D4DAE9
(212,218,233)
#DDE3EE
(221,227,238)
#E6ECF3
(230,236,243)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #959BC6; }

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

This text font color is #959BC6.

Background Color

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

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

This div background color is #959BC6.

Border color

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

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

This div border color is #959BC6.

Opacity

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

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

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

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

This text has shadow with #959BC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #959BC6.

Preview

Color preview on black background

This text has color #959BC6 on black background.


Color preview on white background

This text has color #959BC6 on white background.


Black color preview on #959BC6 background

This text has black color on #959BC6 background.


White color preview on #959BC6 background

This text has white color on #959BC6 background.


Related colors

Complementary color

Complementary color for #hex is #6A6439.


I love getcolorcode.com

Triadic colors

1 #C6959B and #9BC695 with #959BC6 are triadic colors.

2 #C69B95 and #9B95C6 with #959BC6 are triadic colors.