COLOR #8EC7DB

HEX: #8EC7DB
RGB: (142,199,219)

Color info

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

RGB color model

#8EC7DB color RGB value is (142,199,219).

  • red value is 142;
  • green value is 199;
  • blue value is 219.
RGB:
(142,199,219)
(56%,78%,86%)

RGB channels and saturation

R 142 of 255 = 56%
G 199 of 255 = 78%
B 219 of 255 = 86%

142
199
219

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

Portions of RGB colors in percentages

R + G + B =
142 + 199 + 219 = 560 (100%)
R 142 of 560 ~ 25.36%
G 199 of 560 ~ 35.54%
B 219 of 560 ~ 39.11%

%25.36
%35.54
%39.11

CMYK color model

#8EC7DB color CMYK value is (35,9,0,14).

  • cyan value is 35.16%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(35,9,0,14)
C35M9Y0K14 
(35%,9%,0%,14%)
(0.35/0.09/0.00/0.14)	

CMYK percentages

%35.16
%9.13
%0
%14.12

Codes

Color #8EC7DB in popluar color models

8EC7DB
RGB142199219
HSL196°51.68%70.78%
HSB/HSV196°35.16%85.88%
CMYK35.16%9.13%0.00%
14.12%

Color #8EC7DB in popluar number systems.

HEX8EC7DB
Decimal142199219
Binary100011101100011111011011
Octal216307333

Shades and tints

Shades of #8EC7DB

#8EC7DB
(142,199,219)
#82B5C8
(130,181,200)
#76A3B5
(118,163,181)
#6A91A2
(106,145,162)
#5E7F8F
(94,127,143)
#526D7C
(82,109,124)
#465B69
(70,91,105)
#3A4956
(58,73,86)
#2E3743
(46,55,67)
#222530
(34,37,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #8EC7DB

#8EC7DB
(142,199,219)
#98CCDE
(152,204,222)
#A2D1E1
(162,209,225)
#ACD6E4
(172,214,228)
#B6DBE7
(182,219,231)
#C0E0EA
(192,224,234)
#CAE5ED
(202,229,237)
#D4EAF0
(212,234,240)
#DEEFF3
(222,239,243)
#E8F4F6
(232,244,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC7DB; }

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

This text font color is #8EC7DB.


Background Color

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

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

This div background color is #8EC7DB.


Border color

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

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

This div border color is #8EC7DB.


Opacity

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

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

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

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

This text has shadow with #8EC7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC7DB on black background.


Color preview on white background

This text has color #8EC7DB on white background.



Black color preview on #8EC7DB background

This text has black color on #8EC7DB background.


White color preview on #8EC7DB background

This text has white color on #8EC7DB background.