COLOR #8F81AF

HEX: #8F81AF
RGB: (143,129,175)

Color info

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

RGB color model

#8F81AF color RGB value is (143,129,175).

  • red value is 143;
  • green value is 129;
  • blue value is 175.
RGB:
(143,129,175)
(56%,51%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 129 of 255 = 51%
B 175 of 255 = 69%

143
129
175

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

Portions of RGB colors in percentages

R + G + B =
143 + 129 + 175 = 447 (100%)
R 143 of 447 ~ 31.99%
G 129 of 447 ~ 28.86%
B 175 of 447 ~ 39.15%

%31.99
%28.86
%39.15

CMYK color model

#8F81AF color CMYK value is (18,26,0,31).

  • cyan value is 18.29%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,26,0,31)
C18M26Y0K31 
(18%,26%,0%,31%)
(0.18/0.26/0.00/0.31)	

CMYK percentages

%18.29
%26.29
%0
%31.37

Codes

Color #8F81AF in popluar color models

8F81AF
RGB143129175
HSL258°22.33%59.61%
HSB/HSV258°26.29%68.63%
CMYK18.29%26.29%0.00%
31.37%

Color #8F81AF in popluar number systems.

HEX8F81AF
Decimal143129175
Binary100011111000000110101111
Octal217201257

Shades and tints

Shades of #8F81AF

#8F81AF
(143,129,175)
#8276A0
(130,118,160)
#756B91
(117,107,145)
#686082
(104,96,130)
#5B5573
(91,85,115)
#4E4A64
(78,74,100)
#413F55
(65,63,85)
#343446
(52,52,70)
#272937
(39,41,55)
#1A1E28
(26,30,40)
#0D1319
(13,19,25)
#000000
(0,0,0)

Tints of #8F81AF

#8F81AF
(143,129,175)
#998CB6
(153,140,182)
#A397BD
(163,151,189)
#ADA2C4
(173,162,196)
#B7ADCB
(183,173,203)
#C1B8D2
(193,184,210)
#CBC3D9
(203,195,217)
#D5CEE0
(213,206,224)
#DFD9E7
(223,217,231)
#E9E4EE
(233,228,238)
#F3EFF5
(243,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F81AF color. Also use rgb(143,129,175) instead hex code.

Text Font Color

.myTextColor { color: #8F81AF; }

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

This text font color is #8F81AF.


Background Color

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

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

This div background color is #8F81AF.


Border color

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

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

This div border color is #8F81AF.


Opacity

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

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

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

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

This text has shadow with #8F81AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F81AF on black background.


Color preview on white background

This text has color #8F81AF on white background.



Black color preview on #8F81AF background

This text has black color on #8F81AF background.


White color preview on #8F81AF background

This text has white color on #8F81AF background.