COLOR #887D85

HEX: #887D85
RGB: (136,125,133)

Renk bilgisi

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

RGB renk modeli

#887D85 color RGB value is (136,125,133).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 125 of 255 = 49%
B 133 of 255 = 52%

136
125
133

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 125 + 133 = 394 (100%)
R 136 of 394 ~ 34.52%
G 125 of 394 ~ 31.73%
B 133 of 394 ~ 33.76%

%34.52
%31.73
%33.76

CMYK RENK MODELİ

#887D85 rengi CMYK tonu (0,8,2,47).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.09%
  • sarı tonu 2.21%
  • ana renk tonu 46.67%
CMYK:
(0,8,2,47)
C0M8Y2K47 
(0%,8%,2%,47%)
(0.00/0.08/0.02/0.47)	

CMYK yüzdeleri

%0
%8.09
%2.21
%46.67

Codes

Color #887D85 in popluar color models

887D85
RGB136125133
HSL316°4.42%51.18%
HSB/HSV316°8.09%53.33%
CMYK0.00%8.09%2.21%
46.67%

Color #887D85 in popluar number systems.

HEX887D85
Decimal136125133
Binary10001000111110110000101
Octal210175205

Shades and tints

Shades of #887D85

#887D85
(136,125,133)
#7C7279
(124,114,121)
#70676D
(112,103,109)
#645C61
(100,92,97)
#585155
(88,81,85)
#4C4649
(76,70,73)
#403B3D
(64,59,61)
#343031
(52,48,49)
#282525
(40,37,37)
#1C1A19
(28,26,25)
#100F0D
(16,15,13)
#000000
(0,0,0)

Tints of #887D85

#887D85
(136,125,133)
#928890
(146,136,144)
#9C939B
(156,147,155)
#A69EA6
(166,158,166)
#B0A9B1
(176,169,177)
#BAB4BC
(186,180,188)
#C4BFC7
(196,191,199)
#CECAD2
(206,202,210)
#D8D5DD
(216,213,221)
#E2E0E8
(226,224,232)
#ECEBF3
(236,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D85; }

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

This text font color is #887D85.


Background Color

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

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

This div background color is #887D85.


Border color

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

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

This div border color is #887D85.


Opacity

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

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

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

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

This text has shadow with #887D85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D85 on black background.


Color preview on white background

This text has color #887D85 on white background.



Black color preview on #887D85 background

This text has black color on #887D85 background.


White color preview on #887D85 background

This text has white color on #887D85 background.