COLOR #957D87

HEX: #957D87
RGB: (149,125,135)

Renk bilgisi

#957D87 contains red, green and blue colors in about the same proportion. #957D87 ‘ nin web güvenlik rengi #996699 (ya da #969) dir.

RGB renk modeli

#957D87 color RGB value is (149,125,135).

  • kırmız ton 149;
  • yeşil ton 125;
  • mavi ton 135.
RGB:
(149,125,135)
(58%,49%,53%)

RGB bağlantıları ve doygunluk

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

149
125
135

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

Yüzdelerle RGB renk parçaları

R + G + B =
149 + 125 + 135 = 409 (100%)
R 149 of 409 ~ 36.43%
G 125 of 409 ~ 30.56%
B 135 of 409 ~ 33.01%

%36.43
%30.56
%33.01

CMYK RENK MODELİ

#957D87 rengi CMYK tonu (0,16,9,42).

  • camgöbeği tonu 0.00%
  • eflatun tonu 16.11%
  • sarı tonu 9.40%
  • ana renk tonu 41.57%
CMYK:
(0,16,9,42)
C0M16Y9K42 
(0%,16%,9%,42%)
(0.00/0.16/0.09/0.42)	

CMYK yüzdeleri

%0
%16.11
%9.4
%41.57

Codes

Color #957D87 in popluar color models

957D87
RGB149125135
HSL335°10.17%53.73%
HSB/HSV335°16.11%58.43%
CMYK0.00%16.11%9.40%
41.57%

Color #957D87 in popluar number systems.

HEX957D87
Decimal149125135
Binary10010101111110110000111
Octal225175207

Shades and tints

Shades of #957D87

#957D87
(149,125,135)
#88727B
(136,114,123)
#7B676F
(123,103,111)
#6E5C63
(110,92,99)
#615157
(97,81,87)
#54464B
(84,70,75)
#473B3F
(71,59,63)
#3A3033
(58,48,51)
#2D2527
(45,37,39)
#201A1B
(32,26,27)
#130F0F
(19,15,15)
#000000
(0,0,0)

Tints of #957D87

#957D87
(149,125,135)
#9E8891
(158,136,145)
#A7939B
(167,147,155)
#B09EA5
(176,158,165)
#B9A9AF
(185,169,175)
#C2B4B9
(194,180,185)
#CBBFC3
(203,191,195)
#D4CACD
(212,202,205)
#DDD5D7
(221,213,215)
#E6E0E1
(230,224,225)
#EFEBEB
(239,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #957D87; }

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

This text font color is #957D87.


Background Color

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

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

This div background color is #957D87.


Border color

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

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

This div border color is #957D87.


Opacity

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

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

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

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

This text has shadow with #957D87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #957D87 on black background.


Color preview on white background

This text has color #957D87 on white background.



Black color preview on #957D87 background

This text has black color on #957D87 background.


White color preview on #957D87 background

This text has white color on #957D87 background.