COLOR #887985

HEX: #887985
RGB: (136,121,133)

Color info

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

RGB color model

#887985 color RGB value is (136,121,133).

  • red value is 136;
  • green value is 121;
  • blue value is 133.
RGB:
(136,121,133)
(53%,47%,52%)

RGB channels and saturation

R 136 of 255 = 53%
G 121 of 255 = 47%
B 133 of 255 = 52%

136
121
133

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

Portions of RGB colors in percentages

R + G + B =
136 + 121 + 133 = 390 (100%)
R 136 of 390 ~ 34.87%
G 121 of 390 ~ 31.03%
B 133 of 390 ~ 34.1%

%34.87
%31.03
%34.1

CMYK color model

#887985 color CMYK value is (0,11,2,47).

  • cyan value is 0.00%
  • magenta value is 11.03%
  • yellow value is 2.21%
  • key color value is 46.67%
CMYK:
(0,11,2,47)
C0M11Y2K47 
(0%,11%,2%,47%)
(0.00/0.11/0.02/0.47)	

CMYK percentages

%0
%11.03
%2.21
%46.67

Codes

Color #887985 in popluar color models

887985
RGB136121133
HSL312°5.93%50.39%
HSB/HSV312°11.03%53.33%
CMYK0.00%11.03%2.21%
46.67%

Color #887985 in popluar number systems.

HEX887985
Decimal136121133
Binary10001000111100110000101
Octal210171205

Shades and tints

Shades of #887985

#887985
(136,121,133)
#7C6E79
(124,110,121)
#70636D
(112,99,109)
#645861
(100,88,97)
#584D55
(88,77,85)
#4C4249
(76,66,73)
#40373D
(64,55,61)
#342C31
(52,44,49)
#282125
(40,33,37)
#1C1619
(28,22,25)
#100B0D
(16,11,13)
#000000
(0,0,0)

Tints of #887985

#887985
(136,121,133)
#928590
(146,133,144)
#9C919B
(156,145,155)
#A69DA6
(166,157,166)
#B0A9B1
(176,169,177)
#BAB5BC
(186,181,188)
#C4C1C7
(196,193,199)
#CECDD2
(206,205,210)
#D8D9DD
(216,217,221)
#E2E5E8
(226,229,232)
#ECF1F3
(236,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887985; }

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

This text font color is #887985.


Background Color

.myBgColor { background-color: #887985; }

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

This div background color is #887985.


Border color

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

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

This div border color is #887985.


Opacity

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

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

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

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

This text has shadow with #887985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887985 on black background.


Color preview on white background

This text has color #887985 on white background.



Black color preview on #887985 background

This text has black color on #887985 background.


White color preview on #887985 background

This text has white color on #887985 background.