COLOR #8EC3CE

HEX: #8EC3CE RGB: (142,195,206)

Color info

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

RGB color model

#8EC3CE color RGB value is (142,195,206).

RGB: (142,195,206) (56%, 76%, 81%)

RGB channels and saturation

R 142 of 255 = 56%
G 195 of 255 = 76%
B 206 of 255 = 81%

142
195
206

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

Portions of RGB colors in percentages

R + G + B = 142 + 195 + 206 = 543 (100%)
R 142 of 543 ~ 26.15%
G 195 of 543 ~ 35.91%
B 206 of 543 ~ 37.94'%

%26.15
%35.91
%37.94

CMYK color model

#8EC3CE color CMYK value is (31,5,0,19).

  • cyan value is 31.07%
  • magenta value is 5.34%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (31,5,0,19)
C31M5Y0K19 (31%, 5%, 0%, 19%)
(0.31 / 0.05 / 0.00 / 0.19)

CMYK percentages

%31.07
%5.34
%0
%19.22

Codes

Color #8EC3CE in popluar color models

8E C3 CE
RGB 142 195 206
HSL 190° 39.51% 68.24%
HSB/HSV 190° 31.07% 80.78%
CMYK 31.07% 5.34% 0.00%
19.22%

Color #8EC3CE in popluar number systems.

HEX 8E C3 CE
Decimal 142 195 206
Binary 10001110 11000011 11001110
Octal 216 303 316

Shades and tints

Shades of #8EC3CE

#8EC3CE
(142,195,206)
#82B2BC
(130,178,188)
#76A1AA
(118,161,170)
#6A9098
(106,144,152)
#5E7F86
(94,127,134)
#526E74
(82,110,116)
#465D62
(70,93,98)
#3A4C50
(58,76,80)
#2E3B3E
(46,59,62)
#222A2C
(34,42,44)
#16191A
(22,25,26)
#000000
(0,0,0)

Tints of #8EC3CE

#8EC3CE
(142,195,206)
#98C8D2
(152,200,210)
#A2CDD6
(162,205,214)
#ACD2DA
(172,210,218)
#B6D7DE
(182,215,222)
#C0DCE2
(192,220,226)
#CAE1E6
(202,225,230)
#D4E6EA
(212,230,234)
#DEEBEE
(222,235,238)
#E8F0F2
(232,240,242)
#F2F5F6
(242,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EC3CE color. Also use rgb(142,195,206) instead hex code.

Text Font Color

.myTextColor { color: #8EC3CE; }

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

This text font color is #8EC3CE.

Background Color

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

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

This div background color is #8EC3CE.

Border color

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

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

This div border color is #8EC3CE.

Opacity

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

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

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

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

This text has shadow with #8EC3CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EC3CE.

Preview

Color preview on black background

This text has color #8EC3CE on black background.


Color preview on white background

This text has color #8EC3CE on white background.


Black color preview on #8EC3CE background

This text has black color on #8EC3CE background.


White color preview on #8EC3CE background

This text has white color on #8EC3CE background.


Related colors

Complementary color

Complementary color for #hex is #713C31.


I love getcolorcode.com

Triadic colors

1 #CE8EC3 and #C3CE8E with #8EC3CE are triadic colors.

2 #CEC38E and #C38ECE with #8EC3CE are triadic colors.