COLOR #8EC5C6

HEX: #8EC5C6
RGB: (142,197,198)

Color info

#8EC5C6 contains red, green and blue colors in about the same proportion. Web safe color of #8EC5C6 is #99CCCC (or #9CC).

RGB color model

#8EC5C6 color RGB value is (142,197,198).

  • red value is 142;
  • green value is 197;
  • blue value is 198.
RGB:
(142,197,198)
(56%,77%,78%)

RGB channels and saturation

R 142 of 255 = 56%
G 197 of 255 = 77%
B 198 of 255 = 78%

142
197
198

R + G + B ~ 70%. #8EC5C6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 197 + 198 = 537 (100%)
R 142 of 537 ~ 26.44%
G 197 of 537 ~ 36.69%
B 198 of 537 ~ 36.87%

%26.44
%36.69
%36.87

CMYK color model

#8EC5C6 color CMYK value is (28,1,0,22).

  • cyan value is 28.28%
  • magenta value is 0.51%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(28,1,0,22)
C28M1Y0K22 
(28%,1%,0%,22%)
(0.28/0.01/0.00/0.22)	

CMYK percentages

%28.28
%0.51
%0
%22.35

Codes

Color #8EC5C6 in popluar color models

8EC5C6
RGB142197198
HSL181°32.94%66.67%
HSB/HSV181°28.28%77.65%
CMYK28.28%0.51%0.00%
22.35%

Color #8EC5C6 in popluar number systems.

HEX8EC5C6
Decimal142197198
Binary100011101100010111000110
Octal216305306

Shades and tints

Shades of #8EC5C6

#8EC5C6
(142,197,198)
#82B4B4
(130,180,180)
#76A3A2
(118,163,162)
#6A9290
(106,146,144)
#5E817E
(94,129,126)
#52706C
(82,112,108)
#465F5A
(70,95,90)
#3A4E48
(58,78,72)
#2E3D36
(46,61,54)
#222C24
(34,44,36)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #8EC5C6

#8EC5C6
(142,197,198)
#98CACB
(152,202,203)
#A2CFD0
(162,207,208)
#ACD4D5
(172,212,213)
#B6D9DA
(182,217,218)
#C0DEDF
(192,222,223)
#CAE3E4
(202,227,228)
#D4E8E9
(212,232,233)
#DEEDEE
(222,237,238)
#E8F2F3
(232,242,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC5C6; }

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

This text font color is #8EC5C6.


Background Color

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

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

This div background color is #8EC5C6.


Border color

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

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

This div border color is #8EC5C6.


Opacity

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

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

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

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

This text has shadow with #8EC5C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC5C6 on black background.


Color preview on white background

This text has color #8EC5C6 on white background.



Black color preview on #8EC5C6 background

This text has black color on #8EC5C6 background.


White color preview on #8EC5C6 background

This text has white color on #8EC5C6 background.