COLOR #8FB0AE

HEX: #8FB0AE
RGB: (143,176,174)

Color info

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

RGB color model

#8FB0AE color RGB value is (143,176,174).

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

RGB channels and saturation

R 143 of 255 = 56%
G 176 of 255 = 69%
B 174 of 255 = 68%

143
176
174

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

Portions of RGB colors in percentages

R + G + B =
143 + 176 + 174 = 493 (100%)
R 143 of 493 ~ 29.01%
G 176 of 493 ~ 35.7%
B 174 of 493 ~ 35.29%

%29.01
%35.7
%35.29

CMYK color model

#8FB0AE color CMYK value is (19,0,1,31).

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 1.14%
  • key color value is 30.98%
CMYK:
(19,0,1,31)
C19M0Y1K31 
(19%,0%,1%,31%)
(0.19/0.00/0.01/0.31)	

CMYK percentages

%18.75
%0
%1.14
%30.98

Codes

Color #8FB0AE in popluar color models

8FB0AE
RGB143176174
HSL176°17.28%62.55%
HSB/HSV176°18.75%69.02%
CMYK18.75%0.00%1.14%
30.98%

Color #8FB0AE in popluar number systems.

HEX8FB0AE
Decimal143176174
Binary100011111011000010101110
Octal217260256

Shades and tints

Shades of #8FB0AE

#8FB0AE
(143,176,174)
#82A09F
(130,160,159)
#759090
(117,144,144)
#688081
(104,128,129)
#5B7072
(91,112,114)
#4E6063
(78,96,99)
#415054
(65,80,84)
#344045
(52,64,69)
#273036
(39,48,54)
#1A2027
(26,32,39)
#0D1018
(13,16,24)
#000000
(0,0,0)

Tints of #8FB0AE

#8FB0AE
(143,176,174)
#99B7B5
(153,183,181)
#A3BEBC
(163,190,188)
#ADC5C3
(173,197,195)
#B7CCCA
(183,204,202)
#C1D3D1
(193,211,209)
#CBDAD8
(203,218,216)
#D5E1DF
(213,225,223)
#DFE8E6
(223,232,230)
#E9EFED
(233,239,237)
#F3F6F4
(243,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8FB0AE; }

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

This text font color is #8FB0AE.


Background Color

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

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

This div background color is #8FB0AE.


Border color

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

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

This div border color is #8FB0AE.


Opacity

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

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

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

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

This text has shadow with #8FB0AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8FB0AE on black background.


Color preview on white background

This text has color #8FB0AE on white background.



Black color preview on #8FB0AE background

This text has black color on #8FB0AE background.


White color preview on #8FB0AE background

This text has white color on #8FB0AE background.