COLOR #8EC5DB

HEX: #8EC5DB RGB: (142,197,219)

Color info

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

RGB color model

#8EC5DB color RGB value is (142,197,219).

RGB: (142,197,219) (56%, 77%, 86%)

RGB channels and saturation

R 142 of 255 = 56%
G 197 of 255 = 77%
B 219 of 255 = 86%

142
197
219

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

Portions of RGB colors in percentages

R + G + B = 142 + 197 + 219 = 558 (100%)
R 142 of 558 ~ 25.45%
G 197 of 558 ~ 35.3%
B 219 of 558 ~ 39.25'%

%25.45
%35.3
%39.25

CMYK color model

#8EC5DB color CMYK value is (35,10,0,14).

  • cyan value is 35.16%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (35,10,0,14)
C35M10Y0K14 (35%, 10%, 0%, 14%)
(0.35 / 0.10 / 0.00 / 0.14)

CMYK percentages

%35.16
%10.05
%0
%14.12

Codes

Color #8EC5DB in popluar color models

8E C5 DB
RGB 142 197 219
HSL 197° 51.68% 70.78%
HSB/HSV 197° 35.16% 85.88%
CMYK 35.16% 10.05% 0.00%
14.12%

Color #8EC5DB in popluar number systems.

HEX 8E C5 DB
Decimal 142 197 219
Binary 10001110 11000101 11011011
Octal 216 305 333

Shades and tints

Shades of #8EC5DB

#8EC5DB
(142,197,219)
#82B4C8
(130,180,200)
#76A3B5
(118,163,181)
#6A92A2
(106,146,162)
#5E818F
(94,129,143)
#52707C
(82,112,124)
#465F69
(70,95,105)
#3A4E56
(58,78,86)
#2E3D43
(46,61,67)
#222C30
(34,44,48)
#161B1D
(22,27,29)
#000000
(0,0,0)

Tints of #8EC5DB

#8EC5DB
(142,197,219)
#98CADE
(152,202,222)
#A2CFE1
(162,207,225)
#ACD4E4
(172,212,228)
#B6D9E7
(182,217,231)
#C0DEEA
(192,222,234)
#CAE3ED
(202,227,237)
#D4E8F0
(212,232,240)
#DEEDF3
(222,237,243)
#E8F2F6
(232,242,246)
#F2F7F9
(242,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC5DB color. Also use rgb(142,197,219) instead hex code.

Text Font Color

.myTextColor { color: #8EC5DB; }

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

This text font color is #8EC5DB.

Background Color

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

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

This div background color is #8EC5DB.

Border color

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

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

This div border color is #8EC5DB.

Opacity

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

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

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

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

This text has shadow with #8EC5DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC5DB.

Preview

Color preview on black background

This text has color #8EC5DB on black background.


Color preview on white background

This text has color #8EC5DB on white background.


Black color preview on #8EC5DB background

This text has black color on #8EC5DB background.


White color preview on #8EC5DB background

This text has white color on #8EC5DB background.


Related colors

Complementary color

Complementary color for #hex is #713A24.


I love getcolorcode.com

Triadic colors

1 #DB8EC5 and #C5DB8E with #8EC5DB are triadic colors.

2 #DBC58E and #C58EDB with #8EC5DB are triadic colors.