COLOR #8FAF9D

HEX: #8FAF9D
RGB: (143,175,157)

Color info

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

RGB color model

#8FAF9D color RGB value is (143,175,157).

  • red value is 143;
  • green value is 175;
  • blue value is 157.
RGB:
(143,175,157)
(56%,69%,62%)

RGB channels and saturation

R 143 of 255 = 56%
G 175 of 255 = 69%
B 157 of 255 = 62%

143
175
157

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

Portions of RGB colors in percentages

R + G + B =
143 + 175 + 157 = 475 (100%)
R 143 of 475 ~ 30.11%
G 175 of 475 ~ 36.84%
B 157 of 475 ~ 33.05%

%30.11
%36.84
%33.05

CMYK color model

#8FAF9D color CMYK value is (18,0,10,31).

  • cyan value is 18.29%
  • magenta value is 0.00%
  • yellow value is 10.29%
  • key color value is 31.37%
CMYK:
(18,0,10,31)
C18M0Y10K31 
(18%,0%,10%,31%)
(0.18/0.00/0.10/0.31)	

CMYK percentages

%18.29
%0
%10.29
%31.37

Codes

Color #8FAF9D in popluar color models

8FAF9D
RGB143175157
HSL146°16.67%62.35%
HSB/HSV146°18.29%68.63%
CMYK18.29%0.00%10.29%
31.37%

Color #8FAF9D in popluar number systems.

HEX8FAF9D
Decimal143175157
Binary100011111010111110011101
Octal217257235

Shades and tints

Shades of #8FAF9D

#8FAF9D
(143,175,157)
#82A08F
(130,160,143)
#759181
(117,145,129)
#688273
(104,130,115)
#5B7365
(91,115,101)
#4E6457
(78,100,87)
#415549
(65,85,73)
#34463B
(52,70,59)
#27372D
(39,55,45)
#1A281F
(26,40,31)
#0D1911
(13,25,17)
#000000
(0,0,0)

Tints of #8FAF9D

#8FAF9D
(143,175,157)
#99B6A5
(153,182,165)
#A3BDAD
(163,189,173)
#ADC4B5
(173,196,181)
#B7CBBD
(183,203,189)
#C1D2C5
(193,210,197)
#CBD9CD
(203,217,205)
#D5E0D5
(213,224,213)
#DFE7DD
(223,231,221)
#E9EEE5
(233,238,229)
#F3F5ED
(243,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FAF9D color. Also use rgb(143,175,157) instead hex code.

Text Font Color

.myTextColor { color: #8FAF9D; }

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

This text font color is #8FAF9D.


Background Color

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

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

This div background color is #8FAF9D.


Border color

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

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

This div border color is #8FAF9D.


Opacity

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

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

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

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

This text has shadow with #8FAF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FAF9D on black background.


Color preview on white background

This text has color #8FAF9D on white background.



Black color preview on #8FAF9D background

This text has black color on #8FAF9D background.


White color preview on #8FAF9D background

This text has white color on #8FAF9D background.