COLOR #8CC9DE

HEX: #8CC9DE
RGB: (140,201,222)

Color info

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

RGB color model

#8CC9DE color RGB value is (140,201,222).

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

RGB channels and saturation

R 140 of 255 = 55%
G 201 of 255 = 79%
B 222 of 255 = 87%

140
201
222

R + G + B ~ 74%. #8CC9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 201 + 222 = 563 (100%)
R 140 of 563 ~ 24.87%
G 201 of 563 ~ 35.7%
B 222 of 563 ~ 39.43%

%24.87
%35.7
%39.43

CMYK color model

#8CC9DE color CMYK value is (37,9,0,13).

  • cyan value is 36.94%
  • magenta value is 9.46%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(37,9,0,13)
C37M9Y0K13 
(37%,9%,0%,13%)
(0.37/0.09/0.00/0.13)	

CMYK percentages

%36.94
%9.46
%0
%12.94

Codes

Color #8CC9DE in popluar color models

8CC9DE
RGB140201222
HSL195°55.41%70.98%
HSB/HSV195°36.94%87.06%
CMYK36.94%9.46%0.00%
12.94%

Color #8CC9DE in popluar number systems.

HEX8CC9DE
Decimal140201222
Binary100011001100100111011110
Octal214311336

Shades and tints

Shades of #8CC9DE

#8CC9DE
(140,201,222)
#80B7CA
(128,183,202)
#74A5B6
(116,165,182)
#6893A2
(104,147,162)
#5C818E
(92,129,142)
#506F7A
(80,111,122)
#445D66
(68,93,102)
#384B52
(56,75,82)
#2C393E
(44,57,62)
#20272A
(32,39,42)
#141516
(20,21,22)
#000000
(0,0,0)

Tints of #8CC9DE

#8CC9DE
(140,201,222)
#96CDE1
(150,205,225)
#A0D1E4
(160,209,228)
#AAD5E7
(170,213,231)
#B4D9EA
(180,217,234)
#BEDDED
(190,221,237)
#C8E1F0
(200,225,240)
#D2E5F3
(210,229,243)
#DCE9F6
(220,233,246)
#E6EDF9
(230,237,249)
#F0F1FC
(240,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC9DE; }

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

This text font color is #8CC9DE.


Background Color

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

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

This div background color is #8CC9DE.


Border color

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

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

This div border color is #8CC9DE.


Opacity

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

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

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

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

This text has shadow with #8CC9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC9DE on black background.


Color preview on white background

This text has color #8CC9DE on white background.



Black color preview on #8CC9DE background

This text has black color on #8CC9DE background.


White color preview on #8CC9DE background

This text has white color on #8CC9DE background.