COLOR #8F87AD

HEX: #8F87AD
RGB: (143,135,173)

Color info

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

RGB color model

#8F87AD color RGB value is (143,135,173).

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

RGB channels and saturation

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

143
135
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 135 + 173 = 451 (100%)
R 143 of 451 ~ 31.71%
G 135 of 451 ~ 29.93%
B 173 of 451 ~ 38.36%

%31.71
%29.93
%38.36

CMYK color model

#8F87AD color CMYK value is (17,22,0,32).

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

CMYK percentages

%17.34
%21.97
%0
%32.16

Codes

Color #8F87AD in popluar color models

8F87AD
RGB143135173
HSL253°18.81%60.39%
HSB/HSV253°21.97%67.84%
CMYK17.34%21.97%0.00%
32.16%

Color #8F87AD in popluar number systems.

HEX8F87AD
Decimal143135173
Binary100011111000011110101101
Octal217207255

Shades and tints

Shades of #8F87AD

#8F87AD
(143,135,173)
#827B9E
(130,123,158)
#756F8F
(117,111,143)
#686380
(104,99,128)
#5B5771
(91,87,113)
#4E4B62
(78,75,98)
#413F53
(65,63,83)
#343344
(52,51,68)
#272735
(39,39,53)
#1A1B26
(26,27,38)
#0D0F17
(13,15,23)
#000000
(0,0,0)

Tints of #8F87AD

#8F87AD
(143,135,173)
#9991B4
(153,145,180)
#A39BBB
(163,155,187)
#ADA5C2
(173,165,194)
#B7AFC9
(183,175,201)
#C1B9D0
(193,185,208)
#CBC3D7
(203,195,215)
#D5CDDE
(213,205,222)
#DFD7E5
(223,215,229)
#E9E1EC
(233,225,236)
#F3EBF3
(243,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F87AD; }

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

This text font color is #8F87AD.


Background Color

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

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

This div background color is #8F87AD.


Border color

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

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

This div border color is #8F87AD.


Opacity

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

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

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

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

This text has shadow with #8F87AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F87AD on black background.


Color preview on white background

This text has color #8F87AD on white background.



Black color preview on #8F87AD background

This text has black color on #8F87AD background.


White color preview on #8F87AD background

This text has white color on #8F87AD background.