COLOR #8CCABB

HEX: #8CCABB RGB: (140,202,187)

Color info

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

RGB color model

#8CCABB color RGB value is (140,202,187).

RGB: (140,202,187) (55%, 79%, 73%)

RGB channels and saturation

R 140 of 255 = 55%
G 202 of 255 = 79%
B 187 of 255 = 73%

140
202
187

R + G + B ~ 69%. #8CCABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 202 + 187 = 529 (100%)
R 140 of 529 ~ 26.47%
G 202 of 529 ~ 38.19%
B 187 of 529 ~ 35.35'%

%26.47
%38.19
%35.35

CMYK color model

#8CCABB color CMYK value is (31,0,7,21).

  • cyan value is 30.69%
  • magenta value is 0.00%
  • yellow value is 7.43%
  • key color value is 20.78%

CMYK: (31,0,7,21)
C31M0Y7K21 (31%, 0%, 7%, 21%)
(0.31 / 0.00 / 0.07 / 0.21)

CMYK percentages

%30.69
%0
%7.43
%20.78

Codes

Color #8CCABB in popluar color models

8C CA BB
RGB 140 202 187
HSL 165° 36.90% 67.06%
HSB/HSV 165° 30.69% 79.22%
CMYK 30.69% 0.00% 7.43%
20.78%

Color #8CCABB in popluar number systems.

HEX 8C CA BB
Decimal 140 202 187
Binary 10001100 11001010 10111011
Octal 214 312 273

Shades and tints

Shades of #8CCABB

#8CCABB
(140,202,187)
#80B8AA
(128,184,170)
#74A699
(116,166,153)
#689488
(104,148,136)
#5C8277
(92,130,119)
#507066
(80,112,102)
#445E55
(68,94,85)
#384C44
(56,76,68)
#2C3A33
(44,58,51)
#202822
(32,40,34)
#141611
(20,22,17)
#000000
(0,0,0)

Tints of #8CCABB

#8CCABB
(140,202,187)
#96CEC1
(150,206,193)
#A0D2C7
(160,210,199)
#AAD6CD
(170,214,205)
#B4DAD3
(180,218,211)
#BEDED9
(190,222,217)
#C8E2DF
(200,226,223)
#D2E6E5
(210,230,229)
#DCEAEB
(220,234,235)
#E6EEF1
(230,238,241)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CCABB; }

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

This text font color is #8CCABB.

Background Color

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

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

This div background color is #8CCABB.

Border color

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

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

This div border color is #8CCABB.

Opacity

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

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

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

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

This text has shadow with #8CCABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCABB.

Preview

Color preview on black background

This text has color #8CCABB on black background.


Color preview on white background

This text has color #8CCABB on white background.


Black color preview on #8CCABB background

This text has black color on #8CCABB background.


White color preview on #8CCABB background

This text has white color on #8CCABB background.


Related colors

Complementary color

Complementary color for #hex is #733544.


I love getcolorcode.com

Triadic colors

1 #BB8CCA and #CABB8C with #8CCABB are triadic colors.

2 #BBCA8C and #CA8CBB with #8CCABB are triadic colors.