COLOR #8CB9AD

HEX: #8CB9AD RGB: (140,185,173)

Color info

#8CB9AD contains red, green and blue colors in about the same proportion. Web safe color of #8CB9AD is #99CC99 (or #9C9).

RGB color model

#8CB9AD color RGB value is (140,185,173).

RGB: (140,185,173) (55%, 73%, 68%)

RGB channels and saturation

R 140 of 255 = 55%
G 185 of 255 = 73%
B 173 of 255 = 68%

140
185
173

R + G + B ~ 65%. #8CB9AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 185 + 173 = 498 (100%)
R 140 of 498 ~ 28.11%
G 185 of 498 ~ 37.15%
B 173 of 498 ~ 34.74'%

%28.11
%37.15
%34.74

CMYK color model

#8CB9AD color CMYK value is (24,0,6,27).

  • cyan value is 24.32%
  • magenta value is 0.00%
  • yellow value is 6.49%
  • key color value is 27.45%

CMYK: (24,0,6,27)
C24M0Y6K27 (24%, 0%, 6%, 27%)
(0.24 / 0.00 / 0.06 / 0.27)

CMYK percentages

%24.32
%0
%6.49
%27.45

Codes

Color #8CB9AD in popluar color models

8C B9 AD
RGB 140 185 173
HSL 164° 24.32% 63.73%
HSB/HSV 164° 24.32% 72.55%
CMYK 24.32% 0.00% 6.49%
27.45%

Color #8CB9AD in popluar number systems.

HEX 8C B9 AD
Decimal 140 185 173
Binary 10001100 10111001 10101101
Octal 214 271 255

Shades and tints

Shades of #8CB9AD

#8CB9AD
(140,185,173)
#80A99E
(128,169,158)
#74998F
(116,153,143)
#688980
(104,137,128)
#5C7971
(92,121,113)
#506962
(80,105,98)
#445953
(68,89,83)
#384944
(56,73,68)
#2C3935
(44,57,53)
#202926
(32,41,38)
#141917
(20,25,23)
#000000
(0,0,0)

Tints of #8CB9AD

#8CB9AD
(140,185,173)
#96BFB4
(150,191,180)
#A0C5BB
(160,197,187)
#AACBC2
(170,203,194)
#B4D1C9
(180,209,201)
#BED7D0
(190,215,208)
#C8DDD7
(200,221,215)
#D2E3DE
(210,227,222)
#DCE9E5
(220,233,229)
#E6EFEC
(230,239,236)
#F0F5F3
(240,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB9AD color. Also use rgb(140,185,173) instead hex code.

Text Font Color

.myTextColor { color: #8CB9AD; }

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

This text font color is #8CB9AD.

Background Color

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

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

This div background color is #8CB9AD.

Border color

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

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

This div border color is #8CB9AD.

Opacity

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

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

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

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

This text has shadow with #8CB9AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CB9AD.

Preview

Color preview on black background

This text has color #8CB9AD on black background.


Color preview on white background

This text has color #8CB9AD on white background.


Black color preview on #8CB9AD background

This text has black color on #8CB9AD background.


White color preview on #8CB9AD background

This text has white color on #8CB9AD background.


Related colors

Complementary color

Complementary color for #hex is #734652.


I love getcolorcode.com

Triadic colors

1 #AD8CB9 and #B9AD8C with #8CB9AD are triadic colors.

2 #ADB98C and #B98CAD with #8CB9AD are triadic colors.