COLOR #8EC4BF

HEX: #8EC4BF
RGB: (142,196,191)

Color info

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

RGB color model

#8EC4BF color RGB value is (142,196,191).

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

RGB channels and saturation

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

142
196
191

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

Portions of RGB colors in percentages

R + G + B =
142 + 196 + 191 = 529 (100%)
R 142 of 529 ~ 26.84%
G 196 of 529 ~ 37.05%
B 191 of 529 ~ 36.11%

%26.84
%37.05
%36.11

CMYK color model

#8EC4BF color CMYK value is (28,0,3,23).

  • cyan value is 27.55%
  • magenta value is 0.00%
  • yellow value is 2.55%
  • key color value is 23.14%
CMYK:
(28,0,3,23)
C28M0Y3K23 
(28%,0%,3%,23%)
(0.28/0.00/0.03/0.23)	

CMYK percentages

%27.55
%0
%2.55
%23.14

Codes

Color #8EC4BF in popluar color models

8EC4BF
RGB142196191
HSL174°31.40%66.27%
HSB/HSV174°27.55%76.86%
CMYK27.55%0.00%2.55%
23.14%

Color #8EC4BF in popluar number systems.

HEX8EC4BF
Decimal142196191
Binary100011101100010010111111
Octal216304277

Shades and tints

Shades of #8EC4BF

#8EC4BF
(142,196,191)
#82B3AE
(130,179,174)
#76A29D
(118,162,157)
#6A918C
(106,145,140)
#5E807B
(94,128,123)
#526F6A
(82,111,106)
#465E59
(70,94,89)
#3A4D48
(58,77,72)
#2E3C37
(46,60,55)
#222B26
(34,43,38)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #8EC4BF

#8EC4BF
(142,196,191)
#98C9C4
(152,201,196)
#A2CEC9
(162,206,201)
#ACD3CE
(172,211,206)
#B6D8D3
(182,216,211)
#C0DDD8
(192,221,216)
#CAE2DD
(202,226,221)
#D4E7E2
(212,231,226)
#DEECE7
(222,236,231)
#E8F1EC
(232,241,236)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC4BF; }

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

This text font color is #8EC4BF.


Background Color

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

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

This div background color is #8EC4BF.


Border color

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

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

This div border color is #8EC4BF.


Opacity

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

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

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

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

This text has shadow with #8EC4BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC4BF on black background.


Color preview on white background

This text has color #8EC4BF on white background.



Black color preview on #8EC4BF background

This text has black color on #8EC4BF background.


White color preview on #8EC4BF background

This text has white color on #8EC4BF background.