COLOR #8EC3BD

HEX: #8EC3BD
RGB: (142,195,189)

Color info

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

RGB color model

#8EC3BD color RGB value is (142,195,189).

  • red value is 142;
  • green value is 195;
  • blue value is 189.
RGB:
(142,195,189)
(56%,76%,74%)

RGB channels and saturation

R 142 of 255 = 56%
G 195 of 255 = 76%
B 189 of 255 = 74%

142
195
189

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

Portions of RGB colors in percentages

R + G + B =
142 + 195 + 189 = 526 (100%)
R 142 of 526 ~ 27%
G 195 of 526 ~ 37.07%
B 189 of 526 ~ 35.93%

%27
%37.07
%35.93

CMYK color model

#8EC3BD color CMYK value is (27,0,3,24).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 3.08%
  • key color value is 23.53%
CMYK:
(27,0,3,24)
C27M0Y3K24 
(27%,0%,3%,24%)
(0.27/0.00/0.03/0.24)	

CMYK percentages

%27.18
%0
%3.08
%23.53

Codes

Color #8EC3BD in popluar color models

8EC3BD
RGB142195189
HSL173°30.64%66.08%
HSB/HSV173°27.18%76.47%
CMYK27.18%0.00%3.08%
23.53%

Color #8EC3BD in popluar number systems.

HEX8EC3BD
Decimal142195189
Binary100011101100001110111101
Octal216303275

Shades and tints

Shades of #8EC3BD

#8EC3BD
(142,195,189)
#82B2AC
(130,178,172)
#76A19B
(118,161,155)
#6A908A
(106,144,138)
#5E7F79
(94,127,121)
#526E68
(82,110,104)
#465D57
(70,93,87)
#3A4C46
(58,76,70)
#2E3B35
(46,59,53)
#222A24
(34,42,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #8EC3BD

#8EC3BD
(142,195,189)
#98C8C3
(152,200,195)
#A2CDC9
(162,205,201)
#ACD2CF
(172,210,207)
#B6D7D5
(182,215,213)
#C0DCDB
(192,220,219)
#CAE1E1
(202,225,225)
#D4E6E7
(212,230,231)
#DEEBED
(222,235,237)
#E8F0F3
(232,240,243)
#F2F5F9
(242,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC3BD; }

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

This text font color is #8EC3BD.


Background Color

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

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

This div background color is #8EC3BD.


Border color

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

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

This div border color is #8EC3BD.


Opacity

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

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

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

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

This text has shadow with #8EC3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC3BD on black background.


Color preview on white background

This text has color #8EC3BD on white background.



Black color preview on #8EC3BD background

This text has black color on #8EC3BD background.


White color preview on #8EC3BD background

This text has white color on #8EC3BD background.