COLOR #8CD4F7

HEX: #8CD4F7
RGB: (140,212,247)

Color info

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

RGB color model

#8CD4F7 color RGB value is (140,212,247).

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

RGB channels and saturation

R 140 of 255 = 55%
G 212 of 255 = 83%
B 247 of 255 = 97%

140
212
247

R + G + B ~ 78%. #8CD4F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 212 + 247 = 599 (100%)
R 140 of 599 ~ 23.37%
G 212 of 599 ~ 35.39%
B 247 of 599 ~ 41.24%

%23.37
%35.39
%41.24

CMYK color model

#8CD4F7 color CMYK value is (43,14,0,3).

  • cyan value is 43.32%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(43,14,0,3)
C43M14Y0K3 
(43%,14%,0%,3%)
(0.43/0.14/0.00/0.03)	

CMYK percentages

%43.32
%14.17
%0
%3.14

Codes

Color #8CD4F7 in popluar color models

8CD4F7
RGB140212247
HSL200°86.99%75.88%
HSB/HSV200°43.32%96.86%
CMYK43.32%14.17%0.00%
3.14%

Color #8CD4F7 in popluar number systems.

HEX8CD4F7
Decimal140212247
Binary100011001101010011110111
Octal214324367

Shades and tints

Shades of #8CD4F7

#8CD4F7
(140,212,247)
#80C1E1
(128,193,225)
#74AECB
(116,174,203)
#689BB5
(104,155,181)
#5C889F
(92,136,159)
#507589
(80,117,137)
#446273
(68,98,115)
#384F5D
(56,79,93)
#2C3C47
(44,60,71)
#202931
(32,41,49)
#14161B
(20,22,27)
#000000
(0,0,0)

Tints of #8CD4F7

#8CD4F7
(140,212,247)
#96D7F7
(150,215,247)
#A0DAF7
(160,218,247)
#AADDF7
(170,221,247)
#B4E0F7
(180,224,247)
#BEE3F7
(190,227,247)
#C8E6F7
(200,230,247)
#D2E9F7
(210,233,247)
#DCECF7
(220,236,247)
#E6EFF7
(230,239,247)
#F0F2F7
(240,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD4F7; }

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

This text font color is #8CD4F7.


Background Color

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

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

This div background color is #8CD4F7.


Border color

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

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

This div border color is #8CD4F7.


Opacity

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

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

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

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

This text has shadow with #8CD4F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD4F7 on black background.


Color preview on white background

This text has color #8CD4F7 on white background.



Black color preview on #8CD4F7 background

This text has black color on #8CD4F7 background.


White color preview on #8CD4F7 background

This text has white color on #8CD4F7 background.