COLOR #887DAA

HEX: #887DAA
RGB: (136,125,170)

Color info

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

RGB color model

#887DAA color RGB value is (136,125,170).

  • red value is 136;
  • green value is 125;
  • blue value is 170.
RGB:
(136,125,170)
(53%,49%,67%)

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 170 of 255 = 67%

136
125
170

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 170 = 431 (100%)
R 136 of 431 ~ 31.55%
G 125 of 431 ~ 29%
B 170 of 431 ~ 39.44%

%31.55
%29
%39.44

CMYK color model

#887DAA color CMYK value is (20,26,0,33).

  • cyan value is 20.00%
  • magenta value is 26.47%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(20,26,0,33)
C20M26Y0K33 
(20%,26%,0%,33%)
(0.20/0.26/0.00/0.33)	

CMYK percentages

%20
%26.47
%0
%33.33

Codes

Color #887DAA in popluar color models

887DAA
RGB136125170
HSL255°20.93%57.84%
HSB/HSV255°26.47%66.67%
CMYK20.00%26.47%0.00%
33.33%

Color #887DAA in popluar number systems.

HEX887DAA
Decimal136125170
Binary10001000111110110101010
Octal210175252

Shades and tints

Shades of #887DAA

#887DAA
(136,125,170)
#7C729B
(124,114,155)
#70678C
(112,103,140)
#645C7D
(100,92,125)
#58516E
(88,81,110)
#4C465F
(76,70,95)
#403B50
(64,59,80)
#343041
(52,48,65)
#282532
(40,37,50)
#1C1A23
(28,26,35)
#100F14
(16,15,20)
#000000
(0,0,0)

Tints of #887DAA

#887DAA
(136,125,170)
#9288B1
(146,136,177)
#9C93B8
(156,147,184)
#A69EBF
(166,158,191)
#B0A9C6
(176,169,198)
#BAB4CD
(186,180,205)
#C4BFD4
(196,191,212)
#CECADB
(206,202,219)
#D8D5E2
(216,213,226)
#E2E0E9
(226,224,233)
#ECEBF0
(236,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887DAA; }

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

This text font color is #887DAA.


Background Color

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

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

This div background color is #887DAA.


Border color

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

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

This div border color is #887DAA.


Opacity

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

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

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

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

This text has shadow with #887DAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887DAA on black background.


Color preview on white background

This text has color #887DAA on white background.



Black color preview on #887DAA background

This text has black color on #887DAA background.


White color preview on #887DAA background

This text has white color on #887DAA background.