COLOR #8F85AB

HEX: #8F85AB RGB: (143,133,171)

Color info

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

RGB color model

#8F85AB color RGB value is (143,133,171).

RGB: (143,133,171) (56%, 52%, 67%)

RGB channels and saturation

R 143 of 255 = 56%
G 133 of 255 = 52%
B 171 of 255 = 67%

143
133
171

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

Portions of RGB colors in percentages

R + G + B = 143 + 133 + 171 = 447 (100%)
R 143 of 447 ~ 31.99%
G 133 of 447 ~ 29.75%
B 171 of 447 ~ 38.26'%

%31.99
%29.75
%38.26

CMYK color model

#8F85AB color CMYK value is (16,22,0,33).

  • cyan value is 16.37%
  • magenta value is 22.22%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK: (16,22,0,33) C16M22Y0K33 (16%,22%,0%,33%) (0.16/0.22/0.00/0.33) 

CMYK percentages

%16.37
%22.22
%0
%32.94

Codes

Color #8F85AB in popluar color models

8F 85 AB
RGB 143 133 171
HSL 256° 18.45% 59.61%
HSB/HSV 256° 22.22% 67.06%
CMYK 16.37% 22.22% 0.00%
32.94%

Color #8F85AB in popluar number systems.

HEX 8F 85 AB
Decimal 143 133 171
Binary 10001111 10000101 10101011
Octal 217 205 253

Shades and tints

Shades of #8F85AB

#8F85AB
(143,133,171)
#82799C
(130,121,156)
#756D8D
(117,109,141)
#68617E
(104,97,126)
#5B556F
(91,85,111)
#4E4960
(78,73,96)
#413D51
(65,61,81)
#343142
(52,49,66)
#272533
(39,37,51)
#1A1924
(26,25,36)
#0D0D15
(13,13,21)
#000000
(0,0,0)

Tints of #8F85AB

#8F85AB
(143,133,171)
#9990B2
(153,144,178)
#A39BB9
(163,155,185)
#ADA6C0
(173,166,192)
#B7B1C7
(183,177,199)
#C1BCCE
(193,188,206)
#CBC7D5
(203,199,213)
#D5D2DC
(213,210,220)
#DFDDE3
(223,221,227)
#E9E8EA
(233,232,234)
#F3F3F1
(243,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F85AB color. Also use rgb(143,133,171) instead hex code.

Text Font Color

.myTextColor { color: #8F85AB; }

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

This text font color is #8F85AB.

Background Color

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

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

This div background color is #8F85AB.

Border color

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

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

This div border color is #8F85AB.

Opacity

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

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

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

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

This text has shadow with #8F85AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F85AB.

Preview

Color preview on black background

This text has color #8F85AB on black background.


Color preview on white background

This text has color #8F85AB on white background.


Black color preview on #8F85AB background

This text has black color on #8F85AB background.


White color preview on #8F85AB background

This text has white color on #8F85AB background.


Related colors

Complementary color

Complementary color for #hex is #707A54.


I love getcolorcode.com

Triadic colors

1 #AB8F85 and #85AB8F with #8F85AB are triadic colors.

2 #AB858F and #858FAB with #8F85AB are triadic colors.