COLOR #8CC2DE

HEX: #8CC2DE RGB: (140,194,222)

Color info

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

RGB color model

#8CC2DE color RGB value is (140,194,222).

RGB: (140,194,222) (55%, 76%, 87%)

RGB channels and saturation

R 140 of 255 = 55%
G 194 of 255 = 76%
B 222 of 255 = 87%

140
194
222

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

Portions of RGB colors in percentages

R + G + B = 140 + 194 + 222 = 556 (100%)
R 140 of 556 ~ 25.18%
G 194 of 556 ~ 34.89%
B 222 of 556 ~ 39.93'%

%25.18
%34.89
%39.93

CMYK color model

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

  • cyan value is 36.94%
  • magenta value is 12.61%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (37,13,0,13)
C37M13Y0K13 (37%, 13%, 0%, 13%)
(0.37 / 0.13 / 0.00 / 0.13)

CMYK percentages

%36.94
%12.61
%0
%12.94

Codes

Color #8CC2DE in popluar color models

8C C2 DE
RGB 140 194 222
HSL 200° 55.41% 70.98%
HSB/HSV 200° 36.94% 87.06%
CMYK 36.94% 12.61% 0.00%
12.94%

Color #8CC2DE in popluar number systems.

HEX 8C C2 DE
Decimal 140 194 222
Binary 10001100 11000010 11011110
Octal 214 302 336

Shades and tints

Shades of #8CC2DE

#8CC2DE
(140,194,222)
#80B1CA
(128,177,202)
#74A0B6
(116,160,182)
#688FA2
(104,143,162)
#5C7E8E
(92,126,142)
#506D7A
(80,109,122)
#445C66
(68,92,102)
#384B52
(56,75,82)
#2C3A3E
(44,58,62)
#20292A
(32,41,42)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #8CC2DE

#8CC2DE
(140,194,222)
#96C7E1
(150,199,225)
#A0CCE4
(160,204,228)
#AAD1E7
(170,209,231)
#B4D6EA
(180,214,234)
#BEDBED
(190,219,237)
#C8E0F0
(200,224,240)
#D2E5F3
(210,229,243)
#DCEAF6
(220,234,246)
#E6EFF9
(230,239,249)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC2DE; }

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

This text font color is #8CC2DE.

Background Color

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

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

This div background color is #8CC2DE.

Border color

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

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

This div border color is #8CC2DE.

Opacity

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

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

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

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

This text has shadow with #8CC2DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CC2DE.

Preview

Color preview on black background

This text has color #8CC2DE on black background.


Color preview on white background

This text has color #8CC2DE on white background.


Black color preview on #8CC2DE background

This text has black color on #8CC2DE background.


White color preview on #8CC2DE background

This text has white color on #8CC2DE background.


Related colors

Complementary color

Complementary color for #hex is #733D21.


I love getcolorcode.com

Triadic colors

1 #DE8CC2 and #C2DE8C with #8CC2DE are triadic colors.

2 #DEC28C and #C28CDE with #8CC2DE are triadic colors.