COLOR #957C91

HEX: #957C91 RGB: (149,124,145)

Color info

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

RGB color model

#957C91 color RGB value is (149,124,145).

RGB: (149,124,145) (58%, 49%, 57%)

RGB channels and saturation

R 149 of 255 = 58%
G 124 of 255 = 49%
B 145 of 255 = 57%

149
124
145

R + G + B ~ 55%. #957C91 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 124 + 145 = 418 (100%)
R 149 of 418 ~ 35.65%
G 124 of 418 ~ 29.67%
B 145 of 418 ~ 34.69'%

%35.65
%29.67
%34.69

CMYK color model

#957C91 color CMYK value is (0,17,3,42).

  • cyan value is 0.00%
  • magenta value is 16.78%
  • yellow value is 2.68%
  • key color value is 41.57%

CMYK: (0,17,3,42)
C0M17Y3K42 (0%, 17%, 3%, 42%)
(0.00 / 0.17 / 0.03 / 0.42)

CMYK percentages

%0
%16.78
%2.68
%41.57

Codes

Color #957C91 in popluar color models

95 7C 91
RGB 149 124 145
HSL 310° 10.55% 53.53%
HSB/HSV 310° 16.78% 58.43%
CMYK 0.00% 16.78% 2.68%
41.57%

Color #957C91 in popluar number systems.

HEX 95 7C 91
Decimal 149 124 145
Binary 10010101 1111100 10010001
Octal 225 174 221

Shades and tints

Shades of #957C91

#957C91
(149,124,145)
#887184
(136,113,132)
#7B6677
(123,102,119)
#6E5B6A
(110,91,106)
#61505D
(97,80,93)
#544550
(84,69,80)
#473A43
(71,58,67)
#3A2F36
(58,47,54)
#2D2429
(45,36,41)
#20191C
(32,25,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #957C91

#957C91
(149,124,145)
#9E879B
(158,135,155)
#A792A5
(167,146,165)
#B09DAF
(176,157,175)
#B9A8B9
(185,168,185)
#C2B3C3
(194,179,195)
#CBBECD
(203,190,205)
#D4C9D7
(212,201,215)
#DDD4E1
(221,212,225)
#E6DFEB
(230,223,235)
#EFEAF5
(239,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957C91 color. Also use rgb(149,124,145) instead hex code.

Text Font Color

.myTextColor { color: #957C91; }

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

This text font color is #957C91.

Background Color

.myBgColor { background-color: #957C91; }

<div style="background-color:#957C91">Inner text</div>

This div background color is #957C91.

Border color

.myBorderColor { border: 1px solid #957C91; }

<div style="border:3px solid #957C91">Div</div>

This div border color is #957C91.

Opacity

.myOpacity80 { color: #957C91; opacity: 0.8; }

<p style="color:#957C91;opacity:0.8;">80%</p>

Text with #957C91 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 #957C91;}

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

This text has shadow with #957C91 color.


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

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

This text has shadow with #957C91 primary color and red secondary color.


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

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

This text has shadow with #957C91 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #957C91.

Preview

Color preview on black background

This text has color #957C91 on black background.


Color preview on white background

This text has color #957C91 on white background.


Black color preview on #957C91 background

This text has black color on #957C91 background.


White color preview on #957C91 background

This text has white color on #957C91 background.


Related colors

Complementary color

Complementary color for #hex is #6A836E.


I love getcolorcode.com

Triadic colors

1 #91957C and #7C9195 with #957C91 are triadic colors.

2 #917C95 and #7C9591 with #957C91 are triadic colors.