COLOR #887D8A

HEX: #887D8A
RGB: (136,125,138)

Renk bilgisi

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

RGB renk modeli

#887D8A color RGB value is (136,125,138).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 125 of 255 = 49%
B 138 of 255 = 54%

136
125
138

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 125 + 138 = 399 (100%)
R 136 of 399 ~ 34.09%
G 125 of 399 ~ 31.33%
B 138 of 399 ~ 34.59%

%34.09
%31.33
%34.59

CMYK RENK MODELİ

#887D8A rengi CMYK tonu (1,9,0,46).

  • camgöbeği tonu 1.45%
  • eflatun tonu 9.42%
  • sarı tonu 0.00%
  • ana renk tonu 45.88%
CMYK:
(1,9,0,46)
C1M9Y0K46 
(1%,9%,0%,46%)
(0.01/0.09/0.00/0.46)	

CMYK yüzdeleri

%1.45
%9.42
%0
%45.88

Codes

Color #887D8A in popluar color models

887D8A
RGB136125138
HSL291°5.26%51.57%
HSB/HSV291°9.42%54.12%
CMYK1.45%9.42%0.00%
45.88%

Color #887D8A in popluar number systems.

HEX887D8A
Decimal136125138
Binary10001000111110110001010
Octal210175212

Shades and tints

Shades of #887D8A

#887D8A
(136,125,138)
#7C727E
(124,114,126)
#706772
(112,103,114)
#645C66
(100,92,102)
#58515A
(88,81,90)
#4C464E
(76,70,78)
#403B42
(64,59,66)
#343036
(52,48,54)
#28252A
(40,37,42)
#1C1A1E
(28,26,30)
#100F12
(16,15,18)
#000000
(0,0,0)

Tints of #887D8A

#887D8A
(136,125,138)
#928894
(146,136,148)
#9C939E
(156,147,158)
#A69EA8
(166,158,168)
#B0A9B2
(176,169,178)
#BAB4BC
(186,180,188)
#C4BFC6
(196,191,198)
#CECAD0
(206,202,208)
#D8D5DA
(216,213,218)
#E2E0E4
(226,224,228)
#ECEBEE
(236,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D8A; }

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

This text font color is #887D8A.


Background Color

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

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

This div background color is #887D8A.


Border color

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

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

This div border color is #887D8A.


Opacity

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

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

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

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

This text has shadow with #887D8A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D8A on black background.


Color preview on white background

This text has color #887D8A on white background.



Black color preview on #887D8A background

This text has black color on #887D8A background.


White color preview on #887D8A background

This text has white color on #887D8A background.