COLOR #8F96AD

HEX: #8F96AD RGB: (143,150,173)

Color info

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

RGB color model

#8F96AD color RGB value is (143,150,173).

RGB: (143,150,173) (56%, 59%, 68%)

RGB channels and saturation

R 143 of 255 = 56%
G 150 of 255 = 59%
B 173 of 255 = 68%

143
150
173

R + G + B ~ 61%. #8F96AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 150 + 173 = 466 (100%)
R 143 of 466 ~ 30.69%
G 150 of 466 ~ 32.19%
B 173 of 466 ~ 37.12'%

%30.69
%32.19
%37.12

CMYK color model

#8F96AD color CMYK value is (17,13,0,32).

  • cyan value is 17.34%
  • magenta value is 13.29%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (17,13,0,32)
C17M13Y0K32 (17%, 13%, 0%, 32%)
(0.17 / 0.13 / 0.00 / 0.32)

CMYK percentages

%17.34
%13.29
%0
%32.16

Codes

Color #8F96AD in popluar color models

8F 96 AD
RGB 143 150 173
HSL 226° 15.46% 61.96%
HSB/HSV 226° 17.34% 67.84%
CMYK 17.34% 13.29% 0.00%
32.16%

Color #8F96AD in popluar number systems.

HEX 8F 96 AD
Decimal 143 150 173
Binary 10001111 10010110 10101101
Octal 217 226 255

Shades and tints

Shades of #8F96AD

#8F96AD
(143,150,173)
#82899E
(130,137,158)
#757C8F
(117,124,143)
#686F80
(104,111,128)
#5B6271
(91,98,113)
#4E5562
(78,85,98)
#414853
(65,72,83)
#343B44
(52,59,68)
#272E35
(39,46,53)
#1A2126
(26,33,38)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #8F96AD

#8F96AD
(143,150,173)
#999FB4
(153,159,180)
#A3A8BB
(163,168,187)
#ADB1C2
(173,177,194)
#B7BAC9
(183,186,201)
#C1C3D0
(193,195,208)
#CBCCD7
(203,204,215)
#D5D5DE
(213,213,222)
#DFDEE5
(223,222,229)
#E9E7EC
(233,231,236)
#F3F0F3
(243,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F96AD; }

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

This text font color is #8F96AD.

Background Color

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

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

This div background color is #8F96AD.

Border color

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

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

This div border color is #8F96AD.

Opacity

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

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

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

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

This text has shadow with #8F96AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F96AD.

Preview

Color preview on black background

This text has color #8F96AD on black background.


Color preview on white background

This text has color #8F96AD on white background.


Black color preview on #8F96AD background

This text has black color on #8F96AD background.


White color preview on #8F96AD background

This text has white color on #8F96AD background.


Related colors

Complementary color

Complementary color for #hex is #706952.


I love getcolorcode.com

Triadic colors

1 #AD8F96 and #96AD8F with #8F96AD are triadic colors.

2 #AD968F and #968FAD with #8F96AD are triadic colors.