COLOR #8CC5DE

HEX: #8CC5DE
RGB: (140,197,222)

Color info

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

RGB color model

#8CC5DE color RGB value is (140,197,222).

  • red value is 140;
  • green value is 197;
  • blue value is 222.
RGB:
(140,197,222)
(55%,77%,87%)

RGB channels and saturation

R 140 of 255 = 55%
G 197 of 255 = 77%
B 222 of 255 = 87%

140
197
222

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

Portions of RGB colors in percentages

R + G + B =
140 + 197 + 222 = 559 (100%)
R 140 of 559 ~ 25.04%
G 197 of 559 ~ 35.24%
B 222 of 559 ~ 39.71%

%25.04
%35.24
%39.71

CMYK color model

#8CC5DE color CMYK value is (37,11,0,13).

  • cyan value is 36.94%
  • magenta value is 11.26%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(37,11,0,13)
C37M11Y0K13 
(37%,11%,0%,13%)
(0.37/0.11/0.00/0.13)	

CMYK percentages

%36.94
%11.26
%0
%12.94

Codes

Color #8CC5DE in popluar color models

8CC5DE
RGB140197222
HSL198°55.41%70.98%
HSB/HSV198°36.94%87.06%
CMYK36.94%11.26%0.00%
12.94%

Color #8CC5DE in popluar number systems.

HEX8CC5DE
Decimal140197222
Binary100011001100010111011110
Octal214305336

Shades and tints

Shades of #8CC5DE

#8CC5DE
(140,197,222)
#80B4CA
(128,180,202)
#74A3B6
(116,163,182)
#6892A2
(104,146,162)
#5C818E
(92,129,142)
#50707A
(80,112,122)
#445F66
(68,95,102)
#384E52
(56,78,82)
#2C3D3E
(44,61,62)
#202C2A
(32,44,42)
#141B16
(20,27,22)
#000000
(0,0,0)

Tints of #8CC5DE

#8CC5DE
(140,197,222)
#96CAE1
(150,202,225)
#A0CFE4
(160,207,228)
#AAD4E7
(170,212,231)
#B4D9EA
(180,217,234)
#BEDEED
(190,222,237)
#C8E3F0
(200,227,240)
#D2E8F3
(210,232,243)
#DCEDF6
(220,237,246)
#E6F2F9
(230,242,249)
#F0F7FC
(240,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC5DE color. Also use rgb(140,197,222) instead hex code.

Text Font Color

.myTextColor { color: #8CC5DE; }

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

This text font color is #8CC5DE.


Background Color

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

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

This div background color is #8CC5DE.


Border color

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

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

This div border color is #8CC5DE.


Opacity

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

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

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

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

This text has shadow with #8CC5DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC5DE on black background.


Color preview on white background

This text has color #8CC5DE on white background.



Black color preview on #8CC5DE background

This text has black color on #8CC5DE background.


White color preview on #8CC5DE background

This text has white color on #8CC5DE background.