COLOR #8F8FAA

HEX: #8F8FAA
RGB: (143,143,170)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

143
143
170

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

Portions of RGB colors in percentages

R + G + B =
143 + 143 + 170 = 456 (100%)
R 143 of 456 ~ 31.36%
G 143 of 456 ~ 31.36%
B 170 of 456 ~ 37.28%

%31.36
%31.36
%37.28

CMYK color model

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

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

CMYK percentages

%15.88
%15.88
%0
%33.33

Codes

Color #8F8FAA in popluar color models

8F8FAA
RGB143143170
HSL240°13.71%61.37%
HSB/HSV240°15.88%66.67%
CMYK15.88%15.88%0.00%
33.33%

Color #8F8FAA in popluar number systems.

HEX8F8FAA
Decimal143143170
Binary100011111000111110101010
Octal217217252

Shades and tints

Shades of #8F8FAA

#8F8FAA
(143,143,170)
#82829B
(130,130,155)
#75758C
(117,117,140)
#68687D
(104,104,125)
#5B5B6E
(91,91,110)
#4E4E5F
(78,78,95)
#414150
(65,65,80)
#343441
(52,52,65)
#272732
(39,39,50)
#1A1A23
(26,26,35)
#0D0D14
(13,13,20)
#000000
(0,0,0)

Tints of #8F8FAA

#8F8FAA
(143,143,170)
#9999B1
(153,153,177)
#A3A3B8
(163,163,184)
#ADADBF
(173,173,191)
#B7B7C6
(183,183,198)
#C1C1CD
(193,193,205)
#CBCBD4
(203,203,212)
#D5D5DB
(213,213,219)
#DFDFE2
(223,223,226)
#E9E9E9
(233,233,233)
#F3F3F0
(243,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F8FAA; }

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

This text font color is #8F8FAA.


Background Color

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

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

This div background color is #8F8FAA.


Border color

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

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

This div border color is #8F8FAA.


Opacity

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

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

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

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

This text has shadow with #8F8FAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F8FAA on black background.


Color preview on white background

This text has color #8F8FAA on white background.



Black color preview on #8F8FAA background

This text has black color on #8F8FAA background.


White color preview on #8F8FAA background

This text has white color on #8F8FAA background.