COLOR #8F83AA

HEX: #8F83AA
RGB: (143,131,170)

Color info

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

RGB color model

#8F83AA color RGB value is (143,131,170).

  • red value is 143;
  • green value is 131;
  • blue value is 170.
RGB:
(143,131,170)
(56%,51%,67%)

RGB channels and saturation

R 143 of 255 = 56%
G 131 of 255 = 51%
B 170 of 255 = 67%

143
131
170

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

Portions of RGB colors in percentages

R + G + B =
143 + 131 + 170 = 444 (100%)
R 143 of 444 ~ 32.21%
G 131 of 444 ~ 29.5%
B 170 of 444 ~ 38.29%

%32.21
%29.5
%38.29

CMYK color model

#8F83AA color CMYK value is (16,23,0,33).

  • cyan value is 15.88%
  • magenta value is 22.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(16,23,0,33)
C16M23Y0K33 
(16%,23%,0%,33%)
(0.16/0.23/0.00/0.33)	

CMYK percentages

%15.88
%22.94
%0
%33.33

Codes

Color #8F83AA in popluar color models

8F83AA
RGB143131170
HSL258°18.66%59.02%
HSB/HSV258°22.94%66.67%
CMYK15.88%22.94%0.00%
33.33%

Color #8F83AA in popluar number systems.

HEX8F83AA
Decimal143131170
Binary100011111000001110101010
Octal217203252

Shades and tints

Shades of #8F83AA

#8F83AA
(143,131,170)
#82789B
(130,120,155)
#756D8C
(117,109,140)
#68627D
(104,98,125)
#5B576E
(91,87,110)
#4E4C5F
(78,76,95)
#414150
(65,65,80)
#343641
(52,54,65)
#272B32
(39,43,50)
#1A2023
(26,32,35)
#0D1514
(13,21,20)
#000000
(0,0,0)

Tints of #8F83AA

#8F83AA
(143,131,170)
#998EB1
(153,142,177)
#A399B8
(163,153,184)
#ADA4BF
(173,164,191)
#B7AFC6
(183,175,198)
#C1BACD
(193,186,205)
#CBC5D4
(203,197,212)
#D5D0DB
(213,208,219)
#DFDBE2
(223,219,226)
#E9E6E9
(233,230,233)
#F3F1F0
(243,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F83AA color. Also use rgb(143,131,170) instead hex code.

Text Font Color

.myTextColor { color: #8F83AA; }

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

This text font color is #8F83AA.


Background Color

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

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

This div background color is #8F83AA.


Border color

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

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

This div border color is #8F83AA.


Opacity

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

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

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

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

This text has shadow with #8F83AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F83AA on black background.


Color preview on white background

This text has color #8F83AA on white background.



Black color preview on #8F83AA background

This text has black color on #8F83AA background.


White color preview on #8F83AA background

This text has white color on #8F83AA background.