COLOR #8CD2E8

HEX: #8CD2E8
RGB: (140,210,232)

Color info

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

RGB color model

#8CD2E8 color RGB value is (140,210,232).

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

RGB channels and saturation

R 140 of 255 = 55%
G 210 of 255 = 82%
B 232 of 255 = 91%

140
210
232

R + G + B ~ 76%. #8CD2E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 210 + 232 = 582 (100%)
R 140 of 582 ~ 24.05%
G 210 of 582 ~ 36.08%
B 232 of 582 ~ 39.86%

%24.05
%36.08
%39.86

CMYK color model

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

  • cyan value is 39.66%
  • magenta value is 9.48%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(40,9,0,9)
C40M9Y0K9 
(40%,9%,0%,9%)
(0.40/0.09/0.00/0.09)	

CMYK percentages

%39.66
%9.48
%0
%9.02

Codes

Color #8CD2E8 in popluar color models

8CD2E8
RGB140210232
HSL194°66.67%72.94%
HSB/HSV194°39.66%90.98%
CMYK39.66%9.48%0.00%
9.02%

Color #8CD2E8 in popluar number systems.

HEX8CD2E8
Decimal140210232
Binary100011001101001011101000
Octal214322350

Shades and tints

Shades of #8CD2E8

#8CD2E8
(140,210,232)
#80BFD3
(128,191,211)
#74ACBE
(116,172,190)
#6899A9
(104,153,169)
#5C8694
(92,134,148)
#50737F
(80,115,127)
#44606A
(68,96,106)
#384D55
(56,77,85)
#2C3A40
(44,58,64)
#20272B
(32,39,43)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #8CD2E8

#8CD2E8
(140,210,232)
#96D6EA
(150,214,234)
#A0DAEC
(160,218,236)
#AADEEE
(170,222,238)
#B4E2F0
(180,226,240)
#BEE6F2
(190,230,242)
#C8EAF4
(200,234,244)
#D2EEF6
(210,238,246)
#DCF2F8
(220,242,248)
#E6F6FA
(230,246,250)
#F0FAFC
(240,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD2E8; }

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

This text font color is #8CD2E8.


Background Color

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

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

This div background color is #8CD2E8.


Border color

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

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

This div border color is #8CD2E8.


Opacity

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

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

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

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

This text has shadow with #8CD2E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD2E8 on black background.


Color preview on white background

This text has color #8CD2E8 on white background.



Black color preview on #8CD2E8 background

This text has black color on #8CD2E8 background.


White color preview on #8CD2E8 background

This text has white color on #8CD2E8 background.