COLOR #8CC4CD

HEX: #8CC4CD
RGB: (140,196,205)

Color info

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

RGB color model

#8CC4CD color RGB value is (140,196,205).

  • red value is 140;
  • green value is 196;
  • blue value is 205.
RGB:
(140,196,205)
(55%,77%,80%)

RGB channels and saturation

R 140 of 255 = 55%
G 196 of 255 = 77%
B 205 of 255 = 80%

140
196
205

R + G + B ~ 71%. #8CC4CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 196 + 205 = 541 (100%)
R 140 of 541 ~ 25.88%
G 196 of 541 ~ 36.23%
B 205 of 541 ~ 37.89%

%25.88
%36.23
%37.89

CMYK color model

#8CC4CD color CMYK value is (32,4,0,20).

  • cyan value is 31.71%
  • magenta value is 4.39%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(32,4,0,20)
C32M4Y0K20 
(32%,4%,0%,20%)
(0.32/0.04/0.00/0.20)	

CMYK percentages

%31.71
%4.39
%0
%19.61

Codes

Color #8CC4CD in popluar color models

8CC4CD
RGB140196205
HSL188°39.39%67.65%
HSB/HSV188°31.71%80.39%
CMYK31.71%4.39%0.00%
19.61%

Color #8CC4CD in popluar number systems.

HEX8CC4CD
Decimal140196205
Binary100011001100010011001101
Octal214304315

Shades and tints

Shades of #8CC4CD

#8CC4CD
(140,196,205)
#80B3BB
(128,179,187)
#74A2A9
(116,162,169)
#689197
(104,145,151)
#5C8085
(92,128,133)
#506F73
(80,111,115)
#445E61
(68,94,97)
#384D4F
(56,77,79)
#2C3C3D
(44,60,61)
#202B2B
(32,43,43)
#141A19
(20,26,25)
#000000
(0,0,0)

Tints of #8CC4CD

#8CC4CD
(140,196,205)
#96C9D1
(150,201,209)
#A0CED5
(160,206,213)
#AAD3D9
(170,211,217)
#B4D8DD
(180,216,221)
#BEDDE1
(190,221,225)
#C8E2E5
(200,226,229)
#D2E7E9
(210,231,233)
#DCECED
(220,236,237)
#E6F1F1
(230,241,241)
#F0F6F5
(240,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8CC4CD color. Also use rgb(140,196,205) instead hex code.

Text Font Color

.myTextColor { color: #8CC4CD; }

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

This text font color is #8CC4CD.


Background Color

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

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

This div background color is #8CC4CD.


Border color

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

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

This div border color is #8CC4CD.


Opacity

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

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

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

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

This text has shadow with #8CC4CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC4CD on black background.


Color preview on white background

This text has color #8CC4CD on white background.



Black color preview on #8CC4CD background

This text has black color on #8CC4CD background.


White color preview on #8CC4CD background

This text has white color on #8CC4CD background.