COLOR #8D87AF

HEX: #8D87AF RGB: (141,135,175)

Color info

#8D87AF contains red, green and blue colors in about the same proportion. Web safe color of #8D87AF is #999999 (or #999).

RGB color model

#8D87AF color RGB value is (141,135,175).

RGB: (141,135,175) (55%, 53%, 69%)

RGB channels and saturation

R 141 of 255 = 55%
G 135 of 255 = 53%
B 175 of 255 = 69%

141
135
175

R + G + B ~ 59%. #8D87AF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 141 + 135 + 175 = 451 (100%)
R 141 of 451 ~ 31.26%
G 135 of 451 ~ 29.93%
B 175 of 451 ~ 38.8'%

%31.26
%29.93
%38.8

CMYK color model

#8D87AF color CMYK value is (19,23,0,31).

  • cyan value is 19.43%
  • magenta value is 22.86%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK: (19,23,0,31) C19M23Y0K31 (19%,23%,0%,31%) (0.19/0.23/0.00/0.31) 

CMYK percentages

%19.43
%22.86
%0
%31.37

Codes

Color #8D87AF in popluar color models

8D 87 AF
RGB 141 135 175
HSL 249° 20.00% 60.78%
HSB/HSV 249° 22.86% 68.63%
CMYK 19.43% 22.86% 0.00%
31.37%

Color #8D87AF in popluar number systems.

HEX 8D 87 AF
Decimal 141 135 175
Binary 10001101 10000111 10101111
Octal 215 207 257

Shades and tints

Shades of #8D87AF

#8D87AF
(141,135,175)
#817BA0
(129,123,160)
#756F91
(117,111,145)
#696382
(105,99,130)
#5D5773
(93,87,115)
#514B64
(81,75,100)
#453F55
(69,63,85)
#393346
(57,51,70)
#2D2737
(45,39,55)
#211B28
(33,27,40)
#150F19
(21,15,25)
#000000
(0,0,0)

Tints of #8D87AF

#8D87AF
(141,135,175)
#9791B6
(151,145,182)
#A19BBD
(161,155,189)
#ABA5C4
(171,165,196)
#B5AFCB
(181,175,203)
#BFB9D2
(191,185,210)
#C9C3D9
(201,195,217)
#D3CDE0
(211,205,224)
#DDD7E7
(221,215,231)
#E7E1EE
(231,225,238)
#F1EBF5
(241,235,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8D87AF color. Also use rgb(141,135,175) instead hex code.

Text Font Color

.myTextColor { color: #8D87AF; }

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

This text font color is #8D87AF.

Background Color

.myBgColor { background-color: #8D87AF; }

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

This div background color is #8D87AF.

Border color

.myBorderColor { border: 1px solid #8D87AF; }

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

This div border color is #8D87AF.

Opacity

.myOpacity80 { color: #8D87AF; opacity: 0.8; }

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

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

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

This text has shadow with #8D87AF color.


.textShadow {text-shadow: 3px 3px 1px #8D87AF', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D87AF; -webkit-box-shadow: 1px 1px 3px 2px #8D87AF; box-shadow:1px 1px 3px 2px #8D87AF;">
Div content here
</div>

This div box has shadow with color #8D87AF.

Preview

Color preview on black background

This text has color #8D87AF on black background.


Color preview on white background

This text has color #8D87AF on white background.


Black color preview on #8D87AF background

This text has black color on #8D87AF background.


White color preview on #8D87AF background

This text has white color on #8D87AF background.


Related colors

Complementary color

Complementary color for #hex is #727850.


I love getcolorcode.com

Triadic colors

1 #AF8D87 and #87AF8D with #8D87AF are triadic colors.

2 #AF878D and #878DAF with #8D87AF are triadic colors.