COLOR #8FA9B5

HEX: #8FA9B5
RGB: (143,169,181)

Color info

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

RGB color model

#8FA9B5 color RGB value is (143,169,181).

  • red value is 143;
  • green value is 169;
  • blue value is 181.
RGB:
(143,169,181)
(56%,66%,71%)

RGB channels and saturation

R 143 of 255 = 56%
G 169 of 255 = 66%
B 181 of 255 = 71%

143
169
181

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

Portions of RGB colors in percentages

R + G + B =
143 + 169 + 181 = 493 (100%)
R 143 of 493 ~ 29.01%
G 169 of 493 ~ 34.28%
B 181 of 493 ~ 36.71%

%29.01
%34.28
%36.71

CMYK color model

#8FA9B5 color CMYK value is (21,7,0,29).

  • cyan value is 20.99%
  • magenta value is 6.63%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(21,7,0,29)
C21M7Y0K29 
(21%,7%,0%,29%)
(0.21/0.07/0.00/0.29)	

CMYK percentages

%20.99
%6.63
%0
%29.02

Codes

Color #8FA9B5 in popluar color models

8FA9B5
RGB143169181
HSL199°20.43%63.53%
HSB/HSV199°20.99%70.98%
CMYK20.99%6.63%0.00%
29.02%

Color #8FA9B5 in popluar number systems.

HEX8FA9B5
Decimal143169181
Binary100011111010100110110101
Octal217251265

Shades and tints

Shades of #8FA9B5

#8FA9B5
(143,169,181)
#829AA5
(130,154,165)
#758B95
(117,139,149)
#687C85
(104,124,133)
#5B6D75
(91,109,117)
#4E5E65
(78,94,101)
#414F55
(65,79,85)
#344045
(52,64,69)
#273135
(39,49,53)
#1A2225
(26,34,37)
#0D1315
(13,19,21)
#000000
(0,0,0)

Tints of #8FA9B5

#8FA9B5
(143,169,181)
#99B0BB
(153,176,187)
#A3B7C1
(163,183,193)
#ADBEC7
(173,190,199)
#B7C5CD
(183,197,205)
#C1CCD3
(193,204,211)
#CBD3D9
(203,211,217)
#D5DADF
(213,218,223)
#DFE1E5
(223,225,229)
#E9E8EB
(233,232,235)
#F3EFF1
(243,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FA9B5 color. Also use rgb(143,169,181) instead hex code.

Text Font Color

.myTextColor { color: #8FA9B5; }

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

This text font color is #8FA9B5.


Background Color

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

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

This div background color is #8FA9B5.


Border color

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

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

This div border color is #8FA9B5.


Opacity

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

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

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

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

This text has shadow with #8FA9B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FA9B5 on black background.


Color preview on white background

This text has color #8FA9B5 on white background.



Black color preview on #8FA9B5 background

This text has black color on #8FA9B5 background.


White color preview on #8FA9B5 background

This text has white color on #8FA9B5 background.