COLOR #8CC2BE

HEX: #8CC2BE RGB: (140,194,190)

Color info

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

RGB color model

#8CC2BE color RGB value is (140,194,190).

RGB: (140,194,190) (55%, 76%, 75%)

RGB channels and saturation

R 140 of 255 = 55%
G 194 of 255 = 76%
B 190 of 255 = 75%

140
194
190

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

Portions of RGB colors in percentages

R + G + B = 140 + 194 + 190 = 524 (100%)
R 140 of 524 ~ 26.72%
G 194 of 524 ~ 37.02%
B 190 of 524 ~ 36.26'%

%26.72
%37.02
%36.26

CMYK color model

#8CC2BE color CMYK value is (28,0,2,24).

  • cyan value is 27.84%
  • magenta value is 0.00%
  • yellow value is 2.06%
  • key color value is 23.92%

CMYK: (28,0,2,24)
C28M0Y2K24 (28%, 0%, 2%, 24%)
(0.28 / 0.00 / 0.02 / 0.24)

CMYK percentages

%27.84
%0
%2.06
%23.92

Codes

Color #8CC2BE in popluar color models

8C C2 BE
RGB 140 194 190
HSL 176° 30.68% 65.49%
HSB/HSV 176° 27.84% 76.08%
CMYK 27.84% 0.00% 2.06%
23.92%

Color #8CC2BE in popluar number systems.

HEX 8C C2 BE
Decimal 140 194 190
Binary 10001100 11000010 10111110
Octal 214 302 276

Shades and tints

Shades of #8CC2BE

#8CC2BE
(140,194,190)
#80B1AD
(128,177,173)
#74A09C
(116,160,156)
#688F8B
(104,143,139)
#5C7E7A
(92,126,122)
#506D69
(80,109,105)
#445C58
(68,92,88)
#384B47
(56,75,71)
#2C3A36
(44,58,54)
#202925
(32,41,37)
#141814
(20,24,20)
#000000
(0,0,0)

Tints of #8CC2BE

#8CC2BE
(140,194,190)
#96C7C3
(150,199,195)
#A0CCC8
(160,204,200)
#AAD1CD
(170,209,205)
#B4D6D2
(180,214,210)
#BEDBD7
(190,219,215)
#C8E0DC
(200,224,220)
#D2E5E1
(210,229,225)
#DCEAE6
(220,234,230)
#E6EFEB
(230,239,235)
#F0F4F0
(240,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC2BE color. Also use rgb(140,194,190) instead hex code.

Text Font Color

.myTextColor { color: #8CC2BE; }

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

This text font color is #8CC2BE.

Background Color

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

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

This div background color is #8CC2BE.

Border color

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

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

This div border color is #8CC2BE.

Opacity

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

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

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

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

This text has shadow with #8CC2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC2BE.

Preview

Color preview on black background

This text has color #8CC2BE on black background.


Color preview on white background

This text has color #8CC2BE on white background.


Black color preview on #8CC2BE background

This text has black color on #8CC2BE background.


White color preview on #8CC2BE background

This text has white color on #8CC2BE background.


Related colors

Complementary color

Complementary color for #hex is #733D41.


I love getcolorcode.com

Triadic colors

1 #BE8CC2 and #C2BE8C with #8CC2BE are triadic colors.

2 #BEC28C and #C28CBE with #8CC2BE are triadic colors.