COLOR #8CBBA0

HEX: #8CBBA0 RGB: (140,187,160)

Color info

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

RGB color model

#8CBBA0 color RGB value is (140,187,160).

RGB: (140,187,160) (55%, 73%, 63%)

RGB channels and saturation

R 140 of 255 = 55%
G 187 of 255 = 73%
B 160 of 255 = 63%

140
187
160

R + G + B ~ 64%. #8CBBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 187 + 160 = 487 (100%)
R 140 of 487 ~ 28.75%
G 187 of 487 ~ 38.4%
B 160 of 487 ~ 32.85'%

%28.75
%38.4
%32.85

CMYK color model

#8CBBA0 color CMYK value is (25,0,14,27).

  • cyan value is 25.13%
  • magenta value is 0.00%
  • yellow value is 14.44%
  • key color value is 26.67%

CMYK: (25,0,14,27)
C25M0Y14K27 (25%, 0%, 14%, 27%)
(0.25 / 0.00 / 0.14 / 0.27)

CMYK percentages

%25.13
%0
%14.44
%26.67

Codes

Color #8CBBA0 in popluar color models

8C BB A0
RGB 140 187 160
HSL 146° 25.68% 64.12%
HSB/HSV 146° 25.13% 73.33%
CMYK 25.13% 0.00% 14.44%
26.67%

Color #8CBBA0 in popluar number systems.

HEX 8C BB A0
Decimal 140 187 160
Binary 10001100 10111011 10100000
Octal 214 273 240

Shades and tints

Shades of #8CBBA0

#8CBBA0
(140,187,160)
#80AA92
(128,170,146)
#749984
(116,153,132)
#688876
(104,136,118)
#5C7768
(92,119,104)
#50665A
(80,102,90)
#44554C
(68,85,76)
#38443E
(56,68,62)
#2C3330
(44,51,48)
#202222
(32,34,34)
#141114
(20,17,20)
#000000
(0,0,0)

Tints of #8CBBA0

#8CBBA0
(140,187,160)
#96C1A8
(150,193,168)
#A0C7B0
(160,199,176)
#AACDB8
(170,205,184)
#B4D3C0
(180,211,192)
#BED9C8
(190,217,200)
#C8DFD0
(200,223,208)
#D2E5D8
(210,229,216)
#DCEBE0
(220,235,224)
#E6F1E8
(230,241,232)
#F0F7F0
(240,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CBBA0; }

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

This text font color is #8CBBA0.

Background Color

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

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

This div background color is #8CBBA0.

Border color

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

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

This div border color is #8CBBA0.

Opacity

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

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

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

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

This text has shadow with #8CBBA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CBBA0.

Preview

Color preview on black background

This text has color #8CBBA0 on black background.


Color preview on white background

This text has color #8CBBA0 on white background.


Black color preview on #8CBBA0 background

This text has black color on #8CBBA0 background.


White color preview on #8CBBA0 background

This text has white color on #8CBBA0 background.


Related colors

Complementary color

Complementary color for #hex is #73445F.


I love getcolorcode.com

Triadic colors

1 #A08CBB and #BBA08C with #8CBBA0 are triadic colors.

2 #A0BB8C and #BB8CA0 with #8CBBA0 are triadic colors.