COLOR #8CDCC5

HEX: #8CDCC5 RGB: (140,220,197)

Color info

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

RGB color model

#8CDCC5 color RGB value is (140,220,197).

RGB: (140,220,197) (55%, 86%, 77%)

RGB channels and saturation

R 140 of 255 = 55%
G 220 of 255 = 86%
B 197 of 255 = 77%

140
220
197

R + G + B ~ 73%. #8CDCC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 220 + 197 = 557 (100%)
R 140 of 557 ~ 25.13%
G 220 of 557 ~ 39.5%
B 197 of 557 ~ 35.37'%

%25.13
%39.5
%35.37

CMYK color model

#8CDCC5 color CMYK value is (36,0,10,14).

  • cyan value is 36.36%
  • magenta value is 0.00%
  • yellow value is 10.45%
  • key color value is 13.73%

CMYK: (36,0,10,14)
C36M0Y10K14 (36%, 0%, 10%, 14%)
(0.36 / 0.00 / 0.10 / 0.14)

CMYK percentages

%36.36
%0
%10.45
%13.73

Codes

Color #8CDCC5 in popluar color models

8C DC C5
RGB 140 220 197
HSL 163° 53.33% 70.59%
HSB/HSV 163° 36.36% 86.27%
CMYK 36.36% 0.00% 10.45%
13.73%

Color #8CDCC5 in popluar number systems.

HEX 8C DC C5
Decimal 140 220 197
Binary 10001100 11011100 11000101
Octal 214 334 305

Shades and tints

Shades of #8CDCC5

#8CDCC5
(140,220,197)
#80C8B4
(128,200,180)
#74B4A3
(116,180,163)
#68A092
(104,160,146)
#5C8C81
(92,140,129)
#507870
(80,120,112)
#44645F
(68,100,95)
#38504E
(56,80,78)
#2C3C3D
(44,60,61)
#20282C
(32,40,44)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #8CDCC5

#8CDCC5
(140,220,197)
#96DFCA
(150,223,202)
#A0E2CF
(160,226,207)
#AAE5D4
(170,229,212)
#B4E8D9
(180,232,217)
#BEEBDE
(190,235,222)
#C8EEE3
(200,238,227)
#D2F1E8
(210,241,232)
#DCF4ED
(220,244,237)
#E6F7F2
(230,247,242)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDCC5 color. Also use rgb(140,220,197) instead hex code.

Text Font Color

.myTextColor { color: #8CDCC5; }

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

This text font color is #8CDCC5.

Background Color

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

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

This div background color is #8CDCC5.

Border color

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

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

This div border color is #8CDCC5.

Opacity

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

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

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

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

This text has shadow with #8CDCC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CDCC5.

Preview

Color preview on black background

This text has color #8CDCC5 on black background.


Color preview on white background

This text has color #8CDCC5 on white background.


Black color preview on #8CDCC5 background

This text has black color on #8CDCC5 background.


White color preview on #8CDCC5 background

This text has white color on #8CDCC5 background.


Related colors

Complementary color

Complementary color for #hex is #73233A.


I love getcolorcode.com

Triadic colors

1 #C58CDC and #DCC58C with #8CDCC5 are triadic colors.

2 #C5DC8C and #DC8CC5 with #8CDCC5 are triadic colors.