COLOR #8CC0D1

HEX: #8CC0D1
RGB: (140,192,209)

Color info

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

RGB color model

#8CC0D1 color RGB value is (140,192,209).

  • red value is 140;
  • green value is 192;
  • blue value is 209.
RGB:
(140,192,209)
(55%,75%,82%)

RGB channels and saturation

R 140 of 255 = 55%
G 192 of 255 = 75%
B 209 of 255 = 82%

140
192
209

R + G + B ~ 71%. #8CC0D1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 192 + 209 = 541 (100%)
R 140 of 541 ~ 25.88%
G 192 of 541 ~ 35.49%
B 209 of 541 ~ 38.63%

%25.88
%35.49
%38.63

CMYK color model

#8CC0D1 color CMYK value is (33,8,0,18).

  • cyan value is 33.01%
  • magenta value is 8.13%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(33,8,0,18)
C33M8Y0K18 
(33%,8%,0%,18%)
(0.33/0.08/0.00/0.18)	

CMYK percentages

%33.01
%8.13
%0
%18.04

Codes

Color #8CC0D1 in popluar color models

8CC0D1
RGB140192209
HSL195°42.86%68.43%
HSB/HSV195°33.01%81.96%
CMYK33.01%8.13%0.00%
18.04%

Color #8CC0D1 in popluar number systems.

HEX8CC0D1
Decimal140192209
Binary100011001100000011010001
Octal214300321

Shades and tints

Shades of #8CC0D1

#8CC0D1
(140,192,209)
#80AFBE
(128,175,190)
#749EAB
(116,158,171)
#688D98
(104,141,152)
#5C7C85
(92,124,133)
#506B72
(80,107,114)
#445A5F
(68,90,95)
#38494C
(56,73,76)
#2C3839
(44,56,57)
#202726
(32,39,38)
#141613
(20,22,19)
#000000
(0,0,0)

Tints of #8CC0D1

#8CC0D1
(140,192,209)
#96C5D5
(150,197,213)
#A0CAD9
(160,202,217)
#AACFDD
(170,207,221)
#B4D4E1
(180,212,225)
#BED9E5
(190,217,229)
#C8DEE9
(200,222,233)
#D2E3ED
(210,227,237)
#DCE8F1
(220,232,241)
#E6EDF5
(230,237,245)
#F0F2F9
(240,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC0D1 color. Also use rgb(140,192,209) instead hex code.

Text Font Color

.myTextColor { color: #8CC0D1; }

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

This text font color is #8CC0D1.


Background Color

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

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

This div background color is #8CC0D1.


Border color

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

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

This div border color is #8CC0D1.


Opacity

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

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

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

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

This text has shadow with #8CC0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC0D1 on black background.


Color preview on white background

This text has color #8CC0D1 on white background.



Black color preview on #8CC0D1 background

This text has black color on #8CC0D1 background.


White color preview on #8CC0D1 background

This text has white color on #8CC0D1 background.