COLOR #8CCAC3

HEX: #8CCAC3
RGB: (140,202,195)

Color info

#8CCAC3 contains mainly green and blue colors. Web safe color of #8CCAC3 is #99CCCC (or #9CC).

RGB color model

#8CCAC3 color RGB value is (140,202,195).

  • red value is 140;
  • green value is 202;
  • blue value is 195.
RGB:
(140,202,195)
(55%,79%,76%)

RGB channels and saturation

R 140 of 255 = 55%
G 202 of 255 = 79%
B 195 of 255 = 76%

140
202
195

R + G + B ~ 70%. #8CCAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 202 + 195 = 537 (100%)
R 140 of 537 ~ 26.07%
G 202 of 537 ~ 37.62%
B 195 of 537 ~ 36.31%

%26.07
%37.62
%36.31

CMYK color model

#8CCAC3 color CMYK value is (31,0,3,21).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 20.78%
CMYK:
(31,0,3,21)
C31M0Y3K21 
(31%,0%,3%,21%)
(0.31/0.00/0.03/0.21)	

CMYK percentages

%30.69
%0
%3.47
%20.78

Codes

Color #8CCAC3 in popluar color models

8CCAC3
RGB140202195
HSL173°36.90%67.06%
HSB/HSV173°30.69%79.22%
CMYK30.69%0.00%3.47%
20.78%

Color #8CCAC3 in popluar number systems.

HEX8CCAC3
Decimal140202195
Binary100011001100101011000011
Octal214312303

Shades and tints

Shades of #8CCAC3

#8CCAC3
(140,202,195)
#80B8B2
(128,184,178)
#74A6A1
(116,166,161)
#689490
(104,148,144)
#5C827F
(92,130,127)
#50706E
(80,112,110)
#445E5D
(68,94,93)
#384C4C
(56,76,76)
#2C3A3B
(44,58,59)
#20282A
(32,40,42)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #8CCAC3

#8CCAC3
(140,202,195)
#96CEC8
(150,206,200)
#A0D2CD
(160,210,205)
#AAD6D2
(170,214,210)
#B4DAD7
(180,218,215)
#BEDEDC
(190,222,220)
#C8E2E1
(200,226,225)
#D2E6E6
(210,230,230)
#DCEAEB
(220,234,235)
#E6EEF0
(230,238,240)
#F0F2F5
(240,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCAC3 color. Also use rgb(140,202,195) instead hex code.

Text Font Color

.myTextColor { color: #8CCAC3; }

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

This text font color is #8CCAC3.


Background Color

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

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

This div background color is #8CCAC3.


Border color

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

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

This div border color is #8CCAC3.


Opacity

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

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

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

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

This text has shadow with #8CCAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCAC3 on black background.


Color preview on white background

This text has color #8CCAC3 on white background.



Black color preview on #8CCAC3 background

This text has black color on #8CCAC3 background.


White color preview on #8CCAC3 background

This text has white color on #8CCAC3 background.