COLOR #887182

HEX: #887182
RGB: (136,113,130)

Color info

#887182 contains red, green and blue colors in about the same proportion. Web safe color of #887182 is #996699 (or #969).

RGB color model

#887182 color RGB value is (136,113,130).

  • red value is 136;
  • green value is 113;
  • blue value is 130.
RGB:
(136,113,130)
(53%,44%,51%)

RGB channels and saturation

R 136 of 255 = 53%
G 113 of 255 = 44%
B 130 of 255 = 51%

136
113
130

R + G + B ~ 49%. #887182 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
136 + 113 + 130 = 379 (100%)
R 136 of 379 ~ 35.88%
G 113 of 379 ~ 29.82%
B 130 of 379 ~ 34.3%

%35.88
%29.82
%34.3

CMYK color model

#887182 color CMYK value is (0,17,4,47).

  • cyan value is 0.00%
  • magenta value is 16.91%
  • yellow value is 4.41%
  • key color value is 46.67%
CMYK:
(0,17,4,47)
C0M17Y4K47 
(0%,17%,4%,47%)
(0.00/0.17/0.04/0.47)	

CMYK percentages

%0
%16.91
%4.41
%46.67

Codes

Color #887182 in popluar color models

887182
RGB136113130
HSL316°9.24%48.82%
HSB/HSV316°16.91%53.33%
CMYK0.00%16.91%4.41%
46.67%

Color #887182 in popluar number systems.

HEX887182
Decimal136113130
Binary10001000111000110000010
Octal210161202

Shades and tints

Shades of #887182

#887182
(136,113,130)
#7C6777
(124,103,119)
#705D6C
(112,93,108)
#645361
(100,83,97)
#584956
(88,73,86)
#4C3F4B
(76,63,75)
#403540
(64,53,64)
#342B35
(52,43,53)
#28212A
(40,33,42)
#1C171F
(28,23,31)
#100D14
(16,13,20)
#000000
(0,0,0)

Tints of #887182

#887182
(136,113,130)
#927D8D
(146,125,141)
#9C8998
(156,137,152)
#A695A3
(166,149,163)
#B0A1AE
(176,161,174)
#BAADB9
(186,173,185)
#C4B9C4
(196,185,196)
#CEC5CF
(206,197,207)
#D8D1DA
(216,209,218)
#E2DDE5
(226,221,229)
#ECE9F0
(236,233,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887182 color. Also use rgb(136,113,130) instead hex code.

Text Font Color

.myTextColor { color: #887182; }

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

This text font color is #887182.


Background Color

.myBgColor { background-color: #887182; }

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

This div background color is #887182.


Border color

.myBorderColor { border: 1px solid #887182; }

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

This div border color is #887182.


Opacity

.myOpacity80 { color: #887182; opacity: 0.8; }

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

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

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

This text has shadow with #887182 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887182 on black background.


Color preview on white background

This text has color #887182 on white background.



Black color preview on #887182 background

This text has black color on #887182 background.


White color preview on #887182 background

This text has white color on #887182 background.