COLOR #8F9CAD

HEX: #8F9CAD
RGB: (143,156,173)

Color info

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

RGB color model

#8F9CAD color RGB value is (143,156,173).

  • red value is 143;
  • green value is 156;
  • blue value is 173.
RGB:
(143,156,173)
(56%,61%,68%)

RGB channels and saturation

R 143 of 255 = 56%
G 156 of 255 = 61%
B 173 of 255 = 68%

143
156
173

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

Portions of RGB colors in percentages

R + G + B =
143 + 156 + 173 = 472 (100%)
R 143 of 472 ~ 30.3%
G 156 of 472 ~ 33.05%
B 173 of 472 ~ 36.65%

%30.3
%33.05
%36.65

CMYK color model

#8F9CAD color CMYK value is (17,10,0,32).

  • cyan value is 17.34%
  • magenta value is 9.83%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(17,10,0,32)
C17M10Y0K32 
(17%,10%,0%,32%)
(0.17/0.10/0.00/0.32)	

CMYK percentages

%17.34
%9.83
%0
%32.16

Codes

Color #8F9CAD in popluar color models

8F9CAD
RGB143156173
HSL214°15.46%61.96%
HSB/HSV214°17.34%67.84%
CMYK17.34%9.83%0.00%
32.16%

Color #8F9CAD in popluar number systems.

HEX8F9CAD
Decimal143156173
Binary100011111001110010101101
Octal217234255

Shades and tints

Shades of #8F9CAD

#8F9CAD
(143,156,173)
#828E9E
(130,142,158)
#75808F
(117,128,143)
#687280
(104,114,128)
#5B6471
(91,100,113)
#4E5662
(78,86,98)
#414853
(65,72,83)
#343A44
(52,58,68)
#272C35
(39,44,53)
#1A1E26
(26,30,38)
#0D1017
(13,16,23)
#000000
(0,0,0)

Tints of #8F9CAD

#8F9CAD
(143,156,173)
#99A5B4
(153,165,180)
#A3AEBB
(163,174,187)
#ADB7C2
(173,183,194)
#B7C0C9
(183,192,201)
#C1C9D0
(193,201,208)
#CBD2D7
(203,210,215)
#D5DBDE
(213,219,222)
#DFE4E5
(223,228,229)
#E9EDEC
(233,237,236)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8F9CAD; }

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

This text font color is #8F9CAD.


Background Color

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

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

This div background color is #8F9CAD.


Border color

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

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

This div border color is #8F9CAD.


Opacity

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

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

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

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

This text has shadow with #8F9CAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8F9CAD on black background.


Color preview on white background

This text has color #8F9CAD on white background.



Black color preview on #8F9CAD background

This text has black color on #8F9CAD background.


White color preview on #8F9CAD background

This text has white color on #8F9CAD background.