COLOR #8CF0DB

HEX: #8CF0DB
RGB: (140,240,219)

Color info

#8CF0DB contains mainly green and blue colors. Web safe color of #8CF0DB is #99FFCC (or #9FC).

RGB color model

#8CF0DB color RGB value is (140,240,219).

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

RGB channels and saturation

R 140 of 255 = 55%
G 240 of 255 = 94%
B 219 of 255 = 86%

140
240
219

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

Portions of RGB colors in percentages

R + G + B =
140 + 240 + 219 = 599 (100%)
R 140 of 599 ~ 23.37%
G 240 of 599 ~ 40.07%
B 219 of 599 ~ 36.56%

%23.37
%40.07
%36.56

CMYK color model

#8CF0DB color CMYK value is (42,0,9,6).

  • cyan value is 41.67%
  • magenta value is 0.00%
  • yellow value is 8.75%
  • key color value is 5.88%
CMYK:
(42,0,9,6)
C42M0Y9K6 
(42%,0%,9%,6%)
(0.42/0.00/0.09/0.06)	

CMYK percentages

%41.67
%0
%8.75
%5.88

Codes

Color #8CF0DB in popluar color models

8CF0DB
RGB140240219
HSL167°76.92%74.51%
HSB/HSV167°41.67%94.12%
CMYK41.67%0.00%8.75%
5.88%

Color #8CF0DB in popluar number systems.

HEX8CF0DB
Decimal140240219
Binary100011001111000011011011
Octal214360333

Shades and tints

Shades of #8CF0DB

#8CF0DB
(140,240,219)
#80DBC8
(128,219,200)
#74C6B5
(116,198,181)
#68B1A2
(104,177,162)
#5C9C8F
(92,156,143)
#50877C
(80,135,124)
#447269
(68,114,105)
#385D56
(56,93,86)
#2C4843
(44,72,67)
#203330
(32,51,48)
#141E1D
(20,30,29)
#000000
(0,0,0)

Tints of #8CF0DB

#8CF0DB
(140,240,219)
#96F1DE
(150,241,222)
#A0F2E1
(160,242,225)
#AAF3E4
(170,243,228)
#B4F4E7
(180,244,231)
#BEF5EA
(190,245,234)
#C8F6ED
(200,246,237)
#D2F7F0
(210,247,240)
#DCF8F3
(220,248,243)
#E6F9F6
(230,249,246)
#F0FAF9
(240,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CF0DB; }

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

This text font color is #8CF0DB.


Background Color

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

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

This div background color is #8CF0DB.


Border color

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

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

This div border color is #8CF0DB.


Opacity

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

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

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

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

This text has shadow with #8CF0DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8CF0DB on black background.


Color preview on white background

This text has color #8CF0DB on white background.



Black color preview on #8CF0DB background

This text has black color on #8CF0DB background.


White color preview on #8CF0DB background

This text has white color on #8CF0DB background.