COLOR #8CCDD7

HEX: #8CCDD7
RGB: (140,205,215)

Color info

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

RGB color model

#8CCDD7 color RGB value is (140,205,215).

  • red value is 140;
  • green value is 205;
  • blue value is 215.
RGB:
(140,205,215)
(55%,80%,84%)

RGB channels and saturation

R 140 of 255 = 55%
G 205 of 255 = 80%
B 215 of 255 = 84%

140
205
215

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

Portions of RGB colors in percentages

R + G + B =
140 + 205 + 215 = 560 (100%)
R 140 of 560 ~ 25%
G 205 of 560 ~ 36.61%
B 215 of 560 ~ 38.39%

%25
%36.61
%38.39

CMYK color model

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

  • cyan value is 34.88%
  • magenta value is 4.65%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(35,5,0,16)
C35M5Y0K16 
(35%,5%,0%,16%)
(0.35/0.05/0.00/0.16)	

CMYK percentages

%34.88
%4.65
%0
%15.69

Codes

Color #8CCDD7 in popluar color models

8CCDD7
RGB140205215
HSL188°48.39%69.61%
HSB/HSV188°34.88%84.31%
CMYK34.88%4.65%0.00%
15.69%

Color #8CCDD7 in popluar number systems.

HEX8CCDD7
Decimal140205215
Binary100011001100110111010111
Octal214315327

Shades and tints

Shades of #8CCDD7

#8CCDD7
(140,205,215)
#80BBC4
(128,187,196)
#74A9B1
(116,169,177)
#68979E
(104,151,158)
#5C858B
(92,133,139)
#507378
(80,115,120)
#446165
(68,97,101)
#384F52
(56,79,82)
#2C3D3F
(44,61,63)
#202B2C
(32,43,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #8CCDD7

#8CCDD7
(140,205,215)
#96D1DA
(150,209,218)
#A0D5DD
(160,213,221)
#AAD9E0
(170,217,224)
#B4DDE3
(180,221,227)
#BEE1E6
(190,225,230)
#C8E5E9
(200,229,233)
#D2E9EC
(210,233,236)
#DCEDEF
(220,237,239)
#E6F1F2
(230,241,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCDD7 color. Also use rgb(140,205,215) instead hex code.

Text Font Color

.myTextColor { color: #8CCDD7; }

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

This text font color is #8CCDD7.


Background Color

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

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

This div background color is #8CCDD7.


Border color

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

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

This div border color is #8CCDD7.


Opacity

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

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

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

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

This text has shadow with #8CCDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CCDD7 on black background.


Color preview on white background

This text has color #8CCDD7 on white background.



Black color preview on #8CCDD7 background

This text has black color on #8CCDD7 background.


White color preview on #8CCDD7 background

This text has white color on #8CCDD7 background.