COLOR #8CB0AB

HEX: #8CB0AB
RGB: (140,176,171)

Color info

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

RGB color model

#8CB0AB color RGB value is (140,176,171).

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

RGB channels and saturation

R 140 of 255 = 55%
G 176 of 255 = 69%
B 171 of 255 = 67%

140
176
171

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

Portions of RGB colors in percentages

R + G + B =
140 + 176 + 171 = 487 (100%)
R 140 of 487 ~ 28.75%
G 176 of 487 ~ 36.14%
B 171 of 487 ~ 35.11%

%28.75
%36.14
%35.11

CMYK color model

#8CB0AB color CMYK value is (20,0,3,31).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 2.84%
  • key color value is 30.98%
CMYK:
(20,0,3,31)
C20M0Y3K31 
(20%,0%,3%,31%)
(0.20/0.00/0.03/0.31)	

CMYK percentages

%20.45
%0
%2.84
%30.98

Codes

Color #8CB0AB in popluar color models

8CB0AB
RGB140176171
HSL172°18.56%61.96%
HSB/HSV172°20.45%69.02%
CMYK20.45%0.00%2.84%
30.98%

Color #8CB0AB in popluar number systems.

HEX8CB0AB
Decimal140176171
Binary100011001011000010101011
Octal214260253

Shades and tints

Shades of #8CB0AB

#8CB0AB
(140,176,171)
#80A09C
(128,160,156)
#74908D
(116,144,141)
#68807E
(104,128,126)
#5C706F
(92,112,111)
#506060
(80,96,96)
#445051
(68,80,81)
#384042
(56,64,66)
#2C3033
(44,48,51)
#202024
(32,32,36)
#141015
(20,16,21)
#000000
(0,0,0)

Tints of #8CB0AB

#8CB0AB
(140,176,171)
#96B7B2
(150,183,178)
#A0BEB9
(160,190,185)
#AAC5C0
(170,197,192)
#B4CCC7
(180,204,199)
#BED3CE
(190,211,206)
#C8DAD5
(200,218,213)
#D2E1DC
(210,225,220)
#DCE8E3
(220,232,227)
#E6EFEA
(230,239,234)
#F0F6F1
(240,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB0AB; }

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

This text font color is #8CB0AB.


Background Color

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

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

This div background color is #8CB0AB.


Border color

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

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

This div border color is #8CB0AB.


Opacity

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

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

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

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

This text has shadow with #8CB0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB0AB on black background.


Color preview on white background

This text has color #8CB0AB on white background.



Black color preview on #8CB0AB background

This text has black color on #8CB0AB background.


White color preview on #8CB0AB background

This text has white color on #8CB0AB background.