COLOR #887DAF

HEX: #887DAF
RGB: (136,125,175)

Color info

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

RGB color model

#887DAF color RGB value is (136,125,175).

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

RGB channels and saturation

R 136 of 255 = 53%
G 125 of 255 = 49%
B 175 of 255 = 69%

136
125
175

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

Portions of RGB colors in percentages

R + G + B =
136 + 125 + 175 = 436 (100%)
R 136 of 436 ~ 31.19%
G 125 of 436 ~ 28.67%
B 175 of 436 ~ 40.14%

%31.19
%28.67
%40.14

CMYK color model

#887DAF color CMYK value is (22,29,0,31).

  • cyan value is 22.29%
  • magenta value is 28.57%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(22,29,0,31)
C22M29Y0K31 
(22%,29%,0%,31%)
(0.22/0.29/0.00/0.31)	

CMYK percentages

%22.29
%28.57
%0
%31.37

Codes

Color #887DAF in popluar color models

887DAF
RGB136125175
HSL253°23.81%58.82%
HSB/HSV253°28.57%68.63%
CMYK22.29%28.57%0.00%
31.37%

Color #887DAF in popluar number systems.

HEX887DAF
Decimal136125175
Binary10001000111110110101111
Octal210175257

Shades and tints

Shades of #887DAF

#887DAF
(136,125,175)
#7C72A0
(124,114,160)
#706791
(112,103,145)
#645C82
(100,92,130)
#585173
(88,81,115)
#4C4664
(76,70,100)
#403B55
(64,59,85)
#343046
(52,48,70)
#282537
(40,37,55)
#1C1A28
(28,26,40)
#100F19
(16,15,25)
#000000
(0,0,0)

Tints of #887DAF

#887DAF
(136,125,175)
#9288B6
(146,136,182)
#9C93BD
(156,147,189)
#A69EC4
(166,158,196)
#B0A9CB
(176,169,203)
#BAB4D2
(186,180,210)
#C4BFD9
(196,191,217)
#CECAE0
(206,202,224)
#D8D5E7
(216,213,231)
#E2E0EE
(226,224,238)
#ECEBF5
(236,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #887DAF; }

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

This text font color is #887DAF.


Background Color

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

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

This div background color is #887DAF.


Border color

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

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

This div border color is #887DAF.


Opacity

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

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

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

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

This text has shadow with #887DAF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #887DAF on black background.


Color preview on white background

This text has color #887DAF on white background.



Black color preview on #887DAF background

This text has black color on #887DAF background.


White color preview on #887DAF background

This text has white color on #887DAF background.