COLOR #8F94AB

HEX: #8F94AB RGB: (143,148,171)

Color info

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

RGB color model

#8F94AB color RGB value is (143,148,171).

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

RGB channels and saturation

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

143
148
171

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

Portions of RGB colors in percentages

R + G + B = 143 + 148 + 171 = 462 (100%)
R 143 of 462 ~ 30.95%
G 148 of 462 ~ 32.03%
B 171 of 462 ~ 37.01'%

%30.95
%32.03
%37.01

CMYK color model

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

  • cyan value is 16.37%
  • magenta value is 13.45%
  • 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
%13.45
%0
%32.94

Codes

Color #8F94AB in popluar color models

8F 94 AB
RGB 143 148 171
HSL 229° 14.29% 61.57%
HSB/HSV 229° 16.37% 67.06%
CMYK 16.37% 13.45% 0.00%
32.94%

Color #8F94AB in popluar number systems.

HEX 8F 94 AB
Decimal 143 148 171
Binary 10001111 10010100 10101011
Octal 217 224 253

Shades and tints

Shades of #8F94AB

#8F94AB
(143,148,171)
#82879C
(130,135,156)
#757A8D
(117,122,141)
#686D7E
(104,109,126)
#5B606F
(91,96,111)
#4E5360
(78,83,96)
#414651
(65,70,81)
#343942
(52,57,66)
#272C33
(39,44,51)
#1A1F24
(26,31,36)
#0D1215
(13,18,21)
#000000
(0,0,0)

Tints of #8F94AB

#8F94AB
(143,148,171)
#999DB2
(153,157,178)
#A3A6B9
(163,166,185)
#ADAFC0
(173,175,192)
#B7B8C7
(183,184,199)
#C1C1CE
(193,193,206)
#CBCAD5
(203,202,213)
#D5D3DC
(213,211,220)
#DFDCE3
(223,220,227)
#E9E5EA
(233,229,234)
#F3EEF1
(243,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F94AB; }

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

This text font color is #8F94AB.

Background Color

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

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

This div background color is #8F94AB.

Border color

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

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

This div border color is #8F94AB.

Opacity

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

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

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

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

This text has shadow with #8F94AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F94AB.

Preview

Color preview on black background

This text has color #8F94AB on black background.


Color preview on white background

This text has color #8F94AB on white background.


Black color preview on #8F94AB background

This text has black color on #8F94AB background.


White color preview on #8F94AB background

This text has white color on #8F94AB background.


Related colors

Complementary color

Complementary color for #hex is #706B54.


I love getcolorcode.com

Triadic colors

1 #AB8F94 and #94AB8F with #8F94AB are triadic colors.

2 #AB948F and #948FAB with #8F94AB are triadic colors.