COLOR #8EC5CF

HEX: #8EC5CF RGB: (142,197,207)

Color info

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

RGB color model

#8EC5CF color RGB value is (142,197,207).

RGB: (142,197,207) (56%, 77%, 81%)

RGB channels and saturation

R 142 of 255 = 56%
G 197 of 255 = 77%
B 207 of 255 = 81%

142
197
207

R + G + B ~ 71%. #8EC5CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 197 + 207 = 546 (100%)
R 142 of 546 ~ 26.01%
G 197 of 546 ~ 36.08%
B 207 of 546 ~ 37.91'%

%26.01
%36.08
%37.91

CMYK color model

#8EC5CF color CMYK value is (31,5,0,19).

  • cyan value is 31.40%
  • magenta value is 4.83%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (31,5,0,19) C31M5Y0K19 (31%,5%,0%,19%) (0.31/0.05/0.00/0.19) 

CMYK percentages

%31.4
%4.83
%0
%18.82

Codes

Color #8EC5CF in popluar color models

8E C5 CF
RGB 142 197 207
HSL 189° 40.37% 68.43%
HSB/HSV 189° 31.40% 81.18%
CMYK 31.40% 4.83% 0.00%
18.82%

Color #8EC5CF in popluar number systems.

HEX 8E C5 CF
Decimal 142 197 207
Binary 10001110 11000101 11001111
Octal 216 305 317

Shades and tints

Shades of #8EC5CF

#8EC5CF
(142,197,207)
#82B4BD
(130,180,189)
#76A3AB
(118,163,171)
#6A9299
(106,146,153)
#5E8187
(94,129,135)
#527075
(82,112,117)
#465F63
(70,95,99)
#3A4E51
(58,78,81)
#2E3D3F
(46,61,63)
#222C2D
(34,44,45)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #8EC5CF

#8EC5CF
(142,197,207)
#98CAD3
(152,202,211)
#A2CFD7
(162,207,215)
#ACD4DB
(172,212,219)
#B6D9DF
(182,217,223)
#C0DEE3
(192,222,227)
#CAE3E7
(202,227,231)
#D4E8EB
(212,232,235)
#DEEDEF
(222,237,239)
#E8F2F3
(232,242,243)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC5CF; }

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

This text font color is #8EC5CF.

Background Color

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

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

This div background color is #8EC5CF.

Border color

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

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

This div border color is #8EC5CF.

Opacity

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

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

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

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

This text has shadow with #8EC5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC5CF.

Preview

Color preview on black background

This text has color #8EC5CF on black background.


Color preview on white background

This text has color #8EC5CF on white background.


Black color preview on #8EC5CF background

This text has black color on #8EC5CF background.


White color preview on #8EC5CF background

This text has white color on #8EC5CF background.


Related colors

Complementary color

Complementary color for #hex is #713A30.


I love getcolorcode.com

Triadic colors

1 #CF8EC5 and #C5CF8E with #8EC5CF are triadic colors.

2 #CFC58E and #C58ECF with #8EC5CF are triadic colors.