COLOR #8CC4DB

HEX: #8CC4DB
RGB: (140,196,219)

Color info

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

RGB color model

#8CC4DB color RGB value is (140,196,219).

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

RGB channels and saturation

R 140 of 255 = 55%
G 196 of 255 = 77%
B 219 of 255 = 86%

140
196
219

R + G + B ~ 73%. #8CC4DB is quite light color.

Portions of RGB colors in percentages

R + G + B =
140 + 196 + 219 = 555 (100%)
R 140 of 555 ~ 25.23%
G 196 of 555 ~ 35.32%
B 219 of 555 ~ 39.46%

%25.23
%35.32
%39.46

CMYK color model

#8CC4DB color CMYK value is (36,11,0,14).

  • cyan value is 36.07%
  • magenta value is 10.50%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(36,11,0,14)
C36M11Y0K14 
(36%,11%,0%,14%)
(0.36/0.11/0.00/0.14)	

CMYK percentages

%36.07
%10.5
%0
%14.12

Codes

Color #8CC4DB in popluar color models

8CC4DB
RGB140196219
HSL197°52.32%70.39%
HSB/HSV197°36.07%85.88%
CMYK36.07%10.50%0.00%
14.12%

Color #8CC4DB in popluar number systems.

HEX8CC4DB
Decimal140196219
Binary100011001100010011011011
Octal214304333

Shades and tints

Shades of #8CC4DB

#8CC4DB
(140,196,219)
#80B3C8
(128,179,200)
#74A2B5
(116,162,181)
#6891A2
(104,145,162)
#5C808F
(92,128,143)
#506F7C
(80,111,124)
#445E69
(68,94,105)
#384D56
(56,77,86)
#2C3C43
(44,60,67)
#202B30
(32,43,48)
#141A1D
(20,26,29)
#000000
(0,0,0)

Tints of #8CC4DB

#8CC4DB
(140,196,219)
#96C9DE
(150,201,222)
#A0CEE1
(160,206,225)
#AAD3E4
(170,211,228)
#B4D8E7
(180,216,231)
#BEDDEA
(190,221,234)
#C8E2ED
(200,226,237)
#D2E7F0
(210,231,240)
#DCECF3
(220,236,243)
#E6F1F6
(230,241,246)
#F0F6F9
(240,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CC4DB; }

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

This text font color is #8CC4DB.


Background Color

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

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

This div background color is #8CC4DB.


Border color

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

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

This div border color is #8CC4DB.


Opacity

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

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

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

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

This text has shadow with #8CC4DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CC4DB on black background.


Color preview on white background

This text has color #8CC4DB on white background.



Black color preview on #8CC4DB background

This text has black color on #8CC4DB background.


White color preview on #8CC4DB background

This text has white color on #8CC4DB background.