COLOR #8CC2E8

HEX: #8CC2E8
RGB: (140,194,232)

Color info

#8CC2E8 contains mainly green and blue colors. Web safe color of #8CC2E8 is #99CCFF (or #9CF).

RGB color model

#8CC2E8 color RGB value is (140,194,232).

  • red value is 140;
  • green value is 194;
  • blue value is 232.
RGB:
(140,194,232)
(55%,76%,91%)

RGB channels and saturation

R 140 of 255 = 55%
G 194 of 255 = 76%
B 232 of 255 = 91%

140
194
232

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

Portions of RGB colors in percentages

R + G + B =
140 + 194 + 232 = 566 (100%)
R 140 of 566 ~ 24.73%
G 194 of 566 ~ 34.28%
B 232 of 566 ~ 40.99%

%24.73
%34.28
%40.99

CMYK color model

#8CC2E8 color CMYK value is (40,16,0,9).

  • cyan value is 39.66%
  • magenta value is 16.38%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,16,0,9)
C40M16Y0K9 
(40%,16%,0%,9%)
(0.40/0.16/0.00/0.09)	

CMYK percentages

%39.66
%16.38
%0
%9.02

Codes

Color #8CC2E8 in popluar color models

8CC2E8
RGB140194232
HSL205°66.67%72.94%
HSB/HSV205°39.66%90.98%
CMYK39.66%16.38%0.00%
9.02%

Color #8CC2E8 in popluar number systems.

HEX8CC2E8
Decimal140194232
Binary100011001100001011101000
Octal214302350

Shades and tints

Shades of #8CC2E8

#8CC2E8
(140,194,232)
#80B1D3
(128,177,211)
#74A0BE
(116,160,190)
#688FA9
(104,143,169)
#5C7E94
(92,126,148)
#506D7F
(80,109,127)
#445C6A
(68,92,106)
#384B55
(56,75,85)
#2C3A40
(44,58,64)
#20292B
(32,41,43)
#141816
(20,24,22)
#000000
(0,0,0)

Tints of #8CC2E8

#8CC2E8
(140,194,232)
#96C7EA
(150,199,234)
#A0CCEC
(160,204,236)
#AAD1EE
(170,209,238)
#B4D6F0
(180,214,240)
#BEDBF2
(190,219,242)
#C8E0F4
(200,224,244)
#D2E5F6
(210,229,246)
#DCEAF8
(220,234,248)
#E6EFFA
(230,239,250)
#F0F4FC
(240,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC2E8; }

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

This text font color is #8CC2E8.


Background Color

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

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

This div background color is #8CC2E8.


Border color

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

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

This div border color is #8CC2E8.


Opacity

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

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

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

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

This text has shadow with #8CC2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC2E8 on black background.


Color preview on white background

This text has color #8CC2E8 on white background.



Black color preview on #8CC2E8 background

This text has black color on #8CC2E8 background.


White color preview on #8CC2E8 background

This text has white color on #8CC2E8 background.