COLOR #8FA5B8

HEX: #8FA5B8
RGB: (143,165,184)

Color info

#8FA5B8 contains red, green and blue colors in about the same proportion. Web safe color of #8FA5B8 is #9999CC (or #99C).

RGB color model

#8FA5B8 color RGB value is (143,165,184).

  • red value is 143;
  • green value is 165;
  • blue value is 184.
RGB:
(143,165,184)
(56%,65%,72%)

RGB channels and saturation

R 143 of 255 = 56%
G 165 of 255 = 65%
B 184 of 255 = 72%

143
165
184

R + G + B ~ 64%. #8FA5B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
143 + 165 + 184 = 492 (100%)
R 143 of 492 ~ 29.07%
G 165 of 492 ~ 33.54%
B 184 of 492 ~ 37.4%

%29.07
%33.54
%37.4

CMYK color model

#8FA5B8 color CMYK value is (22,10,0,28).

  • cyan value is 22.28%
  • magenta value is 10.33%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(22,10,0,28)
C22M10Y0K28 
(22%,10%,0%,28%)
(0.22/0.10/0.00/0.28)	

CMYK percentages

%22.28
%10.33
%0
%27.84

Codes

Color #8FA5B8 in popluar color models

8FA5B8
RGB143165184
HSL208°22.40%64.12%
HSB/HSV208°22.28%72.16%
CMYK22.28%10.33%0.00%
27.84%

Color #8FA5B8 in popluar number systems.

HEX8FA5B8
Decimal143165184
Binary100011111010010110111000
Octal217245270

Shades and tints

Shades of #8FA5B8

#8FA5B8
(143,165,184)
#8296A8
(130,150,168)
#758798
(117,135,152)
#687888
(104,120,136)
#5B6978
(91,105,120)
#4E5A68
(78,90,104)
#414B58
(65,75,88)
#343C48
(52,60,72)
#272D38
(39,45,56)
#1A1E28
(26,30,40)
#0D0F18
(13,15,24)
#000000
(0,0,0)

Tints of #8FA5B8

#8FA5B8
(143,165,184)
#99ADBE
(153,173,190)
#A3B5C4
(163,181,196)
#ADBDCA
(173,189,202)
#B7C5D0
(183,197,208)
#C1CDD6
(193,205,214)
#CBD5DC
(203,213,220)
#D5DDE2
(213,221,226)
#DFE5E8
(223,229,232)
#E9EDEE
(233,237,238)
#F3F5F4
(243,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA5B8 color. Also use rgb(143,165,184) instead hex code.

Text Font Color

.myTextColor { color: #8FA5B8; }

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

This text font color is #8FA5B8.


Background Color

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

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

This div background color is #8FA5B8.


Border color

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

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

This div border color is #8FA5B8.


Opacity

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

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

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

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

This text has shadow with #8FA5B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA5B8 on black background.


Color preview on white background

This text has color #8FA5B8 on white background.



Black color preview on #8FA5B8 background

This text has black color on #8FA5B8 background.


White color preview on #8FA5B8 background

This text has white color on #8FA5B8 background.