COLOR #8CB7AD

HEX: #8CB7AD
RGB: (140,183,173)

Color info

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

RGB color model

#8CB7AD color RGB value is (140,183,173).

  • red value is 140;
  • green value is 183;
  • blue value is 173.
RGB:
(140,183,173)
(55%,72%,68%)

RGB channels and saturation

R 140 of 255 = 55%
G 183 of 255 = 72%
B 173 of 255 = 68%

140
183
173

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

Portions of RGB colors in percentages

R + G + B =
140 + 183 + 173 = 496 (100%)
R 140 of 496 ~ 28.23%
G 183 of 496 ~ 36.9%
B 173 of 496 ~ 34.88%

%28.23
%36.9
%34.88

CMYK color model

#8CB7AD color CMYK value is (23,0,5,28).

  • cyan value is 23.50%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%
CMYK:
(23,0,5,28)
C23M0Y5K28 
(23%,0%,5%,28%)
(0.23/0.00/0.05/0.28)	

CMYK percentages

%23.5
%0
%5.46
%28.24

Codes

Color #8CB7AD in popluar color models

8CB7AD
RGB140183173
HSL166°22.99%63.33%
HSB/HSV166°23.50%71.76%
CMYK23.50%0.00%5.46%
28.24%

Color #8CB7AD in popluar number systems.

HEX8CB7AD
Decimal140183173
Binary100011001011011110101101
Octal214267255

Shades and tints

Shades of #8CB7AD

#8CB7AD
(140,183,173)
#80A79E
(128,167,158)
#74978F
(116,151,143)
#688780
(104,135,128)
#5C7771
(92,119,113)
#506762
(80,103,98)
#445753
(68,87,83)
#384744
(56,71,68)
#2C3735
(44,55,53)
#202726
(32,39,38)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #8CB7AD

#8CB7AD
(140,183,173)
#96BDB4
(150,189,180)
#A0C3BB
(160,195,187)
#AAC9C2
(170,201,194)
#B4CFC9
(180,207,201)
#BED5D0
(190,213,208)
#C8DBD7
(200,219,215)
#D2E1DE
(210,225,222)
#DCE7E5
(220,231,229)
#E6EDEC
(230,237,236)
#F0F3F3
(240,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CB7AD; }

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

This text font color is #8CB7AD.


Background Color

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

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

This div background color is #8CB7AD.


Border color

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

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

This div border color is #8CB7AD.


Opacity

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

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

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

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

This text has shadow with #8CB7AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB7AD on black background.


Color preview on white background

This text has color #8CB7AD on white background.



Black color preview on #8CB7AD background

This text has black color on #8CB7AD background.


White color preview on #8CB7AD background

This text has white color on #8CB7AD background.