COLOR #8F90AC

HEX: #8F90AC RGB: (143,144,172)

Color info

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

RGB color model

#8F90AC color RGB value is (143,144,172).

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

RGB channels and saturation

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

143
144
172

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

Portions of RGB colors in percentages

R + G + B = 143 + 144 + 172 = 459 (100%)
R 143 of 459 ~ 31.15%
G 144 of 459 ~ 31.37%
B 172 of 459 ~ 37.47'%

%31.15
%31.37
%37.47

CMYK color model

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

  • cyan value is 16.86%
  • magenta value is 16.28%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (17,16,0,33)
C17M16Y0K33 (17%, 16%, 0%, 33%)
(0.17 / 0.16 / 0.00 / 0.33)

CMYK percentages

%16.86
%16.28
%0
%32.55

Codes

Color #8F90AC in popluar color models

8F 90 AC
RGB 143 144 172
HSL 238° 14.87% 61.76%
HSB/HSV 238° 16.86% 67.45%
CMYK 16.86% 16.28% 0.00%
32.55%

Color #8F90AC in popluar number systems.

HEX 8F 90 AC
Decimal 143 144 172
Binary 10001111 10010000 10101100
Octal 217 220 254

Shades and tints

Shades of #8F90AC

#8F90AC
(143,144,172)
#82839D
(130,131,157)
#75768E
(117,118,142)
#68697F
(104,105,127)
#5B5C70
(91,92,112)
#4E4F61
(78,79,97)
#414252
(65,66,82)
#343543
(52,53,67)
#272834
(39,40,52)
#1A1B25
(26,27,37)
#0D0E16
(13,14,22)
#000000
(0,0,0)

Tints of #8F90AC

#8F90AC
(143,144,172)
#999AB3
(153,154,179)
#A3A4BA
(163,164,186)
#ADAEC1
(173,174,193)
#B7B8C8
(183,184,200)
#C1C2CF
(193,194,207)
#CBCCD6
(203,204,214)
#D5D6DD
(213,214,221)
#DFE0E4
(223,224,228)
#E9EAEB
(233,234,235)
#F3F4F2
(243,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F90AC; }

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

This text font color is #8F90AC.

Background Color

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

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

This div background color is #8F90AC.

Border color

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

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

This div border color is #8F90AC.

Opacity

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

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

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

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

This text has shadow with #8F90AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F90AC.

Preview

Color preview on black background

This text has color #8F90AC on black background.


Color preview on white background

This text has color #8F90AC on white background.


Black color preview on #8F90AC background

This text has black color on #8F90AC background.


White color preview on #8F90AC background

This text has white color on #8F90AC background.


Related colors

Complementary color

Complementary color for #hex is #706F53.


I love getcolorcode.com

Triadic colors

1 #AC8F90 and #90AC8F with #8F90AC are triadic colors.

2 #AC908F and #908FAC with #8F90AC are triadic colors.