COLOR #8EC9EC

HEX: #8EC9EC RGB: (142,201,236)

Color info

#8EC9EC contains mainly green and blue colors. Web safe color of #8EC9EC is #99CCFF (or #9CF).

RGB color model

#8EC9EC color RGB value is (142,201,236).

RGB: (142,201,236) (56%, 79%, 93%)

RGB channels and saturation

R 142 of 255 = 56%
G 201 of 255 = 79%
B 236 of 255 = 93%

142
201
236

R + G + B ~ 76%. #8EC9EC is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 201 + 236 = 579 (100%)
R 142 of 579 ~ 24.53%
G 201 of 579 ~ 34.72%
B 236 of 579 ~ 40.76'%

%24.53
%34.72
%40.76

CMYK color model

#8EC9EC color CMYK value is (40,15,0,7).

  • cyan value is 39.83%
  • magenta value is 14.83%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (40,15,0,7) C40M15Y0K7 (40%,15%,0%,7%) (0.40/0.15/0.00/0.07) 

CMYK percentages

%39.83
%14.83
%0
%7.45

Codes

Color #8EC9EC in popluar color models

8E C9 EC
RGB 142 201 236
HSL 202° 71.21% 74.12%
HSB/HSV 202° 39.83% 92.55%
CMYK 39.83% 14.83% 0.00%
7.45%

Color #8EC9EC in popluar number systems.

HEX 8E C9 EC
Decimal 142 201 236
Binary 10001110 11001001 11101100
Octal 216 311 354

Shades and tints

Shades of #8EC9EC

#8EC9EC
(142,201,236)
#82B7D7
(130,183,215)
#76A5C2
(118,165,194)
#6A93AD
(106,147,173)
#5E8198
(94,129,152)
#526F83
(82,111,131)
#465D6E
(70,93,110)
#3A4B59
(58,75,89)
#2E3944
(46,57,68)
#22272F
(34,39,47)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #8EC9EC

#8EC9EC
(142,201,236)
#98CDED
(152,205,237)
#A2D1EE
(162,209,238)
#ACD5EF
(172,213,239)
#B6D9F0
(182,217,240)
#C0DDF1
(192,221,241)
#CAE1F2
(202,225,242)
#D4E5F3
(212,229,243)
#DEE9F4
(222,233,244)
#E8EDF5
(232,237,245)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC9EC color. Also use rgb(142,201,236) instead hex code.

Text Font Color

.myTextColor { color: #8EC9EC; }

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

This text font color is #8EC9EC.

Background Color

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

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

This div background color is #8EC9EC.

Border color

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

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

This div border color is #8EC9EC.

Opacity

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

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

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

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

This text has shadow with #8EC9EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC9EC.

Preview

Color preview on black background

This text has color #8EC9EC on black background.


Color preview on white background

This text has color #8EC9EC on white background.


Black color preview on #8EC9EC background

This text has black color on #8EC9EC background.


White color preview on #8EC9EC background

This text has white color on #8EC9EC background.


Related colors

Complementary color

Complementary color for #hex is #713613.


I love getcolorcode.com

Triadic colors

1 #EC8EC9 and #C9EC8E with #8EC9EC are triadic colors.

2 #ECC98E and #C98EEC with #8EC9EC are triadic colors.