COLOR #8CD6D5

HEX: #8CD6D5
RGB: (140,214,213)

Color info

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

RGB color model

#8CD6D5 color RGB value is (140,214,213).

  • red value is 140;
  • green value is 214;
  • blue value is 213.
RGB:
(140,214,213)
(55%,84%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 214 of 255 = 84%
B 213 of 255 = 84%

140
214
213

R + G + B ~ 74%. #8CD6D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 214 + 213 = 567 (100%)
R 140 of 567 ~ 24.69%
G 214 of 567 ~ 37.74%
B 213 of 567 ~ 37.57%

%24.69
%37.74
%37.57

CMYK color model

#8CD6D5 color CMYK value is (35,0,0,16).

  • cyan value is 34.58%
  • magenta value is 0.00%
  • yellow value is 0.47%
  • key color value is 16.08%
CMYK:
(35,0,0,16)
C35M0Y0K16 
(35%,0%,0%,16%)
(0.35/0.00/0.00/0.16)	

CMYK percentages

%34.58
%0
%0.47
%16.08

Codes

Color #8CD6D5 in popluar color models

8CD6D5
RGB140214213
HSL179°47.44%69.41%
HSB/HSV179°34.58%83.92%
CMYK34.58%0.00%0.47%
16.08%

Color #8CD6D5 in popluar number systems.

HEX8CD6D5
Decimal140214213
Binary100011001101011011010101
Octal214326325

Shades and tints

Shades of #8CD6D5

#8CD6D5
(140,214,213)
#80C3C2
(128,195,194)
#74B0AF
(116,176,175)
#689D9C
(104,157,156)
#5C8A89
(92,138,137)
#507776
(80,119,118)
#446463
(68,100,99)
#385150
(56,81,80)
#2C3E3D
(44,62,61)
#202B2A
(32,43,42)
#141817
(20,24,23)
#000000
(0,0,0)

Tints of #8CD6D5

#8CD6D5
(140,214,213)
#96D9D8
(150,217,216)
#A0DCDB
(160,220,219)
#AADFDE
(170,223,222)
#B4E2E1
(180,226,225)
#BEE5E4
(190,229,228)
#C8E8E7
(200,232,231)
#D2EBEA
(210,235,234)
#DCEEED
(220,238,237)
#E6F1F0
(230,241,240)
#F0F4F3
(240,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD6D5 color. Also use rgb(140,214,213) instead hex code.

Text Font Color

.myTextColor { color: #8CD6D5; }

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

This text font color is #8CD6D5.


Background Color

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

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

This div background color is #8CD6D5.


Border color

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

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

This div border color is #8CD6D5.


Opacity

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

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

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

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

This text has shadow with #8CD6D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD6D5 on black background.


Color preview on white background

This text has color #8CD6D5 on white background.



Black color preview on #8CD6D5 background

This text has black color on #8CD6D5 background.


White color preview on #8CD6D5 background

This text has white color on #8CD6D5 background.