COLOR #8EC1CA

HEX: #8EC1CA RGB: (142,193,202)

Color info

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

RGB color model

#8EC1CA color RGB value is (142,193,202).

RGB: (142,193,202) (56%, 76%, 79%)

RGB channels and saturation

R 142 of 255 = 56%
G 193 of 255 = 76%
B 202 of 255 = 79%

142
193
202

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

Portions of RGB colors in percentages

R + G + B = 142 + 193 + 202 = 537 (100%)
R 142 of 537 ~ 26.44%
G 193 of 537 ~ 35.94%
B 202 of 537 ~ 37.62'%

%26.44
%35.94
%37.62

CMYK color model

#8EC1CA color CMYK value is (30,4,0,21).

  • cyan value is 29.70%
  • magenta value is 4.46%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (30,4,0,21)
C30M4Y0K21 (30%, 4%, 0%, 21%)
(0.30 / 0.04 / 0.00 / 0.21)

CMYK percentages

%29.7
%4.46
%0
%20.78

Codes

Color #8EC1CA in popluar color models

8E C1 CA
RGB 142 193 202
HSL 189° 36.14% 67.45%
HSB/HSV 189° 29.70% 79.22%
CMYK 29.70% 4.46% 0.00%
20.78%

Color #8EC1CA in popluar number systems.

HEX 8E C1 CA
Decimal 142 193 202
Binary 10001110 11000001 11001010
Octal 216 301 312

Shades and tints

Shades of #8EC1CA

#8EC1CA
(142,193,202)
#82B0B8
(130,176,184)
#769FA6
(118,159,166)
#6A8E94
(106,142,148)
#5E7D82
(94,125,130)
#526C70
(82,108,112)
#465B5E
(70,91,94)
#3A4A4C
(58,74,76)
#2E393A
(46,57,58)
#222828
(34,40,40)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #8EC1CA

#8EC1CA
(142,193,202)
#98C6CE
(152,198,206)
#A2CBD2
(162,203,210)
#ACD0D6
(172,208,214)
#B6D5DA
(182,213,218)
#C0DADE
(192,218,222)
#CADFE2
(202,223,226)
#D4E4E6
(212,228,230)
#DEE9EA
(222,233,234)
#E8EEEE
(232,238,238)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC1CA; }

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

This text font color is #8EC1CA.

Background Color

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

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

This div background color is #8EC1CA.

Border color

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

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

This div border color is #8EC1CA.

Opacity

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

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

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

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

This text has shadow with #8EC1CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC1CA.

Preview

Color preview on black background

This text has color #8EC1CA on black background.


Color preview on white background

This text has color #8EC1CA on white background.


Black color preview on #8EC1CA background

This text has black color on #8EC1CA background.


White color preview on #8EC1CA background

This text has white color on #8EC1CA background.


Related colors

Complementary color

Complementary color for #hex is #713E35.


I love getcolorcode.com

Triadic colors

1 #CA8EC1 and #C1CA8E with #8EC1CA are triadic colors.

2 #CAC18E and #C18ECA with #8EC1CA are triadic colors.