COLOR #8CD2F3

HEX: #8CD2F3 RGB: (140,210,243)

Color info

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

RGB color model

#8CD2F3 color RGB value is (140,210,243).

RGB: (140,210,243) (55%, 82%, 95%)

RGB channels and saturation

R 140 of 255 = 55%
G 210 of 255 = 82%
B 243 of 255 = 95%

140
210
243

R + G + B ~ 77%. #8CD2F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 210 + 243 = 593 (100%)
R 140 of 593 ~ 23.61%
G 210 of 593 ~ 35.41%
B 243 of 593 ~ 40.98'%

%23.61
%35.41
%40.98

CMYK color model

#8CD2F3 color CMYK value is (42,14,0,5).

  • cyan value is 42.39%
  • magenta value is 13.58%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (42,14,0,5)
C42M14Y0K5 (42%, 14%, 0%, 5%)
(0.42 / 0.14 / 0.00 / 0.05)

CMYK percentages

%42.39
%13.58
%0
%4.71

Codes

Color #8CD2F3 in popluar color models

8C D2 F3
RGB 140 210 243
HSL 199° 81.10% 75.10%
HSB/HSV 199° 42.39% 95.29%
CMYK 42.39% 13.58% 0.00%
4.71%

Color #8CD2F3 in popluar number systems.

HEX 8C D2 F3
Decimal 140 210 243
Binary 10001100 11010010 11110011
Octal 214 322 363

Shades and tints

Shades of #8CD2F3

#8CD2F3
(140,210,243)
#80BFDD
(128,191,221)
#74ACC7
(116,172,199)
#6899B1
(104,153,177)
#5C869B
(92,134,155)
#507385
(80,115,133)
#44606F
(68,96,111)
#384D59
(56,77,89)
#2C3A43
(44,58,67)
#20272D
(32,39,45)
#141417
(20,20,23)
#000000
(0,0,0)

Tints of #8CD2F3

#8CD2F3
(140,210,243)
#96D6F4
(150,214,244)
#A0DAF5
(160,218,245)
#AADEF6
(170,222,246)
#B4E2F7
(180,226,247)
#BEE6F8
(190,230,248)
#C8EAF9
(200,234,249)
#D2EEFA
(210,238,250)
#DCF2FB
(220,242,251)
#E6F6FC
(230,246,252)
#F0FAFD
(240,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD2F3; }

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

This text font color is #8CD2F3.

Background Color

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

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

This div background color is #8CD2F3.

Border color

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

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

This div border color is #8CD2F3.

Opacity

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

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

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

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

This text has shadow with #8CD2F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD2F3.

Preview

Color preview on black background

This text has color #8CD2F3 on black background.


Color preview on white background

This text has color #8CD2F3 on white background.


Black color preview on #8CD2F3 background

This text has black color on #8CD2F3 background.


White color preview on #8CD2F3 background

This text has white color on #8CD2F3 background.


Related colors

Complementary color

Complementary color for #hex is #732D0C.


I love getcolorcode.com

Triadic colors

1 #F38CD2 and #D2F38C with #8CD2F3 are triadic colors.

2 #F3D28C and #D28CF3 with #8CD2F3 are triadic colors.