COLOR #887F90

HEX: #887F90
RGB: (136,127,144)

Color info

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

RGB color model

#887F90 color RGB value is (136,127,144).

  • red value is 136;
  • green value is 127;
  • blue value is 144.
RGB:
(136,127,144)
(53%,50%,56%)

RGB channels and saturation

R 136 of 255 = 53%
G 127 of 255 = 50%
B 144 of 255 = 56%

136
127
144

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

Portions of RGB colors in percentages

R + G + B =
136 + 127 + 144 = 407 (100%)
R 136 of 407 ~ 33.42%
G 127 of 407 ~ 31.2%
B 144 of 407 ~ 35.38%

%33.42
%31.2
%35.38

CMYK color model

#887F90 color CMYK value is (6,12,0,44).

  • cyan value is 5.56%
  • magenta value is 11.81%
  • yellow value is 0.00%
  • key color value is 43.53%
CMYK:
(6,12,0,44)
C6M12Y0K44 
(6%,12%,0%,44%)
(0.06/0.12/0.00/0.44)	

CMYK percentages

%5.56
%11.81
%0
%43.53

Codes

Color #887F90 in popluar color models

887F90
RGB136127144
HSL272°7.11%53.14%
HSB/HSV272°11.81%56.47%
CMYK5.56%11.81%0.00%
43.53%

Color #887F90 in popluar number systems.

HEX887F90
Decimal136127144
Binary10001000111111110010000
Octal210177220

Shades and tints

Shades of #887F90

#887F90
(136,127,144)
#7C7483
(124,116,131)
#706976
(112,105,118)
#645E69
(100,94,105)
#58535C
(88,83,92)
#4C484F
(76,72,79)
#403D42
(64,61,66)
#343235
(52,50,53)
#282728
(40,39,40)
#1C1C1B
(28,28,27)
#10110E
(16,17,14)
#000000
(0,0,0)

Tints of #887F90

#887F90
(136,127,144)
#928A9A
(146,138,154)
#9C95A4
(156,149,164)
#A6A0AE
(166,160,174)
#B0ABB8
(176,171,184)
#BAB6C2
(186,182,194)
#C4C1CC
(196,193,204)
#CECCD6
(206,204,214)
#D8D7E0
(216,215,224)
#E2E2EA
(226,226,234)
#ECEDF4
(236,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #887F90 color. Also use rgb(136,127,144) instead hex code.

Text Font Color

.myTextColor { color: #887F90; }

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

This text font color is #887F90.


Background Color

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

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

This div background color is #887F90.


Border color

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

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

This div border color is #887F90.


Opacity

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

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

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

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

This text has shadow with #887F90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887F90 on black background.


Color preview on white background

This text has color #887F90 on white background.



Black color preview on #887F90 background

This text has black color on #887F90 background.


White color preview on #887F90 background

This text has white color on #887F90 background.