COLOR #8EDEC6

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

142
222
198

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

Portions of RGB colors in percentages

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

%25.27
%39.5
%35.23

CMYK color model

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

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

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

CMYK percentages

%36.04
%0
%10.81
%12.94

Codes

Color #8EDEC6 in popluar color models

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

Color #8EDEC6 in popluar number systems.

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

Shades and tints

Shades of #8EDEC6

#8EDEC6
(142,222,198)
#82CAB4
(130,202,180)
#76B6A2
(118,182,162)
#6AA290
(106,162,144)
#5E8E7E
(94,142,126)
#527A6C
(82,122,108)
#46665A
(70,102,90)
#3A5248
(58,82,72)
#2E3E36
(46,62,54)
#222A24
(34,42,36)
#161612
(22,22,18)
#000000
(0,0,0)

Tints of #8EDEC6

#8EDEC6
(142,222,198)
#98E1CB
(152,225,203)
#A2E4D0
(162,228,208)
#ACE7D5
(172,231,213)
#B6EADA
(182,234,218)
#C0EDDF
(192,237,223)
#CAF0E4
(202,240,228)
#D4F3E9
(212,243,233)
#DEF6EE
(222,246,238)
#E8F9F3
(232,249,243)
#F2FCF8
(242,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDEC6; }

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

This text font color is #8EDEC6.

Background Color

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

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

This div background color is #8EDEC6.

Border color

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

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

This div border color is #8EDEC6.

Opacity

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

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

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

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

This text has shadow with #8EDEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDEC6.

Preview

Color preview on black background

This text has color #8EDEC6 on black background.


Color preview on white background

This text has color #8EDEC6 on white background.


Black color preview on #8EDEC6 background

This text has black color on #8EDEC6 background.


White color preview on #8EDEC6 background

This text has white color on #8EDEC6 background.


Related colors

Complementary color

Complementary color for #hex is #712139.


I love getcolorcode.com

Triadic colors

1 #C68EDE and #DEC68E with #8EDEC6 are triadic colors.

2 #C6DE8E and #DE8EC6 with #8EDEC6 are triadic colors.