COLOR #8CB0A0

HEX: #8CB0A0 RGB: (140,176,160)

Color info

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

RGB color model

#8CB0A0 color RGB value is (140,176,160).

RGB: (140,176,160) (55%, 69%, 63%)

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 160 of 255 = 63%

140
176
160

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

Portions of RGB colors in percentages

R + G + B = 140 + 176 + 160 = 476 (100%)
R 140 of 476 ~ 29.41%
G 176 of 476 ~ 36.97%
B 160 of 476 ~ 33.61'%

%29.41
%36.97
%33.61

CMYK color model

#8CB0A0 color CMYK value is (20,0,9,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 9.09%
  • key color value is 30.98%

CMYK: (20,0,9,31)
C20M0Y9K31 (20%, 0%, 9%, 31%)
(0.20 / 0.00 / 0.09 / 0.31)

CMYK percentages

%20.45
%0
%9.09
%30.98

Codes

Color #8CB0A0 in popluar color models

8C B0 A0
RGB 140 176 160
HSL 153° 18.56% 61.96%
HSB/HSV 153° 20.45% 69.02%
CMYK 20.45% 0.00% 9.09%
30.98%

Color #8CB0A0 in popluar number systems.

HEX 8C B0 A0
Decimal 140 176 160
Binary 10001100 10110000 10100000
Octal 214 260 240

Shades and tints

Shades of #8CB0A0

#8CB0A0
(140,176,160)
#80A092
(128,160,146)
#749084
(116,144,132)
#688076
(104,128,118)
#5C7068
(92,112,104)
#50605A
(80,96,90)
#44504C
(68,80,76)
#38403E
(56,64,62)
#2C3030
(44,48,48)
#202022
(32,32,34)
#141014
(20,16,20)
#000000
(0,0,0)

Tints of #8CB0A0

#8CB0A0
(140,176,160)
#96B7A8
(150,183,168)
#A0BEB0
(160,190,176)
#AAC5B8
(170,197,184)
#B4CCC0
(180,204,192)
#BED3C8
(190,211,200)
#C8DAD0
(200,218,208)
#D2E1D8
(210,225,216)
#DCE8E0
(220,232,224)
#E6EFE8
(230,239,232)
#F0F6F0
(240,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB0A0 color. Also use rgb(140,176,160) instead hex code.

Text Font Color

.myTextColor { color: #8CB0A0; }

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

This text font color is #8CB0A0.

Background Color

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

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

This div background color is #8CB0A0.

Border color

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

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

This div border color is #8CB0A0.

Opacity

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

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

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

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

This text has shadow with #8CB0A0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB0A0.

Preview

Color preview on black background

This text has color #8CB0A0 on black background.


Color preview on white background

This text has color #8CB0A0 on white background.


Black color preview on #8CB0A0 background

This text has black color on #8CB0A0 background.


White color preview on #8CB0A0 background

This text has white color on #8CB0A0 background.


Related colors

Complementary color

Complementary color for #hex is #734F5F.


I love getcolorcode.com

Triadic colors

1 #A08CB0 and #B0A08C with #8CB0A0 are triadic colors.

2 #A0B08C and #B08CA0 with #8CB0A0 are triadic colors.