COLOR #956B91

HEX: #956B91 RGB: (149,107,145)

Color info

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

RGB color model

#956B91 color RGB value is (149,107,145).

RGB: (149,107,145) (58%, 42%, 57%)

RGB channels and saturation

R 149 of 255 = 58%
G 107 of 255 = 42%
B 145 of 255 = 57%

149
107
145

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

Portions of RGB colors in percentages

R + G + B = 149 + 107 + 145 = 401 (100%)
R 149 of 401 ~ 37.16%
G 107 of 401 ~ 26.68%
B 145 of 401 ~ 36.16'%

%37.16
%26.68
%36.16

CMYK color model

#956B91 color CMYK value is (0,28,3,42).

  • cyan value is 0.00%
  • magenta value is 28.19%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK: (0,28,3,42) C0M28Y3K42 (0%,28%,3%,42%) (0.00/0.28/0.03/0.42) 

CMYK percentages

%0
%28.19
%2.68
%41.57

Codes

Color #956B91 in popluar color models

95 6B 91
RGB 149 107 145
HSL 306° 16.54% 50.20%
HSB/HSV 306° 28.19% 58.43%
CMYK 0.00% 28.19% 2.68%
41.57%

Color #956B91 in popluar number systems.

HEX 95 6B 91
Decimal 149 107 145
Binary 10010101 1101011 10010001
Octal 225 153 221

Shades and tints

Shades of #956B91

#956B91
(149,107,145)
#886284
(136,98,132)
#7B5977
(123,89,119)
#6E506A
(110,80,106)
#61475D
(97,71,93)
#543E50
(84,62,80)
#473543
(71,53,67)
#3A2C36
(58,44,54)
#2D2329
(45,35,41)
#201A1C
(32,26,28)
#13110F
(19,17,15)
#000000
(0,0,0)

Tints of #956B91

#956B91
(149,107,145)
#9E789B
(158,120,155)
#A785A5
(167,133,165)
#B092AF
(176,146,175)
#B99FB9
(185,159,185)
#C2ACC3
(194,172,195)
#CBB9CD
(203,185,205)
#D4C6D7
(212,198,215)
#DDD3E1
(221,211,225)
#E6E0EB
(230,224,235)
#EFEDF5
(239,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #956B91; }

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

This text font color is #956B91.

Background Color

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

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

This div background color is #956B91.

Border color

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

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

This div border color is #956B91.

Opacity

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

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

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

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

This text has shadow with #956B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #956B91.

Preview

Color preview on black background

This text has color #956B91 on black background.


Color preview on white background

This text has color #956B91 on white background.


Black color preview on #956B91 background

This text has black color on #956B91 background.


White color preview on #956B91 background

This text has white color on #956B91 background.


Related colors

Complementary color

Complementary color for #hex is #6A946E.


I love getcolorcode.com

Triadic colors

1 #91956B and #6B9195 with #956B91 are triadic colors.

2 #916B95 and #6B9591 with #956B91 are triadic colors.