COLOR #956BA0

HEX: #956BA0
RGB: (149,107,160)

Color info

#956BA0 contains red, green and blue colors in about the same proportion. Web safe color of #956BA0 is #996699 (or #969).

RGB color model

#956BA0 color RGB value is (149,107,160).

  • red value is 149;
  • green value is 107;
  • blue value is 160.
RGB:
(149,107,160)
(58%,42%,63%)

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 160 of 255 = 63%

149
107
160

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

Portions of RGB colors in percentages

R + G + B =
149 + 107 + 160 = 416 (100%)
R 149 of 416 ~ 35.82%
G 107 of 416 ~ 25.72%
B 160 of 416 ~ 38.46%

%35.82
%25.72
%38.46

CMYK color model

#956BA0 color CMYK value is (7,33,0,37).

  • cyan value is 6.87%
  • magenta value is 33.13%
  • yellow value is 0.00%
  • key color value is 37.25%
CMYK:
(7,33,0,37)
C7M33Y0K37 
(7%,33%,0%,37%)
(0.07/0.33/0.00/0.37)	

CMYK percentages

%6.87
%33.13
%0
%37.25

Codes

Color #956BA0 in popluar color models

956BA0
RGB149107160
HSL288°21.81%52.35%
HSB/HSV288°33.13%62.75%
CMYK6.87%33.13%0.00%
37.25%

Color #956BA0 in popluar number systems.

HEX956BA0
Decimal149107160
Binary10010101110101110100000
Octal225153240

Shades and tints

Shades of #956BA0

#956BA0
(149,107,160)
#886292
(136,98,146)
#7B5984
(123,89,132)
#6E5076
(110,80,118)
#614768
(97,71,104)
#543E5A
(84,62,90)
#47354C
(71,53,76)
#3A2C3E
(58,44,62)
#2D2330
(45,35,48)
#201A22
(32,26,34)
#131114
(19,17,20)
#000000
(0,0,0)

Tints of #956BA0

#956BA0
(149,107,160)
#9E78A8
(158,120,168)
#A785B0
(167,133,176)
#B092B8
(176,146,184)
#B99FC0
(185,159,192)
#C2ACC8
(194,172,200)
#CBB9D0
(203,185,208)
#D4C6D8
(212,198,216)
#DDD3E0
(221,211,224)
#E6E0E8
(230,224,232)
#EFEDF0
(239,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956BA0 color. Also use rgb(149,107,160) instead hex code.

Text Font Color

.myTextColor { color: #956BA0; }

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

This text font color is #956BA0.


Background Color

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

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

This div background color is #956BA0.


Border color

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

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

This div border color is #956BA0.


Opacity

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

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

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

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

This text has shadow with #956BA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956BA0 on black background.


Color preview on white background

This text has color #956BA0 on white background.



Black color preview on #956BA0 background

This text has black color on #956BA0 background.


White color preview on #956BA0 background

This text has white color on #956BA0 background.