COLOR #8EC6DE

HEX: #8EC6DE RGB: (142,198,222)

Color info

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

RGB color model

#8EC6DE color RGB value is (142,198,222).

RGB: (142,198,222) (56%, 78%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 222 of 255 = 87%

142
198
222

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

Portions of RGB colors in percentages

R + G + B = 142 + 198 + 222 = 562 (100%)
R 142 of 562 ~ 25.27%
G 198 of 562 ~ 35.23%
B 222 of 562 ~ 39.5'%

%25.27
%35.23
%39.5

CMYK color model

#8EC6DE color CMYK value is (36,11,0,13).

  • cyan value is 36.04%
  • magenta value is 10.81%
  • yellow value is 0.00%
  • key color value is 12.94%

CMYK: (36,11,0,13)
C36M11Y0K13 (36%, 11%, 0%, 13%)
(0.36 / 0.11 / 0.00 / 0.13)

CMYK percentages

%36.04
%10.81
%0
%12.94

Codes

Color #8EC6DE in popluar color models

8E C6 DE
RGB 142 198 222
HSL 198° 54.79% 71.37%
HSB/HSV 198° 36.04% 87.06%
CMYK 36.04% 10.81% 0.00%
12.94%

Color #8EC6DE in popluar number systems.

HEX 8E C6 DE
Decimal 142 198 222
Binary 10001110 11000110 11011110
Octal 216 306 336

Shades and tints

Shades of #8EC6DE

#8EC6DE
(142,198,222)
#82B4CA
(130,180,202)
#76A2B6
(118,162,182)
#6A90A2
(106,144,162)
#5E7E8E
(94,126,142)
#526C7A
(82,108,122)
#465A66
(70,90,102)
#3A4852
(58,72,82)
#2E363E
(46,54,62)
#22242A
(34,36,42)
#161216
(22,18,22)
#000000
(0,0,0)

Tints of #8EC6DE

#8EC6DE
(142,198,222)
#98CBE1
(152,203,225)
#A2D0E4
(162,208,228)
#ACD5E7
(172,213,231)
#B6DAEA
(182,218,234)
#C0DFED
(192,223,237)
#CAE4F0
(202,228,240)
#D4E9F3
(212,233,243)
#DEEEF6
(222,238,246)
#E8F3F9
(232,243,249)
#F2F8FC
(242,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC6DE color. Also use rgb(142,198,222) instead hex code.

Text Font Color

.myTextColor { color: #8EC6DE; }

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

This text font color is #8EC6DE.

Background Color

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

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

This div background color is #8EC6DE.

Border color

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

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

This div border color is #8EC6DE.

Opacity

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

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

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

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

This text has shadow with #8EC6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC6DE.

Preview

Color preview on black background

This text has color #8EC6DE on black background.


Color preview on white background

This text has color #8EC6DE on white background.


Black color preview on #8EC6DE background

This text has black color on #8EC6DE background.


White color preview on #8EC6DE background

This text has white color on #8EC6DE background.


Related colors

Complementary color

Complementary color for #hex is #713921.


I love getcolorcode.com

Triadic colors

1 #DE8EC6 and #C6DE8E with #8EC6DE are triadic colors.

2 #DEC68E and #C68EDE with #8EC6DE are triadic colors.