COLOR #8F86AE

HEX: #8F86AE
RGB: (143,134,174)

Color info

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

RGB color model

#8F86AE color RGB value is (143,134,174).

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

RGB channels and saturation

R 143 of 255 = 56%
G 134 of 255 = 53%
B 174 of 255 = 68%

143
134
174

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

Portions of RGB colors in percentages

R + G + B =
143 + 134 + 174 = 451 (100%)
R 143 of 451 ~ 31.71%
G 134 of 451 ~ 29.71%
B 174 of 451 ~ 38.58%

%31.71
%29.71
%38.58

CMYK color model

#8F86AE color CMYK value is (18,23,0,32).

  • cyan value is 17.82%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(18,23,0,32)
C18M23Y0K32 
(18%,23%,0%,32%)
(0.18/0.23/0.00/0.32)	

CMYK percentages

%17.82
%22.99
%0
%31.76

Codes

Color #8F86AE in popluar color models

8F86AE
RGB143134174
HSL254°19.80%60.39%
HSB/HSV254°22.99%68.24%
CMYK17.82%22.99%0.00%
31.76%

Color #8F86AE in popluar number systems.

HEX8F86AE
Decimal143134174
Binary100011111000011010101110
Octal217206256

Shades and tints

Shades of #8F86AE

#8F86AE
(143,134,174)
#827A9F
(130,122,159)
#756E90
(117,110,144)
#686281
(104,98,129)
#5B5672
(91,86,114)
#4E4A63
(78,74,99)
#413E54
(65,62,84)
#343245
(52,50,69)
#272636
(39,38,54)
#1A1A27
(26,26,39)
#0D0E18
(13,14,24)
#000000
(0,0,0)

Tints of #8F86AE

#8F86AE
(143,134,174)
#9991B5
(153,145,181)
#A39CBC
(163,156,188)
#ADA7C3
(173,167,195)
#B7B2CA
(183,178,202)
#C1BDD1
(193,189,209)
#CBC8D8
(203,200,216)
#D5D3DF
(213,211,223)
#DFDEE6
(223,222,230)
#E9E9ED
(233,233,237)
#F3F4F4
(243,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F86AE color. Also use rgb(143,134,174) instead hex code.

Text Font Color

.myTextColor { color: #8F86AE; }

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

This text font color is #8F86AE.


Background Color

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

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

This div background color is #8F86AE.


Border color

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

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

This div border color is #8F86AE.


Opacity

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

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

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

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

This text has shadow with #8F86AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F86AE on black background.


Color preview on white background

This text has color #8F86AE on white background.



Black color preview on #8F86AE background

This text has black color on #8F86AE background.


White color preview on #8F86AE background

This text has white color on #8F86AE background.