COLOR #8CB8AC

HEX: #8CB8AC
RGB: (140,184,172)

Color info

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

RGB color model

#8CB8AC color RGB value is (140,184,172).

  • red value is 140;
  • green value is 184;
  • blue value is 172.
RGB:
(140,184,172)
(55%,72%,67%)

RGB channels and saturation

R 140 of 255 = 55%
G 184 of 255 = 72%
B 172 of 255 = 67%

140
184
172

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

Portions of RGB colors in percentages

R + G + B =
140 + 184 + 172 = 496 (100%)
R 140 of 496 ~ 28.23%
G 184 of 496 ~ 37.1%
B 172 of 496 ~ 34.68%

%28.23
%37.1
%34.68

CMYK color model

#8CB8AC color CMYK value is (24,0,7,28).

  • cyan value is 23.91%
  • magenta value is 0.00%
  • yellow value is 6.52%
  • key color value is 27.84%
CMYK:
(24,0,7,28)
C24M0Y7K28 
(24%,0%,7%,28%)
(0.24/0.00/0.07/0.28)	

CMYK percentages

%23.91
%0
%6.52
%27.84

Codes

Color #8CB8AC in popluar color models

8CB8AC
RGB140184172
HSL164°23.66%63.53%
HSB/HSV164°23.91%72.16%
CMYK23.91%0.00%6.52%
27.84%

Color #8CB8AC in popluar number systems.

HEX8CB8AC
Decimal140184172
Binary100011001011100010101100
Octal214270254

Shades and tints

Shades of #8CB8AC

#8CB8AC
(140,184,172)
#80A89D
(128,168,157)
#74988E
(116,152,142)
#68887F
(104,136,127)
#5C7870
(92,120,112)
#506861
(80,104,97)
#445852
(68,88,82)
#384843
(56,72,67)
#2C3834
(44,56,52)
#202825
(32,40,37)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #8CB8AC

#8CB8AC
(140,184,172)
#96BEB3
(150,190,179)
#A0C4BA
(160,196,186)
#AACAC1
(170,202,193)
#B4D0C8
(180,208,200)
#BED6CF
(190,214,207)
#C8DCD6
(200,220,214)
#D2E2DD
(210,226,221)
#DCE8E4
(220,232,228)
#E6EEEB
(230,238,235)
#F0F4F2
(240,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CB8AC color. Also use rgb(140,184,172) instead hex code.

Text Font Color

.myTextColor { color: #8CB8AC; }

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

This text font color is #8CB8AC.


Background Color

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

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

This div background color is #8CB8AC.


Border color

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

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

This div border color is #8CB8AC.


Opacity

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

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

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

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

This text has shadow with #8CB8AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CB8AC on black background.


Color preview on white background

This text has color #8CB8AC on white background.



Black color preview on #8CB8AC background

This text has black color on #8CB8AC background.


White color preview on #8CB8AC background

This text has white color on #8CB8AC background.