COLOR #957680

HEX: #957680
RGB: (149,118,128)

Color info

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

RGB color model

#957680 color RGB value is (149,118,128).

  • red value is 149;
  • green value is 118;
  • blue value is 128.
RGB:
(149,118,128)
(58%,46%,50%)

RGB channels and saturation

R 149 of 255 = 58%
G 118 of 255 = 46%
B 128 of 255 = 50%

149
118
128

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

Portions of RGB colors in percentages

R + G + B =
149 + 118 + 128 = 395 (100%)
R 149 of 395 ~ 37.72%
G 118 of 395 ~ 29.87%
B 128 of 395 ~ 32.41%

%37.72
%29.87
%32.41

CMYK color model

#957680 color CMYK value is (0,21,14,42).

  • cyan value is 0.00%
  • magenta value is 20.81%
  • yellow value is 14.09%
  • key color value is 41.57%
CMYK:
(0,21,14,42)
C0M21Y14K42 
(0%,21%,14%,42%)
(0.00/0.21/0.14/0.42)	

CMYK percentages

%0
%20.81
%14.09
%41.57

Codes

Color #957680 in popluar color models

957680
RGB149118128
HSL341°12.76%52.35%
HSB/HSV341°20.81%58.43%
CMYK0.00%20.81%14.09%
41.57%

Color #957680 in popluar number systems.

HEX957680
Decimal149118128
Binary10010101111011010000000
Octal225166200

Shades and tints

Shades of #957680

#957680
(149,118,128)
#886C75
(136,108,117)
#7B626A
(123,98,106)
#6E585F
(110,88,95)
#614E54
(97,78,84)
#544449
(84,68,73)
#473A3E
(71,58,62)
#3A3033
(58,48,51)
#2D2628
(45,38,40)
#201C1D
(32,28,29)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #957680

#957680
(149,118,128)
#9E828B
(158,130,139)
#A78E96
(167,142,150)
#B09AA1
(176,154,161)
#B9A6AC
(185,166,172)
#C2B2B7
(194,178,183)
#CBBEC2
(203,190,194)
#D4CACD
(212,202,205)
#DDD6D8
(221,214,216)
#E6E2E3
(230,226,227)
#EFEEEE
(239,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957680 color. Also use rgb(149,118,128) instead hex code.

Text Font Color

.myTextColor { color: #957680; }

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

This text font color is #957680.


Background Color

.myBgColor { background-color: #957680; }

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

This div background color is #957680.


Border color

.myBorderColor { border: 1px solid #957680; }

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

This div border color is #957680.


Opacity

.myOpacity80 { color: #957680; opacity: 0.8; }

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

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

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

This text has shadow with #957680 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957680 on black background.


Color preview on white background

This text has color #957680 on white background.



Black color preview on #957680 background

This text has black color on #957680 background.


White color preview on #957680 background

This text has white color on #957680 background.