COLOR #8CABA6

HEX: #8CABA6
RGB: (140,171,166)

Color info

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

RGB color model

#8CABA6 color RGB value is (140,171,166).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 166 of 255 = 65%

140
171
166

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

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 166 = 477 (100%)
R 140 of 477 ~ 29.35%
G 171 of 477 ~ 35.85%
B 166 of 477 ~ 34.8%

%29.35
%35.85
%34.8

CMYK color model

#8CABA6 color CMYK value is (18,0,3,33).

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 2.92%
  • key color value is 32.94%
CMYK:
(18,0,3,33)
C18M0Y3K33 
(18%,0%,3%,33%)
(0.18/0.00/0.03/0.33)	

CMYK percentages

%18.13
%0
%2.92
%32.94

Codes

Color #8CABA6 in popluar color models

8CABA6
RGB140171166
HSL170°15.58%60.98%
HSB/HSV170°18.13%67.06%
CMYK18.13%0.00%2.92%
32.94%

Color #8CABA6 in popluar number systems.

HEX8CABA6
Decimal140171166
Binary100011001010101110100110
Octal214253246

Shades and tints

Shades of #8CABA6

#8CABA6
(140,171,166)
#809C97
(128,156,151)
#748D88
(116,141,136)
#687E79
(104,126,121)
#5C6F6A
(92,111,106)
#50605B
(80,96,91)
#44514C
(68,81,76)
#38423D
(56,66,61)
#2C332E
(44,51,46)
#20241F
(32,36,31)
#141510
(20,21,16)
#000000
(0,0,0)

Tints of #8CABA6

#8CABA6
(140,171,166)
#96B2AE
(150,178,174)
#A0B9B6
(160,185,182)
#AAC0BE
(170,192,190)
#B4C7C6
(180,199,198)
#BECECE
(190,206,206)
#C8D5D6
(200,213,214)
#D2DCDE
(210,220,222)
#DCE3E6
(220,227,230)
#E6EAEE
(230,234,238)
#F0F1F6
(240,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CABA6; }

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

This text font color is #8CABA6.


Background Color

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

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

This div background color is #8CABA6.


Border color

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

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

This div border color is #8CABA6.


Opacity

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

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

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

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

This text has shadow with #8CABA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CABA6 on black background.


Color preview on white background

This text has color #8CABA6 on white background.



Black color preview on #8CABA6 background

This text has black color on #8CABA6 background.


White color preview on #8CABA6 background

This text has white color on #8CABA6 background.