COLOR #887D93

HEX: #887D93
RGB: (136,125,147)

Renk bilgisi

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

RGB renk modeli

#887D93 color RGB value is (136,125,147).

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

RGB bağlantıları ve doygunluk

R 136 of 255 = 53%
G 125 of 255 = 49%
B 147 of 255 = 58%

136
125
147

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

Yüzdelerle RGB renk parçaları

R + G + B =
136 + 125 + 147 = 408 (100%)
R 136 of 408 ~ 33.33%
G 125 of 408 ~ 30.64%
B 147 of 408 ~ 36.03%

%33.33
%30.64
%36.03

CMYK RENK MODELİ

#887D93 rengi CMYK tonu (7,15,0,42).

  • camgöbeği tonu 7.48%
  • eflatun tonu 14.97%
  • sarı tonu 0.00%
  • ana renk tonu 42.35%
CMYK:
(7,15,0,42)
C7M15Y0K42 
(7%,15%,0%,42%)
(0.07/0.15/0.00/0.42)	

CMYK yüzdeleri

%7.48
%14.97
%0
%42.35

Codes

Color #887D93 in popluar color models

887D93
RGB136125147
HSL270°9.24%53.33%
HSB/HSV270°14.97%57.65%
CMYK7.48%14.97%0.00%
42.35%

Color #887D93 in popluar number systems.

HEX887D93
Decimal136125147
Binary10001000111110110010011
Octal210175223

Shades and tints

Shades of #887D93

#887D93
(136,125,147)
#7C7286
(124,114,134)
#706779
(112,103,121)
#645C6C
(100,92,108)
#58515F
(88,81,95)
#4C4652
(76,70,82)
#403B45
(64,59,69)
#343038
(52,48,56)
#28252B
(40,37,43)
#1C1A1E
(28,26,30)
#100F11
(16,15,17)
#000000
(0,0,0)

Tints of #887D93

#887D93
(136,125,147)
#92889C
(146,136,156)
#9C93A5
(156,147,165)
#A69EAE
(166,158,174)
#B0A9B7
(176,169,183)
#BAB4C0
(186,180,192)
#C4BFC9
(196,191,201)
#CECAD2
(206,202,210)
#D8D5DB
(216,213,219)
#E2E0E4
(226,224,228)
#ECEBED
(236,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887D93; }

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

This text font color is #887D93.


Background Color

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

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

This div background color is #887D93.


Border color

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

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

This div border color is #887D93.


Opacity

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

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

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

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

This text has shadow with #887D93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887D93 on black background.


Color preview on white background

This text has color #887D93 on white background.



Black color preview on #887D93 background

This text has black color on #887D93 background.


White color preview on #887D93 background

This text has white color on #887D93 background.