COLOR #8F90AB

HEX: #8F90AB RGB: (143,144,171)

Color info

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

RGB color model

#8F90AB color RGB value is (143,144,171).

RGB: (143,144,171) (56%, 56%, 67%)

RGB channels and saturation

R 143 of 255 = 56%
G 144 of 255 = 56%
B 171 of 255 = 67%

143
144
171

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

Portions of RGB colors in percentages

R + G + B = 143 + 144 + 171 = 458 (100%)
R 143 of 458 ~ 31.22%
G 144 of 458 ~ 31.44%
B 171 of 458 ~ 37.34'%

%31.22
%31.44
%37.34

CMYK color model

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

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

CMYK: (16,16,0,33)
C16M16Y0K33 (16%, 16%, 0%, 33%)
(0.16 / 0.16 / 0.00 / 0.33)

CMYK percentages

%16.37
%15.79
%0
%32.94

Codes

Color #8F90AB in popluar color models

8F 90 AB
RGB 143 144 171
HSL 238° 14.29% 61.57%
HSB/HSV 238° 16.37% 67.06%
CMYK 16.37% 15.79% 0.00%
32.94%

Color #8F90AB in popluar number systems.

HEX 8F 90 AB
Decimal 143 144 171
Binary 10001111 10010000 10101011
Octal 217 220 253

Shades and tints

Shades of #8F90AB

#8F90AB
(143,144,171)
#82839C
(130,131,156)
#75768D
(117,118,141)
#68697E
(104,105,126)
#5B5C6F
(91,92,111)
#4E4F60
(78,79,96)
#414251
(65,66,81)
#343542
(52,53,66)
#272833
(39,40,51)
#1A1B24
(26,27,36)
#0D0E15
(13,14,21)
#000000
(0,0,0)

Tints of #8F90AB

#8F90AB
(143,144,171)
#999AB2
(153,154,178)
#A3A4B9
(163,164,185)
#ADAEC0
(173,174,192)
#B7B8C7
(183,184,199)
#C1C2CE
(193,194,206)
#CBCCD5
(203,204,213)
#D5D6DC
(213,214,220)
#DFE0E3
(223,224,227)
#E9EAEA
(233,234,234)
#F3F4F1
(243,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F90AB; }

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

This text font color is #8F90AB.

Background Color

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

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

This div background color is #8F90AB.

Border color

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

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

This div border color is #8F90AB.

Opacity

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

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

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

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

This text has shadow with #8F90AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F90AB.

Preview

Color preview on black background

This text has color #8F90AB on black background.


Color preview on white background

This text has color #8F90AB on white background.


Black color preview on #8F90AB background

This text has black color on #8F90AB background.


White color preview on #8F90AB background

This text has white color on #8F90AB background.


Related colors

Complementary color

Complementary color for #hex is #706F54.


I love getcolorcode.com

Triadic colors

1 #AB8F90 and #90AB8F with #8F90AB are triadic colors.

2 #AB908F and #908FAB with #8F90AB are triadic colors.