COLOR #8CAB9D

HEX: #8CAB9D
RGB: (140,171,157)

Color info

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

RGB color model

#8CAB9D color RGB value is (140,171,157).

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

RGB channels and saturation

R 140 of 255 = 55%
G 171 of 255 = 67%
B 157 of 255 = 62%

140
171
157

R + G + B ~ 61%. #8CAB9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 171 + 157 = 468 (100%)
R 140 of 468 ~ 29.91%
G 171 of 468 ~ 36.54%
B 157 of 468 ~ 33.55%

%29.91
%36.54
%33.55

CMYK color model

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

  • cyan value is 18.13%
  • magenta value is 0.00%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK:
(18,0,8,33)
C18M0Y8K33 
(18%,0%,8%,33%)
(0.18/0.00/0.08/0.33)	

CMYK percentages

%18.13
%0
%8.19
%32.94

Codes

Color #8CAB9D in popluar color models

8CAB9D
RGB140171157
HSL153°15.58%60.98%
HSB/HSV153°18.13%67.06%
CMYK18.13%0.00%8.19%
32.94%

Color #8CAB9D in popluar number systems.

HEX8CAB9D
Decimal140171157
Binary100011001010101110011101
Octal214253235

Shades and tints

Shades of #8CAB9D

#8CAB9D
(140,171,157)
#809C8F
(128,156,143)
#748D81
(116,141,129)
#687E73
(104,126,115)
#5C6F65
(92,111,101)
#506057
(80,96,87)
#445149
(68,81,73)
#38423B
(56,66,59)
#2C332D
(44,51,45)
#20241F
(32,36,31)
#141511
(20,21,17)
#000000
(0,0,0)

Tints of #8CAB9D

#8CAB9D
(140,171,157)
#96B2A5
(150,178,165)
#A0B9AD
(160,185,173)
#AAC0B5
(170,192,181)
#B4C7BD
(180,199,189)
#BECEC5
(190,206,197)
#C8D5CD
(200,213,205)
#D2DCD5
(210,220,213)
#DCE3DD
(220,227,221)
#E6EAE5
(230,234,229)
#F0F1ED
(240,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CAB9D; }

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

This text font color is #8CAB9D.


Background Color

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

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

This div background color is #8CAB9D.


Border color

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

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

This div border color is #8CAB9D.


Opacity

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

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

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

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

This text has shadow with #8CAB9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CAB9D on black background.


Color preview on white background

This text has color #8CAB9D on white background.



Black color preview on #8CAB9D background

This text has black color on #8CAB9D background.


White color preview on #8CAB9D background

This text has white color on #8CAB9D background.