COLOR #8CD3CE

HEX: #8CD3CE RGB: (140,211,206)

Color info

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

RGB color model

#8CD3CE color RGB value is (140,211,206).

RGB: (140,211,206) (55%, 83%, 81%)

RGB channels and saturation

R 140 of 255 = 55%
G 211 of 255 = 83%
B 206 of 255 = 81%

140
211
206

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

Portions of RGB colors in percentages

R + G + B = 140 + 211 + 206 = 557 (100%)
R 140 of 557 ~ 25.13%
G 211 of 557 ~ 37.88%
B 206 of 557 ~ 36.98'%

%25.13
%37.88
%36.98

CMYK color model

#8CD3CE color CMYK value is (34,0,2,17).

  • cyan value is 33.65%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 17.25%

CMYK: (34,0,2,17)
C34M0Y2K17 (34%, 0%, 2%, 17%)
(0.34 / 0.00 / 0.02 / 0.17)

CMYK percentages

%33.65
%0
%2.37
%17.25

Codes

Color #8CD3CE in popluar color models

8C D3 CE
RGB 140 211 206
HSL 176° 44.65% 68.82%
HSB/HSV 176° 33.65% 82.75%
CMYK 33.65% 0.00% 2.37%
17.25%

Color #8CD3CE in popluar number systems.

HEX 8C D3 CE
Decimal 140 211 206
Binary 10001100 11010011 11001110
Octal 214 323 316

Shades and tints

Shades of #8CD3CE

#8CD3CE
(140,211,206)
#80C0BC
(128,192,188)
#74ADAA
(116,173,170)
#689A98
(104,154,152)
#5C8786
(92,135,134)
#507474
(80,116,116)
#446162
(68,97,98)
#384E50
(56,78,80)
#2C3B3E
(44,59,62)
#20282C
(32,40,44)
#14151A
(20,21,26)
#000000
(0,0,0)

Tints of #8CD3CE

#8CD3CE
(140,211,206)
#96D7D2
(150,215,210)
#A0DBD6
(160,219,214)
#AADFDA
(170,223,218)
#B4E3DE
(180,227,222)
#BEE7E2
(190,231,226)
#C8EBE6
(200,235,230)
#D2EFEA
(210,239,234)
#DCF3EE
(220,243,238)
#E6F7F2
(230,247,242)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD3CE color. Also use rgb(140,211,206) instead hex code.

Text Font Color

.myTextColor { color: #8CD3CE; }

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

This text font color is #8CD3CE.

Background Color

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

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

This div background color is #8CD3CE.

Border color

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

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

This div border color is #8CD3CE.

Opacity

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

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

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

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

This text has shadow with #8CD3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD3CE.

Preview

Color preview on black background

This text has color #8CD3CE on black background.


Color preview on white background

This text has color #8CD3CE on white background.


Black color preview on #8CD3CE background

This text has black color on #8CD3CE background.


White color preview on #8CD3CE background

This text has white color on #8CD3CE background.


Related colors

Complementary color

Complementary color for #hex is #732C31.


I love getcolorcode.com

Triadic colors

1 #CE8CD3 and #D3CE8C with #8CD3CE are triadic colors.

2 #CED38C and #D38CCE with #8CD3CE are triadic colors.