COLOR #957D86

HEX: #957D86
RGB: (149,125,134)

Color info

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

RGB color model

#957D86 color RGB value is (149,125,134).

  • red value is 149;
  • green value is 125;
  • blue value is 134.
RGB:
(149,125,134)
(58%,49%,53%)

RGB channels and saturation

R 149 of 255 = 58%
G 125 of 255 = 49%
B 134 of 255 = 53%

149
125
134

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

Portions of RGB colors in percentages

R + G + B =
149 + 125 + 134 = 408 (100%)
R 149 of 408 ~ 36.52%
G 125 of 408 ~ 30.64%
B 134 of 408 ~ 32.84%

%36.52
%30.64
%32.84

CMYK color model

#957D86 color CMYK value is (0,16,10,42).

  • cyan value is 0.00%
  • magenta value is 16.11%
  • yellow value is 10.07%
  • key color value is 41.57%
CMYK:
(0,16,10,42)
C0M16Y10K42 
(0%,16%,10%,42%)
(0.00/0.16/0.10/0.42)	

CMYK percentages

%0
%16.11
%10.07
%41.57

Codes

Color #957D86 in popluar color models

957D86
RGB149125134
HSL338°10.17%53.73%
HSB/HSV338°16.11%58.43%
CMYK0.00%16.11%10.07%
41.57%

Color #957D86 in popluar number systems.

HEX957D86
Decimal149125134
Binary10010101111110110000110
Octal225175206

Shades and tints

Shades of #957D86

#957D86
(149,125,134)
#88727A
(136,114,122)
#7B676E
(123,103,110)
#6E5C62
(110,92,98)
#615156
(97,81,86)
#54464A
(84,70,74)
#473B3E
(71,59,62)
#3A3032
(58,48,50)
#2D2526
(45,37,38)
#201A1A
(32,26,26)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #957D86

#957D86
(149,125,134)
#9E8891
(158,136,145)
#A7939C
(167,147,156)
#B09EA7
(176,158,167)
#B9A9B2
(185,169,178)
#C2B4BD
(194,180,189)
#CBBFC8
(203,191,200)
#D4CAD3
(212,202,211)
#DDD5DE
(221,213,222)
#E6E0E9
(230,224,233)
#EFEBF4
(239,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #957D86 color. Also use rgb(149,125,134) instead hex code.

Text Font Color

.myTextColor { color: #957D86; }

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

This text font color is #957D86.


Background Color

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

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

This div background color is #957D86.


Border color

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

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

This div border color is #957D86.


Opacity

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

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

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

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

This text has shadow with #957D86 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D86 on black background.


Color preview on white background

This text has color #957D86 on white background.



Black color preview on #957D86 background

This text has black color on #957D86 background.


White color preview on #957D86 background

This text has white color on #957D86 background.