COLOR #956CBB

HEX: #956CBB
RGB: (149,108,187)

Color info

#956CBB contains mainly red and blue colors. Web safe color of #956CBB is #9966CC (or #96C).

RGB color model

#956CBB color RGB value is (149,108,187).

  • red value is 149;
  • green value is 108;
  • blue value is 187.
RGB:
(149,108,187)
(58%,42%,73%)

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 187 of 255 = 73%

149
108
187

R + G + B ~ 58%. #956CBB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 108 + 187 = 444 (100%)
R 149 of 444 ~ 33.56%
G 108 of 444 ~ 24.32%
B 187 of 444 ~ 42.12%

%33.56
%24.32
%42.12

CMYK color model

#956CBB color CMYK value is (20,42,0,27).

  • cyan value is 20.32%
  • magenta value is 42.25%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(20,42,0,27)
C20M42Y0K27 
(20%,42%,0%,27%)
(0.20/0.42/0.00/0.27)	

CMYK percentages

%20.32
%42.25
%0
%26.67

Codes

Color #956CBB in popluar color models

956CBB
RGB149108187
HSL271°36.74%57.84%
HSB/HSV271°42.25%73.33%
CMYK20.32%42.25%0.00%
26.67%

Color #956CBB in popluar number systems.

HEX956CBB
Decimal149108187
Binary10010101110110010111011
Octal225154273

Shades and tints

Shades of #956CBB

#956CBB
(149,108,187)
#8863AA
(136,99,170)
#7B5A99
(123,90,153)
#6E5188
(110,81,136)
#614877
(97,72,119)
#543F66
(84,63,102)
#473655
(71,54,85)
#3A2D44
(58,45,68)
#2D2433
(45,36,51)
#201B22
(32,27,34)
#131211
(19,18,17)
#000000
(0,0,0)

Tints of #956CBB

#956CBB
(149,108,187)
#9E79C1
(158,121,193)
#A786C7
(167,134,199)
#B093CD
(176,147,205)
#B9A0D3
(185,160,211)
#C2ADD9
(194,173,217)
#CBBADF
(203,186,223)
#D4C7E5
(212,199,229)
#DDD4EB
(221,212,235)
#E6E1F1
(230,225,241)
#EFEEF7
(239,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956CBB color. Also use rgb(149,108,187) instead hex code.

Text Font Color

.myTextColor { color: #956CBB; }

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

This text font color is #956CBB.


Background Color

.myBgColor { background-color: #956CBB; }

<div style="background-color:#956CBB">Inner text</div>

This div background color is #956CBB.


Border color

.myBorderColor { border: 1px solid #956CBB; }

<div style="border:3px solid #956CBB">Div</div>

This div border color is #956CBB.


Opacity

.myOpacity80 { color: #956CBB; opacity: 0.8; }

<p style="color:#956CBB;opacity:0.8;">80%</p>

Text with #956CBB 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 #956CBB;}

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

This text has shadow with #956CBB color.

.textShadow {text-shadow: 3px 3px 1px #956CBB, 3px 3px 1px red;}

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

This text has shadow with #956CBB primary color and red secondary color.


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

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

This text has shadow with #956CBB and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956CBB on black background.


Color preview on white background

This text has color #956CBB on white background.



Black color preview on #956CBB background

This text has black color on #956CBB background.


White color preview on #956CBB background

This text has white color on #956CBB background.