COLOR #8F95AB

HEX: #8F95AB RGB: (143,149,171)

Color info

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

RGB color model

#8F95AB color RGB value is (143,149,171).

RGB: (143,149,171) (56%, 58%, 67%)

RGB channels and saturation

R 143 of 255 = 56%
G 149 of 255 = 58%
B 171 of 255 = 67%

143
149
171

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

Portions of RGB colors in percentages

R + G + B = 143 + 149 + 171 = 463 (100%)
R 143 of 463 ~ 30.89%
G 149 of 463 ~ 32.18%
B 171 of 463 ~ 36.93'%

%30.89
%32.18
%36.93

CMYK color model

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

  • cyan value is 16.37%
  • magenta value is 12.87%
  • yellow value is 0.00%
  • key color value is 32.94%

CMYK: (16,13,0,33)
C16M13Y0K33 (16%, 13%, 0%, 33%)
(0.16 / 0.13 / 0.00 / 0.33)

CMYK percentages

%16.37
%12.87
%0
%32.94

Codes

Color #8F95AB in popluar color models

8F 95 AB
RGB 143 149 171
HSL 227° 14.29% 61.57%
HSB/HSV 227° 16.37% 67.06%
CMYK 16.37% 12.87% 0.00%
32.94%

Color #8F95AB in popluar number systems.

HEX 8F 95 AB
Decimal 143 149 171
Binary 10001111 10010101 10101011
Octal 217 225 253

Shades and tints

Shades of #8F95AB

#8F95AB
(143,149,171)
#82889C
(130,136,156)
#757B8D
(117,123,141)
#686E7E
(104,110,126)
#5B616F
(91,97,111)
#4E5460
(78,84,96)
#414751
(65,71,81)
#343A42
(52,58,66)
#272D33
(39,45,51)
#1A2024
(26,32,36)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8F95AB

#8F95AB
(143,149,171)
#999EB2
(153,158,178)
#A3A7B9
(163,167,185)
#ADB0C0
(173,176,192)
#B7B9C7
(183,185,199)
#C1C2CE
(193,194,206)
#CBCBD5
(203,203,213)
#D5D4DC
(213,212,220)
#DFDDE3
(223,221,227)
#E9E6EA
(233,230,234)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F95AB; }

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

This text font color is #8F95AB.

Background Color

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

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

This div background color is #8F95AB.

Border color

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

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

This div border color is #8F95AB.

Opacity

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

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

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

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

This text has shadow with #8F95AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F95AB.

Preview

Color preview on black background

This text has color #8F95AB on black background.


Color preview on white background

This text has color #8F95AB on white background.


Black color preview on #8F95AB background

This text has black color on #8F95AB background.


White color preview on #8F95AB background

This text has white color on #8F95AB background.


Related colors

Complementary color

Complementary color for #hex is #706A54.


I love getcolorcode.com

Triadic colors

1 #AB8F95 and #95AB8F with #8F95AB are triadic colors.

2 #AB958F and #958FAB with #8F95AB are triadic colors.