COLOR #8F90AF

HEX: #8F90AF
RGB: (143,144,175)

Color info

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

RGB color model

#8F90AF color RGB value is (143,144,175).

  • red value is 143;
  • green value is 144;
  • blue value is 175.
RGB:
(143,144,175)
(56%,56%,69%)

RGB channels and saturation

R 143 of 255 = 56%
G 144 of 255 = 56%
B 175 of 255 = 69%

143
144
175

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

Portions of RGB colors in percentages

R + G + B =
143 + 144 + 175 = 462 (100%)
R 143 of 462 ~ 30.95%
G 144 of 462 ~ 31.17%
B 175 of 462 ~ 37.88%

%30.95
%31.17
%37.88

CMYK color model

#8F90AF color CMYK value is (18,18,0,31).

  • cyan value is 18.29%
  • magenta value is 17.71%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(18,18,0,31)
C18M18Y0K31 
(18%,18%,0%,31%)
(0.18/0.18/0.00/0.31)	

CMYK percentages

%18.29
%17.71
%0
%31.37

Codes

Color #8F90AF in popluar color models

8F90AF
RGB143144175
HSL238°16.67%62.35%
HSB/HSV238°18.29%68.63%
CMYK18.29%17.71%0.00%
31.37%

Color #8F90AF in popluar number systems.

HEX8F90AF
Decimal143144175
Binary100011111001000010101111
Octal217220257

Shades and tints

Shades of #8F90AF

#8F90AF
(143,144,175)
#8283A0
(130,131,160)
#757691
(117,118,145)
#686982
(104,105,130)
#5B5C73
(91,92,115)
#4E4F64
(78,79,100)
#414255
(65,66,85)
#343546
(52,53,70)
#272837
(39,40,55)
#1A1B28
(26,27,40)
#0D0E19
(13,14,25)
#000000
(0,0,0)

Tints of #8F90AF

#8F90AF
(143,144,175)
#999AB6
(153,154,182)
#A3A4BD
(163,164,189)
#ADAEC4
(173,174,196)
#B7B8CB
(183,184,203)
#C1C2D2
(193,194,210)
#CBCCD9
(203,204,217)
#D5D6E0
(213,214,224)
#DFE0E7
(223,224,231)
#E9EAEE
(233,234,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F90AF; }

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

This text font color is #8F90AF.


Background Color

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

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

This div background color is #8F90AF.


Border color

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

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

This div border color is #8F90AF.


Opacity

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

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

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

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

This text has shadow with #8F90AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F90AF on black background.


Color preview on white background

This text has color #8F90AF on white background.



Black color preview on #8F90AF background

This text has black color on #8F90AF background.


White color preview on #8F90AF background

This text has white color on #8F90AF background.