COLOR #956C83

HEX: #956C83
RGB: (149,108,131)

Color info

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

RGB color model

#956C83 color RGB value is (149,108,131).

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

RGB channels and saturation

R 149 of 255 = 58%
G 108 of 255 = 42%
B 131 of 255 = 51%

149
108
131

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

Portions of RGB colors in percentages

R + G + B =
149 + 108 + 131 = 388 (100%)
R 149 of 388 ~ 38.4%
G 108 of 388 ~ 27.84%
B 131 of 388 ~ 33.76%

%38.4
%27.84
%33.76

CMYK color model

#956C83 color CMYK value is (0,28,12,42).

  • cyan value is 0.00%
  • magenta value is 27.52%
  • yellow value is 12.08%
  • key color value is 41.57%
CMYK:
(0,28,12,42)
C0M28Y12K42 
(0%,28%,12%,42%)
(0.00/0.28/0.12/0.42)	

CMYK percentages

%0
%27.52
%12.08
%41.57

Codes

Color #956C83 in popluar color models

956C83
RGB149108131
HSL326°16.21%50.39%
HSB/HSV326°27.52%58.43%
CMYK0.00%27.52%12.08%
41.57%

Color #956C83 in popluar number systems.

HEX956C83
Decimal149108131
Binary10010101110110010000011
Octal225154203

Shades and tints

Shades of #956C83

#956C83
(149,108,131)
#886378
(136,99,120)
#7B5A6D
(123,90,109)
#6E5162
(110,81,98)
#614857
(97,72,87)
#543F4C
(84,63,76)
#473641
(71,54,65)
#3A2D36
(58,45,54)
#2D242B
(45,36,43)
#201B20
(32,27,32)
#131215
(19,18,21)
#000000
(0,0,0)

Tints of #956C83

#956C83
(149,108,131)
#9E798E
(158,121,142)
#A78699
(167,134,153)
#B093A4
(176,147,164)
#B9A0AF
(185,160,175)
#C2ADBA
(194,173,186)
#CBBAC5
(203,186,197)
#D4C7D0
(212,199,208)
#DDD4DB
(221,212,219)
#E6E1E6
(230,225,230)
#EFEEF1
(239,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956C83; }

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

This text font color is #956C83.


Background Color

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

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

This div background color is #956C83.


Border color

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

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

This div border color is #956C83.


Opacity

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

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

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

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

This text has shadow with #956C83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956C83 on black background.


Color preview on white background

This text has color #956C83 on white background.



Black color preview on #956C83 background

This text has black color on #956C83 background.


White color preview on #956C83 background

This text has white color on #956C83 background.