COLOR #8CD3ED

HEX: #8CD3ED RGB: (140,211,237)

Color info

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

RGB color model

#8CD3ED color RGB value is (140,211,237).

RGB: (140,211,237) (55%, 83%, 93%)

RGB channels and saturation

R 140 of 255 = 55%
G 211 of 255 = 83%
B 237 of 255 = 93%

140
211
237

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

Portions of RGB colors in percentages

R + G + B = 140 + 211 + 237 = 588 (100%)
R 140 of 588 ~ 23.81%
G 211 of 588 ~ 35.88%
B 237 of 588 ~ 40.31'%

%23.81
%35.88
%40.31

CMYK color model

#8CD3ED color CMYK value is (41,11,0,7).

  • cyan value is 40.93%
  • magenta value is 10.97%
  • yellow value is 0.00%
  • key color value is 7.06%

CMYK: (41,11,0,7)
C41M11Y0K7 (41%, 11%, 0%, 7%)
(0.41 / 0.11 / 0.00 / 0.07)

CMYK percentages

%40.93
%10.97
%0
%7.06

Codes

Color #8CD3ED in popluar color models

8C D3 ED
RGB 140 211 237
HSL 196° 72.93% 73.92%
HSB/HSV 196° 40.93% 92.94%
CMYK 40.93% 10.97% 0.00%
7.06%

Color #8CD3ED in popluar number systems.

HEX 8C D3 ED
Decimal 140 211 237
Binary 10001100 11010011 11101101
Octal 214 323 355

Shades and tints

Shades of #8CD3ED

#8CD3ED
(140,211,237)
#80C0D8
(128,192,216)
#74ADC3
(116,173,195)
#689AAE
(104,154,174)
#5C8799
(92,135,153)
#507484
(80,116,132)
#44616F
(68,97,111)
#384E5A
(56,78,90)
#2C3B45
(44,59,69)
#202830
(32,40,48)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #8CD3ED

#8CD3ED
(140,211,237)
#96D7EE
(150,215,238)
#A0DBEF
(160,219,239)
#AADFF0
(170,223,240)
#B4E3F1
(180,227,241)
#BEE7F2
(190,231,242)
#C8EBF3
(200,235,243)
#D2EFF4
(210,239,244)
#DCF3F5
(220,243,245)
#E6F7F6
(230,247,246)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CD3ED color. Also use rgb(140,211,237) instead hex code.

Text Font Color

.myTextColor { color: #8CD3ED; }

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

This text font color is #8CD3ED.

Background Color

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

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

This div background color is #8CD3ED.

Border color

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

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

This div border color is #8CD3ED.

Opacity

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

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

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

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

This text has shadow with #8CD3ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CD3ED.

Preview

Color preview on black background

This text has color #8CD3ED on black background.


Color preview on white background

This text has color #8CD3ED on white background.


Black color preview on #8CD3ED background

This text has black color on #8CD3ED background.


White color preview on #8CD3ED background

This text has white color on #8CD3ED background.


Related colors

Complementary color

Complementary color for #hex is #732C12.


I love getcolorcode.com

Triadic colors

1 #ED8CD3 and #D3ED8C with #8CD3ED are triadic colors.

2 #EDD38C and #D38CED with #8CD3ED are triadic colors.