COLOR #8CDCF7

HEX: #8CDCF7
RGB: (140,220,247)

Color info

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

RGB color model

#8CDCF7 color RGB value is (140,220,247).

  • red value is 140;
  • green value is 220;
  • blue value is 247.
RGB:
(140,220,247)
(55%,86%,97%)

RGB channels and saturation

R 140 of 255 = 55%
G 220 of 255 = 86%
B 247 of 255 = 97%

140
220
247

R + G + B ~ 79%. #8CDCF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 220 + 247 = 607 (100%)
R 140 of 607 ~ 23.06%
G 220 of 607 ~ 36.24%
B 247 of 607 ~ 40.69%

%23.06
%36.24
%40.69

CMYK color model

#8CDCF7 color CMYK value is (43,11,0,3).

  • cyan value is 43.32%
  • magenta value is 10.93%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(43,11,0,3)
C43M11Y0K3 
(43%,11%,0%,3%)
(0.43/0.11/0.00/0.03)	

CMYK percentages

%43.32
%10.93
%0
%3.14

Codes

Color #8CDCF7 in popluar color models

8CDCF7
RGB140220247
HSL195°86.99%75.88%
HSB/HSV195°43.32%96.86%
CMYK43.32%10.93%0.00%
3.14%

Color #8CDCF7 in popluar number systems.

HEX8CDCF7
Decimal140220247
Binary100011001101110011110111
Octal214334367

Shades and tints

Shades of #8CDCF7

#8CDCF7
(140,220,247)
#80C8E1
(128,200,225)
#74B4CB
(116,180,203)
#68A0B5
(104,160,181)
#5C8C9F
(92,140,159)
#507889
(80,120,137)
#446473
(68,100,115)
#38505D
(56,80,93)
#2C3C47
(44,60,71)
#202831
(32,40,49)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #8CDCF7

#8CDCF7
(140,220,247)
#96DFF7
(150,223,247)
#A0E2F7
(160,226,247)
#AAE5F7
(170,229,247)
#B4E8F7
(180,232,247)
#BEEBF7
(190,235,247)
#C8EEF7
(200,238,247)
#D2F1F7
(210,241,247)
#DCF4F7
(220,244,247)
#E6F7F7
(230,247,247)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CDCF7 color. Also use rgb(140,220,247) instead hex code.

Text Font Color

.myTextColor { color: #8CDCF7; }

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

This text font color is #8CDCF7.


Background Color

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

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

This div background color is #8CDCF7.


Border color

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

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

This div border color is #8CDCF7.


Opacity

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

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

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

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

This text has shadow with #8CDCF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CDCF7 on black background.


Color preview on white background

This text has color #8CDCF7 on white background.



Black color preview on #8CDCF7 background

This text has black color on #8CDCF7 background.


White color preview on #8CDCF7 background

This text has white color on #8CDCF7 background.