COLOR #8CC1DC

HEX: #8CC1DC
RGB: (140,193,220)

Color info

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

RGB color model

#8CC1DC color RGB value is (140,193,220).

  • red value is 140;
  • green value is 193;
  • blue value is 220.
RGB:
(140,193,220)
(55%,76%,86%)

RGB channels and saturation

R 140 of 255 = 55%
G 193 of 255 = 76%
B 220 of 255 = 86%

140
193
220

R + G + B ~ 72%. #8CC1DC is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 193 + 220 = 553 (100%)
R 140 of 553 ~ 25.32%
G 193 of 553 ~ 34.9%
B 220 of 553 ~ 39.78%

%25.32
%34.9
%39.78

CMYK color model

#8CC1DC color CMYK value is (36,12,0,14).

  • cyan value is 36.36%
  • magenta value is 12.27%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(36,12,0,14)
C36M12Y0K14 
(36%,12%,0%,14%)
(0.36/0.12/0.00/0.14)	

CMYK percentages

%36.36
%12.27
%0
%13.73

Codes

Color #8CC1DC in popluar color models

8CC1DC
RGB140193220
HSL200°53.33%70.59%
HSB/HSV200°36.36%86.27%
CMYK36.36%12.27%0.00%
13.73%

Color #8CC1DC in popluar number systems.

HEX8CC1DC
Decimal140193220
Binary100011001100000111011100
Octal214301334

Shades and tints

Shades of #8CC1DC

#8CC1DC
(140,193,220)
#80B0C8
(128,176,200)
#749FB4
(116,159,180)
#688EA0
(104,142,160)
#5C7D8C
(92,125,140)
#506C78
(80,108,120)
#445B64
(68,91,100)
#384A50
(56,74,80)
#2C393C
(44,57,60)
#202828
(32,40,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #8CC1DC

#8CC1DC
(140,193,220)
#96C6DF
(150,198,223)
#A0CBE2
(160,203,226)
#AAD0E5
(170,208,229)
#B4D5E8
(180,213,232)
#BEDAEB
(190,218,235)
#C8DFEE
(200,223,238)
#D2E4F1
(210,228,241)
#DCE9F4
(220,233,244)
#E6EEF7
(230,238,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC1DC; }

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

This text font color is #8CC1DC.


Background Color

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

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

This div background color is #8CC1DC.


Border color

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

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

This div border color is #8CC1DC.


Opacity

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

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

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

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

This text has shadow with #8CC1DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC1DC on black background.


Color preview on white background

This text has color #8CC1DC on white background.



Black color preview on #8CC1DC background

This text has black color on #8CC1DC background.


White color preview on #8CC1DC background

This text has white color on #8CC1DC background.