COLOR #8CC5BA

HEX: #8CC5BA
RGB: (140,197,186)

Color info

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

RGB color model

#8CC5BA color RGB value is (140,197,186).

  • red value is 140;
  • green value is 197;
  • blue value is 186.
RGB:
(140,197,186)
(55%,77%,73%)

RGB channels and saturation

R 140 of 255 = 55%
G 197 of 255 = 77%
B 186 of 255 = 73%

140
197
186

R + G + B ~ 68%. #8CC5BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 197 + 186 = 523 (100%)
R 140 of 523 ~ 26.77%
G 197 of 523 ~ 37.67%
B 186 of 523 ~ 35.56%

%26.77
%37.67
%35.56

CMYK color model

#8CC5BA color CMYK value is (29,0,6,23).

  • cyan value is 28.93%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(29,0,6,23)
C29M0Y6K23 
(29%,0%,6%,23%)
(0.29/0.00/0.06/0.23)	

CMYK percentages

%28.93
%0
%5.58
%22.75

Codes

Color #8CC5BA in popluar color models

8CC5BA
RGB140197186
HSL168°32.95%66.08%
HSB/HSV168°28.93%77.25%
CMYK28.93%0.00%5.58%
22.75%

Color #8CC5BA in popluar number systems.

HEX8CC5BA
Decimal140197186
Binary100011001100010110111010
Octal214305272

Shades and tints

Shades of #8CC5BA

#8CC5BA
(140,197,186)
#80B4AA
(128,180,170)
#74A39A
(116,163,154)
#68928A
(104,146,138)
#5C817A
(92,129,122)
#50706A
(80,112,106)
#445F5A
(68,95,90)
#384E4A
(56,78,74)
#2C3D3A
(44,61,58)
#202C2A
(32,44,42)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #8CC5BA

#8CC5BA
(140,197,186)
#96CAC0
(150,202,192)
#A0CFC6
(160,207,198)
#AAD4CC
(170,212,204)
#B4D9D2
(180,217,210)
#BEDED8
(190,222,216)
#C8E3DE
(200,227,222)
#D2E8E4
(210,232,228)
#DCEDEA
(220,237,234)
#E6F2F0
(230,242,240)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC5BA color. Also use rgb(140,197,186) instead hex code.

Text Font Color

.myTextColor { color: #8CC5BA; }

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

This text font color is #8CC5BA.


Background Color

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

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

This div background color is #8CC5BA.


Border color

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

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

This div border color is #8CC5BA.


Opacity

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

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

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

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

This text has shadow with #8CC5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC5BA on black background.


Color preview on white background

This text has color #8CC5BA on white background.



Black color preview on #8CC5BA background

This text has black color on #8CC5BA background.


White color preview on #8CC5BA background

This text has white color on #8CC5BA background.