COLOR #956A84

HEX: #956A84 RGB: (149,106,132)

Color info

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

RGB color model

#956A84 color RGB value is (149,106,132).

RGB: (149,106,132) (58%, 42%, 52%)

RGB channels and saturation

R 149 of 255 = 58%
G 106 of 255 = 42%
B 132 of 255 = 52%

149
106
132

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

Portions of RGB colors in percentages

R + G + B = 149 + 106 + 132 = 387 (100%)
R 149 of 387 ~ 38.5%
G 106 of 387 ~ 27.39%
B 132 of 387 ~ 34.11'%

%38.5
%27.39
%34.11

CMYK color model

#956A84 color CMYK value is (0,29,11,42).

  • cyan value is 0.00%
  • magenta value is 28.86%
  • yellow value is 11.41%
  • key color value is 41.57%

CMYK: (0,29,11,42)
C0M29Y11K42 (0%, 29%, 11%, 42%)
(0.00 / 0.29 / 0.11 / 0.42)

CMYK percentages

%0
%28.86
%11.41
%41.57

Codes

Color #956A84 in popluar color models

95 6A 84
RGB 149 106 132
HSL 324° 16.86% 50.00%
HSB/HSV 324° 28.86% 58.43%
CMYK 0.00% 28.86% 11.41%
41.57%

Color #956A84 in popluar number systems.

HEX 95 6A 84
Decimal 149 106 132
Binary 10010101 1101010 10000100
Octal 225 152 204

Shades and tints

Shades of #956A84

#956A84
(149,106,132)
#886178
(136,97,120)
#7B586C
(123,88,108)
#6E4F60
(110,79,96)
#614654
(97,70,84)
#543D48
(84,61,72)
#47343C
(71,52,60)
#3A2B30
(58,43,48)
#2D2224
(45,34,36)
#201918
(32,25,24)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #956A84

#956A84
(149,106,132)
#9E778F
(158,119,143)
#A7849A
(167,132,154)
#B091A5
(176,145,165)
#B99EB0
(185,158,176)
#C2ABBB
(194,171,187)
#CBB8C6
(203,184,198)
#D4C5D1
(212,197,209)
#DDD2DC
(221,210,220)
#E6DFE7
(230,223,231)
#EFECF2
(239,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956A84; }

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

This text font color is #956A84.

Background Color

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

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

This div background color is #956A84.

Border color

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

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

This div border color is #956A84.

Opacity

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

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

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

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

This text has shadow with #956A84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956A84.

Preview

Color preview on black background

This text has color #956A84 on black background.


Color preview on white background

This text has color #956A84 on white background.


Black color preview on #956A84 background

This text has black color on #956A84 background.


White color preview on #956A84 background

This text has white color on #956A84 background.


Related colors

Complementary color

Complementary color for #hex is #6A957B.


I love getcolorcode.com

Triadic colors

1 #84956A and #6A8495 with #956A84 are triadic colors.

2 #846A95 and #6A9584 with #956A84 are triadic colors.