COLOR #8F9BA4

HEX: #8F9BA4 RGB: (143,155,164)

Color info

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

RGB color model

#8F9BA4 color RGB value is (143,155,164).

RGB: (143,155,164) (56%, 61%, 64%)

RGB channels and saturation

R 143 of 255 = 56%
G 155 of 255 = 61%
B 164 of 255 = 64%

143
155
164

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

Portions of RGB colors in percentages

R + G + B = 143 + 155 + 164 = 462 (100%)
R 143 of 462 ~ 30.95%
G 155 of 462 ~ 33.55%
B 164 of 462 ~ 35.5'%

%30.95
%33.55
%35.5

CMYK color model

#8F9BA4 color CMYK value is (13,5,0,36).

  • cyan value is 12.80%
  • magenta value is 5.49%
  • yellow value is 0.00%
  • key color value is 35.69%

CMYK: (13,5,0,36)
C13M5Y0K36 (13%, 5%, 0%, 36%)
(0.13 / 0.05 / 0.00 / 0.36)

CMYK percentages

%12.8
%5.49
%0
%35.69

Codes

Color #8F9BA4 in popluar color models

8F 9B A4
RGB 143 155 164
HSL 206° 10.34% 60.20%
HSB/HSV 206° 12.80% 64.31%
CMYK 12.80% 5.49% 0.00%
35.69%

Color #8F9BA4 in popluar number systems.

HEX 8F 9B A4
Decimal 143 155 164
Binary 10001111 10011011 10100100
Octal 217 233 244

Shades and tints

Shades of #8F9BA4

#8F9BA4
(143,155,164)
#828D96
(130,141,150)
#757F88
(117,127,136)
#68717A
(104,113,122)
#5B636C
(91,99,108)
#4E555E
(78,85,94)
#414750
(65,71,80)
#343942
(52,57,66)
#272B34
(39,43,52)
#1A1D26
(26,29,38)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #8F9BA4

#8F9BA4
(143,155,164)
#99A4AC
(153,164,172)
#A3ADB4
(163,173,180)
#ADB6BC
(173,182,188)
#B7BFC4
(183,191,196)
#C1C8CC
(193,200,204)
#CBD1D4
(203,209,212)
#D5DADC
(213,218,220)
#DFE3E4
(223,227,228)
#E9ECEC
(233,236,236)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9BA4 color. Also use rgb(143,155,164) instead hex code.

Text Font Color

.myTextColor { color: #8F9BA4; }

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

This text font color is #8F9BA4.

Background Color

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

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

This div background color is #8F9BA4.

Border color

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

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

This div border color is #8F9BA4.

Opacity

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

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

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

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

This text has shadow with #8F9BA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9BA4.

Preview

Color preview on black background

This text has color #8F9BA4 on black background.


Color preview on white background

This text has color #8F9BA4 on white background.


Black color preview on #8F9BA4 background

This text has black color on #8F9BA4 background.


White color preview on #8F9BA4 background

This text has white color on #8F9BA4 background.


Related colors

Complementary color

Complementary color for #hex is #70645B.


I love getcolorcode.com

Triadic colors

1 #A48F9B and #9BA48F with #8F9BA4 are triadic colors.

2 #A49B8F and #9B8FA4 with #8F9BA4 are triadic colors.