COLOR #8787AD

HEX: #8787AD
RGB: (135,135,173)

Color info

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

RGB color model

#8787AD color RGB value is (135,135,173).

  • red value is 135;
  • green value is 135;
  • blue value is 173.
RGB:
(135,135,173)
(53%,53%,68%)

RGB channels and saturation

R 135 of 255 = 53%
G 135 of 255 = 53%
B 173 of 255 = 68%

135
135
173

R + G + B ~ 58%. #8787AD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
135 + 135 + 173 = 443 (100%)
R 135 of 443 ~ 30.47%
G 135 of 443 ~ 30.47%
B 173 of 443 ~ 39.05%

%30.47
%30.47
%39.05

CMYK color model

#8787AD color CMYK value is (22,22,0,32).

  • cyan value is 21.97%
  • magenta value is 21.97%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(22,22,0,32)
C22M22Y0K32 
(22%,22%,0%,32%)
(0.22/0.22/0.00/0.32)	

CMYK percentages

%21.97
%21.97
%0
%32.16

Codes

Color #8787AD in popluar color models

8787AD
RGB135135173
HSL240°18.81%60.39%
HSB/HSV240°21.97%67.84%
CMYK21.97%21.97%0.00%
32.16%

Color #8787AD in popluar number systems.

HEX8787AD
Decimal135135173
Binary100001111000011110101101
Octal207207255

Shades and tints

Shades of #8787AD

#8787AD
(135,135,173)
#7B7B9E
(123,123,158)
#6F6F8F
(111,111,143)
#636380
(99,99,128)
#575771
(87,87,113)
#4B4B62
(75,75,98)
#3F3F53
(63,63,83)
#333344
(51,51,68)
#272735
(39,39,53)
#1B1B26
(27,27,38)
#0F0F17
(15,15,23)
#000000
(0,0,0)

Tints of #8787AD

#8787AD
(135,135,173)
#9191B4
(145,145,180)
#9B9BBB
(155,155,187)
#A5A5C2
(165,165,194)
#AFAFC9
(175,175,201)
#B9B9D0
(185,185,208)
#C3C3D7
(195,195,215)
#CDCDDE
(205,205,222)
#D7D7E5
(215,215,229)
#E1E1EC
(225,225,236)
#EBEBF3
(235,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8787AD color. Also use rgb(135,135,173) instead hex code.

Text Font Color

.myTextColor { color: #8787AD; }

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

This text font color is #8787AD.


Background Color

.myBgColor { background-color: #8787AD; }

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

This div background color is #8787AD.


Border color

.myBorderColor { border: 1px solid #8787AD; }

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

This div border color is #8787AD.


Opacity

.myOpacity80 { color: #8787AD; opacity: 0.8; }

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

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

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

This text has shadow with #8787AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8787AD on black background.


Color preview on white background

This text has color #8787AD on white background.



Black color preview on #8787AD background

This text has black color on #8787AD background.


White color preview on #8787AD background

This text has white color on #8787AD background.