COLOR #8CAFA6

HEX: #8CAFA6
RGB: (140,175,166)

Color info

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

RGB color model

#8CAFA6 color RGB value is (140,175,166).

  • red value is 140;
  • green value is 175;
  • blue value is 166.
RGB:
(140,175,166)
(55%,69%,65%)

RGB channels and saturation

R 140 of 255 = 55%
G 175 of 255 = 69%
B 166 of 255 = 65%

140
175
166

R + G + B ~ 63%. #8CAFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 175 + 166 = 481 (100%)
R 140 of 481 ~ 29.11%
G 175 of 481 ~ 36.38%
B 166 of 481 ~ 34.51%

%29.11
%36.38
%34.51

CMYK color model

#8CAFA6 color CMYK value is (20,0,5,31).

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 5.14%
  • key color value is 31.37%
CMYK:
(20,0,5,31)
C20M0Y5K31 
(20%,0%,5%,31%)
(0.20/0.00/0.05/0.31)	

CMYK percentages

%20
%0
%5.14
%31.37

Codes

Color #8CAFA6 in popluar color models

8CAFA6
RGB140175166
HSL165°17.95%61.76%
HSB/HSV165°20.00%68.63%
CMYK20.00%0.00%5.14%
31.37%

Color #8CAFA6 in popluar number systems.

HEX8CAFA6
Decimal140175166
Binary100011001010111110100110
Octal214257246

Shades and tints

Shades of #8CAFA6

#8CAFA6
(140,175,166)
#80A097
(128,160,151)
#749188
(116,145,136)
#688279
(104,130,121)
#5C736A
(92,115,106)
#50645B
(80,100,91)
#44554C
(68,85,76)
#38463D
(56,70,61)
#2C372E
(44,55,46)
#20281F
(32,40,31)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #8CAFA6

#8CAFA6
(140,175,166)
#96B6AE
(150,182,174)
#A0BDB6
(160,189,182)
#AAC4BE
(170,196,190)
#B4CBC6
(180,203,198)
#BED2CE
(190,210,206)
#C8D9D6
(200,217,214)
#D2E0DE
(210,224,222)
#DCE7E6
(220,231,230)
#E6EEEE
(230,238,238)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CAFA6 color. Also use rgb(140,175,166) instead hex code.

Text Font Color

.myTextColor { color: #8CAFA6; }

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

This text font color is #8CAFA6.


Background Color

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

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

This div background color is #8CAFA6.


Border color

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

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

This div border color is #8CAFA6.


Opacity

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

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

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

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

This text has shadow with #8CAFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAFA6 on black background.


Color preview on white background

This text has color #8CAFA6 on white background.



Black color preview on #8CAFA6 background

This text has black color on #8CAFA6 background.


White color preview on #8CAFA6 background

This text has white color on #8CAFA6 background.