COLOR #8CD0DB

HEX: #8CD0DB
RGB: (140,208,219)

Color info

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

RGB color model

#8CD0DB color RGB value is (140,208,219).

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

RGB channels and saturation

R 140 of 255 = 55%
G 208 of 255 = 82%
B 219 of 255 = 86%

140
208
219

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

Portions of RGB colors in percentages

R + G + B =
140 + 208 + 219 = 567 (100%)
R 140 of 567 ~ 24.69%
G 208 of 567 ~ 36.68%
B 219 of 567 ~ 38.62%

%24.69
%36.68
%38.62

CMYK color model

#8CD0DB color CMYK value is (36,5,0,14).

  • cyan value is 36.07%
  • magenta value is 5.02%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(36,5,0,14)
C36M5Y0K14 
(36%,5%,0%,14%)
(0.36/0.05/0.00/0.14)	

CMYK percentages

%36.07
%5.02
%0
%14.12

Codes

Color #8CD0DB in popluar color models

8CD0DB
RGB140208219
HSL188°52.32%70.39%
HSB/HSV188°36.07%85.88%
CMYK36.07%5.02%0.00%
14.12%

Color #8CD0DB in popluar number systems.

HEX8CD0DB
Decimal140208219
Binary100011001101000011011011
Octal214320333

Shades and tints

Shades of #8CD0DB

#8CD0DB
(140,208,219)
#80BEC8
(128,190,200)
#74ACB5
(116,172,181)
#689AA2
(104,154,162)
#5C888F
(92,136,143)
#50767C
(80,118,124)
#446469
(68,100,105)
#385256
(56,82,86)
#2C4043
(44,64,67)
#202E30
(32,46,48)
#141C1D
(20,28,29)
#000000
(0,0,0)

Tints of #8CD0DB

#8CD0DB
(140,208,219)
#96D4DE
(150,212,222)
#A0D8E1
(160,216,225)
#AADCE4
(170,220,228)
#B4E0E7
(180,224,231)
#BEE4EA
(190,228,234)
#C8E8ED
(200,232,237)
#D2ECF0
(210,236,240)
#DCF0F3
(220,240,243)
#E6F4F6
(230,244,246)
#F0F8F9
(240,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CD0DB; }

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

This text font color is #8CD0DB.


Background Color

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

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

This div background color is #8CD0DB.


Border color

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

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

This div border color is #8CD0DB.


Opacity

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

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

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

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

This text has shadow with #8CD0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CD0DB on black background.


Color preview on white background

This text has color #8CD0DB on white background.



Black color preview on #8CD0DB background

This text has black color on #8CD0DB background.


White color preview on #8CD0DB background

This text has white color on #8CD0DB background.