COLOR #8EC4C6

HEX: #8EC4C6
RGB: (142,196,198)

Color info

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

RGB color model

#8EC4C6 color RGB value is (142,196,198).

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

RGB channels and saturation

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

142
196
198

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

Portions of RGB colors in percentages

R + G + B =
142 + 196 + 198 = 536 (100%)
R 142 of 536 ~ 26.49%
G 196 of 536 ~ 36.57%
B 198 of 536 ~ 36.94%

%26.49
%36.57
%36.94

CMYK color model

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

  • cyan value is 28.28%
  • magenta value is 1.01%
  • 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
%1.01
%0
%22.35

Codes

Color #8EC4C6 in popluar color models

8EC4C6
RGB142196198
HSL182°32.94%66.67%
HSB/HSV182°28.28%77.65%
CMYK28.28%1.01%0.00%
22.35%

Color #8EC4C6 in popluar number systems.

HEX8EC4C6
Decimal142196198
Binary100011101100010011000110
Octal216304306

Shades and tints

Shades of #8EC4C6

#8EC4C6
(142,196,198)
#82B3B4
(130,179,180)
#76A2A2
(118,162,162)
#6A9190
(106,145,144)
#5E807E
(94,128,126)
#526F6C
(82,111,108)
#465E5A
(70,94,90)
#3A4D48
(58,77,72)
#2E3C36
(46,60,54)
#222B24
(34,43,36)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #8EC4C6

#8EC4C6
(142,196,198)
#98C9CB
(152,201,203)
#A2CED0
(162,206,208)
#ACD3D5
(172,211,213)
#B6D8DA
(182,216,218)
#C0DDDF
(192,221,223)
#CAE2E4
(202,226,228)
#D4E7E9
(212,231,233)
#DEECEE
(222,236,238)
#E8F1F3
(232,241,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC4C6; }

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

This text font color is #8EC4C6.


Background Color

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

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

This div background color is #8EC4C6.


Border color

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

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

This div border color is #8EC4C6.


Opacity

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

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

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

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

This text has shadow with #8EC4C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC4C6 on black background.


Color preview on white background

This text has color #8EC4C6 on white background.



Black color preview on #8EC4C6 background

This text has black color on #8EC4C6 background.


White color preview on #8EC4C6 background

This text has white color on #8EC4C6 background.