COLOR #8FB0A8

HEX: #8FB0A8
RGB: (143,176,168)

Color info

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

RGB color model

#8FB0A8 color RGB value is (143,176,168).

  • red value is 143;
  • green value is 176;
  • blue value is 168.
RGB:
(143,176,168)
(56%,69%,66%)

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 168 of 255 = 66%

143
176
168

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

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 168 = 487 (100%)
R 143 of 487 ~ 29.36%
G 176 of 487 ~ 36.14%
B 168 of 487 ~ 34.5%

%29.36
%36.14
%34.5

CMYK color model

#8FB0A8 color CMYK value is (19,0,5,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 4.55%
  • key color value is 30.98%
CMYK:
(19,0,5,31)
C19M0Y5K31 
(19%,0%,5%,31%)
(0.19/0.00/0.05/0.31)	

CMYK percentages

%18.75
%0
%4.55
%30.98

Codes

Color #8FB0A8 in popluar color models

8FB0A8
RGB143176168
HSL165°17.28%62.55%
HSB/HSV165°18.75%69.02%
CMYK18.75%0.00%4.55%
30.98%

Color #8FB0A8 in popluar number systems.

HEX8FB0A8
Decimal143176168
Binary100011111011000010101000
Octal217260250

Shades and tints

Shades of #8FB0A8

#8FB0A8
(143,176,168)
#82A099
(130,160,153)
#75908A
(117,144,138)
#68807B
(104,128,123)
#5B706C
(91,112,108)
#4E605D
(78,96,93)
#41504E
(65,80,78)
#34403F
(52,64,63)
#273030
(39,48,48)
#1A2021
(26,32,33)
#0D1012
(13,16,18)
#000000
(0,0,0)

Tints of #8FB0A8

#8FB0A8
(143,176,168)
#99B7AF
(153,183,175)
#A3BEB6
(163,190,182)
#ADC5BD
(173,197,189)
#B7CCC4
(183,204,196)
#C1D3CB
(193,211,203)
#CBDAD2
(203,218,210)
#D5E1D9
(213,225,217)
#DFE8E0
(223,232,224)
#E9EFE7
(233,239,231)
#F3F6EE
(243,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8FB0A8 color. Also use rgb(143,176,168) instead hex code.

Text Font Color

.myTextColor { color: #8FB0A8; }

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

This text font color is #8FB0A8.


Background Color

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

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

This div background color is #8FB0A8.


Border color

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

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

This div border color is #8FB0A8.


Opacity

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

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

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

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

This text has shadow with #8FB0A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB0A8 on black background.


Color preview on white background

This text has color #8FB0A8 on white background.



Black color preview on #8FB0A8 background

This text has black color on #8FB0A8 background.


White color preview on #8FB0A8 background

This text has white color on #8FB0A8 background.