COLOR #8CDBD9

HEX: #8CDBD9 RGB: (140,219,217)

Color info

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

RGB color model

#8CDBD9 color RGB value is (140,219,217).

RGB: (140,219,217) (55%, 86%, 85%)

RGB channels and saturation

R 140 of 255 = 55%
G 219 of 255 = 86%
B 217 of 255 = 85%

140
219
217

R + G + B ~ 75%. #8CDBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 140 + 219 + 217 = 576 (100%)
R 140 of 576 ~ 24.31%
G 219 of 576 ~ 38.02%
B 217 of 576 ~ 37.67'%

%24.31
%38.02
%37.67

CMYK color model

#8CDBD9 color CMYK value is (36,0,1,14).

  • cyan value is 36.07%
  • magenta value is 0.00%
  • yellow value is 0.91%
  • key color value is 14.12%

CMYK: (36,0,1,14)
C36M0Y1K14 (36%, 0%, 1%, 14%)
(0.36 / 0.00 / 0.01 / 0.14)

CMYK percentages

%36.07
%0
%0.91
%14.12

Codes

Color #8CDBD9 in popluar color models

8C DB D9
RGB 140 219 217
HSL 178° 52.32% 70.39%
HSB/HSV 178° 36.07% 85.88%
CMYK 36.07% 0.00% 0.91%
14.12%

Color #8CDBD9 in popluar number systems.

HEX 8C DB D9
Decimal 140 219 217
Binary 10001100 11011011 11011001
Octal 214 333 331

Shades and tints

Shades of #8CDBD9

#8CDBD9
(140,219,217)
#80C8C6
(128,200,198)
#74B5B3
(116,181,179)
#68A2A0
(104,162,160)
#5C8F8D
(92,143,141)
#507C7A
(80,124,122)
#446967
(68,105,103)
#385654
(56,86,84)
#2C4341
(44,67,65)
#20302E
(32,48,46)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #8CDBD9

#8CDBD9
(140,219,217)
#96DEDC
(150,222,220)
#A0E1DF
(160,225,223)
#AAE4E2
(170,228,226)
#B4E7E5
(180,231,229)
#BEEAE8
(190,234,232)
#C8EDEB
(200,237,235)
#D2F0EE
(210,240,238)
#DCF3F1
(220,243,241)
#E6F6F4
(230,246,244)
#F0F9F7
(240,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8CDBD9; }

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

This text font color is #8CDBD9.

Background Color

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

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

This div background color is #8CDBD9.

Border color

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

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

This div border color is #8CDBD9.

Opacity

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

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

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

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

This text has shadow with #8CDBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8CDBD9.

Preview

Color preview on black background

This text has color #8CDBD9 on black background.


Color preview on white background

This text has color #8CDBD9 on white background.


Black color preview on #8CDBD9 background

This text has black color on #8CDBD9 background.


White color preview on #8CDBD9 background

This text has white color on #8CDBD9 background.


Related colors

Complementary color

Complementary color for #hex is #732426.


I love getcolorcode.com

Triadic colors

1 #D98CDB and #DBD98C with #8CDBD9 are triadic colors.

2 #D9DB8C and #DB8CD9 with #8CDBD9 are triadic colors.