COLOR #8CCADD

HEX: #8CCADD RGB: (140,202,221)

Color info

#8CCADD contains mainly green and blue colors. Web safe color of #8CCADD is #99CCCC (or #9CC).

RGB color model

#8CCADD color RGB value is (140,202,221).

RGB: (140,202,221) (55%, 79%, 87%)

RGB channels and saturation

R 140 of 255 = 55%
G 202 of 255 = 79%
B 221 of 255 = 87%

140
202
221

R + G + B ~ 74%. #8CCADD is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 202 + 221 = 563 (100%)
R 140 of 563 ~ 24.87%
G 202 of 563 ~ 35.88%
B 221 of 563 ~ 39.25'%

%24.87
%35.88
%39.25

CMYK color model

#8CCADD color CMYK value is (37,9,0,13).

  • cyan value is 36.65%
  • magenta value is 8.60%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK: (37,9,0,13) C37M9Y0K13 (37%,9%,0%,13%) (0.37/0.09/0.00/0.13) 

CMYK percentages

%36.65
%8.6
%0
%13.33

Codes

Color #8CCADD in popluar color models

8C CA DD
RGB 140 202 221
HSL 194° 54.36% 70.78%
HSB/HSV 194° 36.65% 86.67%
CMYK 36.65% 8.60% 0.00%
13.33%

Color #8CCADD in popluar number systems.

HEX 8C CA DD
Decimal 140 202 221
Binary 10001100 11001010 11011101
Octal 214 312 335

Shades and tints

Shades of #8CCADD

#8CCADD
(140,202,221)
#80B8C9
(128,184,201)
#74A6B5
(116,166,181)
#6894A1
(104,148,161)
#5C828D
(92,130,141)
#507079
(80,112,121)
#445E65
(68,94,101)
#384C51
(56,76,81)
#2C3A3D
(44,58,61)
#202829
(32,40,41)
#141615
(20,22,21)
#000000
(0,0,0)

Tints of #8CCADD

#8CCADD
(140,202,221)
#96CEE0
(150,206,224)
#A0D2E3
(160,210,227)
#AAD6E6
(170,214,230)
#B4DAE9
(180,218,233)
#BEDEEC
(190,222,236)
#C8E2EF
(200,226,239)
#D2E6F2
(210,230,242)
#DCEAF5
(220,234,245)
#E6EEF8
(230,238,248)
#F0F2FB
(240,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CCADD color. Also use rgb(140,202,221) instead hex code.

Text Font Color

.myTextColor { color: #8CCADD; }

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

This text font color is #8CCADD.

Background Color

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

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

This div background color is #8CCADD.

Border color

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

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

This div border color is #8CCADD.

Opacity

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

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

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

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

This text has shadow with #8CCADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CCADD.

Preview

Color preview on black background

This text has color #8CCADD on black background.


Color preview on white background

This text has color #8CCADD on white background.


Black color preview on #8CCADD background

This text has black color on #8CCADD background.


White color preview on #8CCADD background

This text has white color on #8CCADD background.


Related colors

Complementary color

Complementary color for #hex is #733522.


I love getcolorcode.com

Triadic colors

1 #DD8CCA and #CADD8C with #8CCADD are triadic colors.

2 #DDCA8C and #CA8CDD with #8CCADD are triadic colors.