COLOR #957A91

HEX: #957A91
RGB: (149,122,145)

Color info

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

RGB color model

#957A91 color RGB value is (149,122,145).

  • red value is 149;
  • green value is 122;
  • blue value is 145.
RGB:
(149,122,145)
(58%,48%,57%)

RGB channels and saturation

R 149 of 255 = 58%
G 122 of 255 = 48%
B 145 of 255 = 57%

149
122
145

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

Portions of RGB colors in percentages

R + G + B =
149 + 122 + 145 = 416 (100%)
R 149 of 416 ~ 35.82%
G 122 of 416 ~ 29.33%
B 145 of 416 ~ 34.86%

%35.82
%29.33
%34.86

CMYK color model

#957A91 color CMYK value is (0,18,3,42).

  • cyan value is 0.00%
  • magenta value is 18.12%
  • yellow value is 2.68%
  • key color value is 41.57%
CMYK:
(0,18,3,42)
C0M18Y3K42 
(0%,18%,3%,42%)
(0.00/0.18/0.03/0.42)	

CMYK percentages

%0
%18.12
%2.68
%41.57

Codes

Color #957A91 in popluar color models

957A91
RGB149122145
HSL309°11.30%53.14%
HSB/HSV309°18.12%58.43%
CMYK0.00%18.12%2.68%
41.57%

Color #957A91 in popluar number systems.

HEX957A91
Decimal149122145
Binary10010101111101010010001
Octal225172221

Shades and tints

Shades of #957A91

#957A91
(149,122,145)
#886F84
(136,111,132)
#7B6477
(123,100,119)
#6E596A
(110,89,106)
#614E5D
(97,78,93)
#544350
(84,67,80)
#473843
(71,56,67)
#3A2D36
(58,45,54)
#2D2229
(45,34,41)
#20171C
(32,23,28)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #957A91

#957A91
(149,122,145)
#9E869B
(158,134,155)
#A792A5
(167,146,165)
#B09EAF
(176,158,175)
#B9AAB9
(185,170,185)
#C2B6C3
(194,182,195)
#CBC2CD
(203,194,205)
#D4CED7
(212,206,215)
#DDDAE1
(221,218,225)
#E6E6EB
(230,230,235)
#EFF2F5
(239,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957A91; }

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

This text font color is #957A91.


Background Color

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

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

This div background color is #957A91.


Border color

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

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

This div border color is #957A91.


Opacity

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

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

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

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

This text has shadow with #957A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957A91 on black background.


Color preview on white background

This text has color #957A91 on white background.



Black color preview on #957A91 background

This text has black color on #957A91 background.


White color preview on #957A91 background

This text has white color on #957A91 background.