COLOR #8ECAC4

HEX: #8ECAC4
RGB: (142,202,196)

Color info

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

RGB color model

#8ECAC4 color RGB value is (142,202,196).

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

RGB channels and saturation

R 142 of 255 = 56%
G 202 of 255 = 79%
B 196 of 255 = 77%

142
202
196

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

Portions of RGB colors in percentages

R + G + B =
142 + 202 + 196 = 540 (100%)
R 142 of 540 ~ 26.3%
G 202 of 540 ~ 37.41%
B 196 of 540 ~ 36.3%

%26.3
%37.41
%36.3

CMYK color model

#8ECAC4 color CMYK value is (30,0,3,21).

  • cyan value is 29.70%
  • magenta value is 0.00%
  • yellow value is 2.97%
  • key color value is 20.78%
CMYK:
(30,0,3,21)
C30M0Y3K21 
(30%,0%,3%,21%)
(0.30/0.00/0.03/0.21)	

CMYK percentages

%29.7
%0
%2.97
%20.78

Codes

Color #8ECAC4 in popluar color models

8ECAC4
RGB142202196
HSL174°36.14%67.45%
HSB/HSV174°29.70%79.22%
CMYK29.70%0.00%2.97%
20.78%

Color #8ECAC4 in popluar number systems.

HEX8ECAC4
Decimal142202196
Binary100011101100101011000100
Octal216312304

Shades and tints

Shades of #8ECAC4

#8ECAC4
(142,202,196)
#82B8B3
(130,184,179)
#76A6A2
(118,166,162)
#6A9491
(106,148,145)
#5E8280
(94,130,128)
#52706F
(82,112,111)
#465E5E
(70,94,94)
#3A4C4D
(58,76,77)
#2E3A3C
(46,58,60)
#22282B
(34,40,43)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #8ECAC4

#8ECAC4
(142,202,196)
#98CEC9
(152,206,201)
#A2D2CE
(162,210,206)
#ACD6D3
(172,214,211)
#B6DAD8
(182,218,216)
#C0DEDD
(192,222,221)
#CAE2E2
(202,226,226)
#D4E6E7
(212,230,231)
#DEEAEC
(222,234,236)
#E8EEF1
(232,238,241)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8ECAC4; }

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

This text font color is #8ECAC4.


Background Color

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

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

This div background color is #8ECAC4.


Border color

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

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

This div border color is #8ECAC4.


Opacity

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

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

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

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

This text has shadow with #8ECAC4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8ECAC4 on black background.


Color preview on white background

This text has color #8ECAC4 on white background.



Black color preview on #8ECAC4 background

This text has black color on #8ECAC4 background.


White color preview on #8ECAC4 background

This text has white color on #8ECAC4 background.