COLOR #8CDCED

HEX: #8CDCED RGB: (140,220,237)

Color info

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

RGB color model

#8CDCED color RGB value is (140,220,237).

RGB: (140,220,237) (55%, 86%, 93%)

RGB channels and saturation

R 140 of 255 = 55%
G 220 of 255 = 86%
B 237 of 255 = 93%

140
220
237

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

Portions of RGB colors in percentages

R + G + B = 140 + 220 + 237 = 597 (100%)
R 140 of 597 ~ 23.45%
G 220 of 597 ~ 36.85%
B 237 of 597 ~ 39.7'%

%23.45
%36.85
%39.7

CMYK color model

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

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

CMYK: (41,7,0,7)
C41M7Y0K7 (41%, 7%, 0%, 7%)
(0.41 / 0.07 / 0.00 / 0.07)

CMYK percentages

%40.93
%7.17
%0
%7.06

Codes

Color #8CDCED in popluar color models

8C DC ED
RGB 140 220 237
HSL 191° 72.93% 73.92%
HSB/HSV 191° 40.93% 92.94%
CMYK 40.93% 7.17% 0.00%
7.06%

Color #8CDCED in popluar number systems.

HEX 8C DC ED
Decimal 140 220 237
Binary 10001100 11011100 11101101
Octal 214 334 355

Shades and tints

Shades of #8CDCED

#8CDCED
(140,220,237)
#80C8D8
(128,200,216)
#74B4C3
(116,180,195)
#68A0AE
(104,160,174)
#5C8C99
(92,140,153)
#507884
(80,120,132)
#44646F
(68,100,111)
#38505A
(56,80,90)
#2C3C45
(44,60,69)
#202830
(32,40,48)
#14141B
(20,20,27)
#000000
(0,0,0)

Tints of #8CDCED

#8CDCED
(140,220,237)
#96DFEE
(150,223,238)
#A0E2EF
(160,226,239)
#AAE5F0
(170,229,240)
#B4E8F1
(180,232,241)
#BEEBF2
(190,235,242)
#C8EEF3
(200,238,243)
#D2F1F4
(210,241,244)
#DCF4F5
(220,244,245)
#E6F7F6
(230,247,246)
#F0FAF7
(240,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CDCED; }

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

This text font color is #8CDCED.

Background Color

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

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

This div background color is #8CDCED.

Border color

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

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

This div border color is #8CDCED.

Opacity

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

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

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

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

This text has shadow with #8CDCED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CDCED.

Preview

Color preview on black background

This text has color #8CDCED on black background.


Color preview on white background

This text has color #8CDCED on white background.


Black color preview on #8CDCED background

This text has black color on #8CDCED background.


White color preview on #8CDCED background

This text has white color on #8CDCED background.


Related colors

Complementary color

Complementary color for #hex is #732312.


I love getcolorcode.com

Triadic colors

1 #ED8CDC and #DCED8C with #8CDCED are triadic colors.

2 #EDDC8C and #DC8CED with #8CDCED are triadic colors.