COLOR #8F9CB3

HEX: #8F9CB3 RGB: (143,156,179)

Color info

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

RGB color model

#8F9CB3 color RGB value is (143,156,179).

RGB: (143,156,179) (56%, 61%, 70%)

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 179 of 255 = 70%

143
156
179

R + G + B ~ 62%. #8F9CB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 143 + 156 + 179 = 478 (100%)
R 143 of 478 ~ 29.92%
G 156 of 478 ~ 32.64%
B 179 of 478 ~ 37.45'%

%29.92
%32.64
%37.45

CMYK color model

#8F9CB3 color CMYK value is (20,13,0,30).

  • cyan value is 20.11%
  • magenta value is 12.85%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (20,13,0,30)
C20M13Y0K30 (20%, 13%, 0%, 30%)
(0.20 / 0.13 / 0.00 / 0.30)

CMYK percentages

%20.11
%12.85
%0
%29.8

Codes

Color #8F9CB3 in popluar color models

8F 9C B3
RGB 143 156 179
HSL 218° 19.15% 63.14%
HSB/HSV 218° 20.11% 70.20%
CMYK 20.11% 12.85% 0.00%
29.80%

Color #8F9CB3 in popluar number systems.

HEX 8F 9C B3
Decimal 143 156 179
Binary 10001111 10011100 10110011
Octal 217 234 263

Shades and tints

Shades of #8F9CB3

#8F9CB3
(143,156,179)
#828EA3
(130,142,163)
#758093
(117,128,147)
#687283
(104,114,131)
#5B6473
(91,100,115)
#4E5663
(78,86,99)
#414853
(65,72,83)
#343A43
(52,58,67)
#272C33
(39,44,51)
#1A1E23
(26,30,35)
#0D1013
(13,16,19)
#000000
(0,0,0)

Tints of #8F9CB3

#8F9CB3
(143,156,179)
#99A5B9
(153,165,185)
#A3AEBF
(163,174,191)
#ADB7C5
(173,183,197)
#B7C0CB
(183,192,203)
#C1C9D1
(193,201,209)
#CBD2D7
(203,210,215)
#D5DBDD
(213,219,221)
#DFE4E3
(223,228,227)
#E9EDE9
(233,237,233)
#F3F6EF
(243,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8F9CB3 color. Also use rgb(143,156,179) instead hex code.

Text Font Color

.myTextColor { color: #8F9CB3; }

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

This text font color is #8F9CB3.

Background Color

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

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

This div background color is #8F9CB3.

Border color

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

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

This div border color is #8F9CB3.

Opacity

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

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

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

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

This text has shadow with #8F9CB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8F9CB3.

Preview

Color preview on black background

This text has color #8F9CB3 on black background.


Color preview on white background

This text has color #8F9CB3 on white background.


Black color preview on #8F9CB3 background

This text has black color on #8F9CB3 background.


White color preview on #8F9CB3 background

This text has white color on #8F9CB3 background.


Related colors

Complementary color

Complementary color for #hex is #70634C.


I love getcolorcode.com

Triadic colors

1 #B38F9C and #9CB38F with #8F9CB3 are triadic colors.

2 #B39C8F and #9C8FB3 with #8F9CB3 are triadic colors.