COLOR #8CCAB3

HEX: #8CCAB3
RGB: (140,202,179)

Color info

#8CCAB3 contains mainly green and blue colors. Web safe color of #8CCAB3 is #99CC99 (or #9C9).

RGB color model

#8CCAB3 color RGB value is (140,202,179).

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

RGB channels and saturation

R 140 of 255 = 55%
G 202 of 255 = 79%
B 179 of 255 = 70%

140
202
179

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

Portions of RGB colors in percentages

R + G + B =
140 + 202 + 179 = 521 (100%)
R 140 of 521 ~ 26.87%
G 202 of 521 ~ 38.77%
B 179 of 521 ~ 34.36%

%26.87
%38.77
%34.36

CMYK color model

#8CCAB3 color CMYK value is (31,0,11,21).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 20.78%
CMYK:
(31,0,11,21)
C31M0Y11K21 
(31%,0%,11%,21%)
(0.31/0.00/0.11/0.21)	

CMYK percentages

%30.69
%0
%11.39
%20.78

Codes

Color #8CCAB3 in popluar color models

8CCAB3
RGB140202179
HSL158°36.90%67.06%
HSB/HSV158°30.69%79.22%
CMYK30.69%0.00%11.39%
20.78%

Color #8CCAB3 in popluar number systems.

HEX8CCAB3
Decimal140202179
Binary100011001100101010110011
Octal214312263

Shades and tints

Shades of #8CCAB3

#8CCAB3
(140,202,179)
#80B8A3
(128,184,163)
#74A693
(116,166,147)
#689483
(104,148,131)
#5C8273
(92,130,115)
#507063
(80,112,99)
#445E53
(68,94,83)
#384C43
(56,76,67)
#2C3A33
(44,58,51)
#202823
(32,40,35)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #8CCAB3

#8CCAB3
(140,202,179)
#96CEB9
(150,206,185)
#A0D2BF
(160,210,191)
#AAD6C5
(170,214,197)
#B4DACB
(180,218,203)
#BEDED1
(190,222,209)
#C8E2D7
(200,226,215)
#D2E6DD
(210,230,221)
#DCEAE3
(220,234,227)
#E6EEE9
(230,238,233)
#F0F2EF
(240,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCAB3; }

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

This text font color is #8CCAB3.


Background Color

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

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

This div background color is #8CCAB3.


Border color

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

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

This div border color is #8CCAB3.


Opacity

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

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

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

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

This text has shadow with #8CCAB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCAB3 on black background.


Color preview on white background

This text has color #8CCAB3 on white background.



Black color preview on #8CCAB3 background

This text has black color on #8CCAB3 background.


White color preview on #8CCAB3 background

This text has white color on #8CCAB3 background.