COLOR #887D96

HEX: #887D96
RGB: (136,125,150)

Renk bilgisi

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

RGB renk modeli

#887D96 color RGB value is (136,125,150).

  • kırmız ton 136;
  • yeşil ton 125;
  • mavi ton 150.
RGB:
(136,125,150)
(53%,49%,59%)

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 125 of 255 = 49%
B 150 of 255 = 59%

136
125
150

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 125 + 150 = 411 (100%)
R 136 of 411 ~ 33.09%
G 125 of 411 ~ 30.41%
B 150 of 411 ~ 36.5%

%33.09
%30.41
%36.5

CMYK RENK MODELİ

#887D96 rengi CMYK tonu (9,17,0,41).

  • camgöbeği tonu 9.33%
  • eflatun tonu 16.67%
  • sarı tonu 0.00%
  • ana renk tonu 41.18%
CMYK:
(9,17,0,41)
C9M17Y0K41 
(9%,17%,0%,41%)
(0.09/0.17/0.00/0.41)	

CMYK yüzdeleri

%9.33
%16.67
%0
%41.18

Codes

Color #887D96 in popluar color models

887D96
RGB136125150
HSL266°10.64%53.92%
HSB/HSV266°16.67%58.82%
CMYK9.33%16.67%0.00%
41.18%

Color #887D96 in popluar number systems.

HEX887D96
Decimal136125150
Binary10001000111110110010110
Octal210175226

Shades and tints

Shades of #887D96

#887D96
(136,125,150)
#7C7289
(124,114,137)
#70677C
(112,103,124)
#645C6F
(100,92,111)
#585162
(88,81,98)
#4C4655
(76,70,85)
#403B48
(64,59,72)
#34303B
(52,48,59)
#28252E
(40,37,46)
#1C1A21
(28,26,33)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #887D96

#887D96
(136,125,150)
#92889F
(146,136,159)
#9C93A8
(156,147,168)
#A69EB1
(166,158,177)
#B0A9BA
(176,169,186)
#BAB4C3
(186,180,195)
#C4BFCC
(196,191,204)
#CECAD5
(206,202,213)
#D8D5DE
(216,213,222)
#E2E0E7
(226,224,231)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887D96 color. Also use rgb(136,125,150) instead hex code.

Text Font Color

.myTextColor { color: #887D96; }

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

This text font color is #887D96.


Background Color

.myBgColor { background-color: #887D96; }

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

This div background color is #887D96.


Border color

.myBorderColor { border: 1px solid #887D96; }

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

This div border color is #887D96.


Opacity

.myOpacity80 { color: #887D96; opacity: 0.8; }

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

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

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

This text has shadow with #887D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D96 on black background.


Color preview on white background

This text has color #887D96 on white background.



Black color preview on #887D96 background

This text has black color on #887D96 background.


White color preview on #887D96 background

This text has white color on #887D96 background.