COLOR #8EC4C0

HEX: #8EC4C0
RGB: (142,196,192)

Color info

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

RGB color model

#8EC4C0 color RGB value is (142,196,192).

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

RGB channels and saturation

R 142 of 255 = 56%
G 196 of 255 = 77%
B 192 of 255 = 75%

142
196
192

R + G + B ~ 69%. #8EC4C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 196 + 192 = 530 (100%)
R 142 of 530 ~ 26.79%
G 196 of 530 ~ 36.98%
B 192 of 530 ~ 36.23%

%26.79
%36.98
%36.23

CMYK color model

#8EC4C0 color CMYK value is (28,0,2,23).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 2.04%
  • key color value is 23.14%
CMYK:
(28,0,2,23)
C28M0Y2K23 
(28%,0%,2%,23%)
(0.28/0.00/0.02/0.23)	

CMYK percentages

%27.55
%0
%2.04
%23.14

Codes

Color #8EC4C0 in popluar color models

8EC4C0
RGB142196192
HSL176°31.40%66.27%
HSB/HSV176°27.55%76.86%
CMYK27.55%0.00%2.04%
23.14%

Color #8EC4C0 in popluar number systems.

HEX8EC4C0
Decimal142196192
Binary100011101100010011000000
Octal216304300

Shades and tints

Shades of #8EC4C0

#8EC4C0
(142,196,192)
#82B3AF
(130,179,175)
#76A29E
(118,162,158)
#6A918D
(106,145,141)
#5E807C
(94,128,124)
#526F6B
(82,111,107)
#465E5A
(70,94,90)
#3A4D49
(58,77,73)
#2E3C38
(46,60,56)
#222B27
(34,43,39)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #8EC4C0

#8EC4C0
(142,196,192)
#98C9C5
(152,201,197)
#A2CECA
(162,206,202)
#ACD3CF
(172,211,207)
#B6D8D4
(182,216,212)
#C0DDD9
(192,221,217)
#CAE2DE
(202,226,222)
#D4E7E3
(212,231,227)
#DEECE8
(222,236,232)
#E8F1ED
(232,241,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC4C0; }

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

This text font color is #8EC4C0.


Background Color

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

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

This div background color is #8EC4C0.


Border color

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

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

This div border color is #8EC4C0.


Opacity

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

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

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

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

This text has shadow with #8EC4C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC4C0 on black background.


Color preview on white background

This text has color #8EC4C0 on white background.



Black color preview on #8EC4C0 background

This text has black color on #8EC4C0 background.


White color preview on #8EC4C0 background

This text has white color on #8EC4C0 background.