COLOR #956A7B

HEX: #956A7B
RGB: (149,106,123)

Color info

#956A7B contains red, green and blue colors in about the same proportion. Web safe color of #956A7B is #996666 (or #966).

RGB color model

#956A7B color RGB value is (149,106,123).

  • red value is 149;
  • green value is 106;
  • blue value is 123.
RGB:
(149,106,123)
(58%,42%,48%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 123 of 255 = 48%

149
106
123

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

Portions of RGB colors in percentages

R + G + B =
149 + 106 + 123 = 378 (100%)
R 149 of 378 ~ 39.42%
G 106 of 378 ~ 28.04%
B 123 of 378 ~ 32.54%

%39.42
%28.04
%32.54

CMYK color model

#956A7B color CMYK value is (0,29,17,42).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 17.45%
  • key color value is 41.57%
CMYK:
(0,29,17,42)
C0M29Y17K42 
(0%,29%,17%,42%)
(0.00/0.29/0.17/0.42)	

CMYK percentages

%0
%28.86
%17.45
%41.57

Codes

Color #956A7B in popluar color models

956A7B
RGB149106123
HSL336°16.86%50.00%
HSB/HSV336°28.86%58.43%
CMYK0.00%28.86%17.45%
41.57%

Color #956A7B in popluar number systems.

HEX956A7B
Decimal149106123
Binary1001010111010101111011
Octal225152173

Shades and tints

Shades of #956A7B

#956A7B
(149,106,123)
#886170
(136,97,112)
#7B5865
(123,88,101)
#6E4F5A
(110,79,90)
#61464F
(97,70,79)
#543D44
(84,61,68)
#473439
(71,52,57)
#3A2B2E
(58,43,46)
#2D2223
(45,34,35)
#201918
(32,25,24)
#13100D
(19,16,13)
#000000
(0,0,0)

Tints of #956A7B

#956A7B
(149,106,123)
#9E7787
(158,119,135)
#A78493
(167,132,147)
#B0919F
(176,145,159)
#B99EAB
(185,158,171)
#C2ABB7
(194,171,183)
#CBB8C3
(203,184,195)
#D4C5CF
(212,197,207)
#DDD2DB
(221,210,219)
#E6DFE7
(230,223,231)
#EFECF3
(239,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #956A7B color. Also use rgb(149,106,123) instead hex code.

Text Font Color

.myTextColor { color: #956A7B; }

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

This text font color is #956A7B.


Background Color

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

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

This div background color is #956A7B.


Border color

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

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

This div border color is #956A7B.


Opacity

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

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

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

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

This text has shadow with #956A7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #956A7B on black background.


Color preview on white background

This text has color #956A7B on white background.



Black color preview on #956A7B background

This text has black color on #956A7B background.


White color preview on #956A7B background

This text has white color on #956A7B background.