COLOR #8EC6BF

HEX: #8EC6BF
RGB: (142,198,191)

Color info

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

RGB color model

#8EC6BF color RGB value is (142,198,191).

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

RGB channels and saturation

R 142 of 255 = 56%
G 198 of 255 = 78%
B 191 of 255 = 75%

142
198
191

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

Portions of RGB colors in percentages

R + G + B =
142 + 198 + 191 = 531 (100%)
R 142 of 531 ~ 26.74%
G 198 of 531 ~ 37.29%
B 191 of 531 ~ 35.97%

%26.74
%37.29
%35.97

CMYK color model

#8EC6BF color CMYK value is (28,0,4,22).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 3.54%
  • key color value is 22.35%
CMYK:
(28,0,4,22)
C28M0Y4K22 
(28%,0%,4%,22%)
(0.28/0.00/0.04/0.22)	

CMYK percentages

%28.28
%0
%3.54
%22.35

Codes

Color #8EC6BF in popluar color models

8EC6BF
RGB142198191
HSL173°32.94%66.67%
HSB/HSV173°28.28%77.65%
CMYK28.28%0.00%3.54%
22.35%

Color #8EC6BF in popluar number systems.

HEX8EC6BF
Decimal142198191
Binary100011101100011010111111
Octal216306277

Shades and tints

Shades of #8EC6BF

#8EC6BF
(142,198,191)
#82B4AE
(130,180,174)
#76A29D
(118,162,157)
#6A908C
(106,144,140)
#5E7E7B
(94,126,123)
#526C6A
(82,108,106)
#465A59
(70,90,89)
#3A4848
(58,72,72)
#2E3637
(46,54,55)
#222426
(34,36,38)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #8EC6BF

#8EC6BF
(142,198,191)
#98CBC4
(152,203,196)
#A2D0C9
(162,208,201)
#ACD5CE
(172,213,206)
#B6DAD3
(182,218,211)
#C0DFD8
(192,223,216)
#CAE4DD
(202,228,221)
#D4E9E2
(212,233,226)
#DEEEE7
(222,238,231)
#E8F3EC
(232,243,236)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EC6BF; }

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

This text font color is #8EC6BF.


Background Color

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

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

This div background color is #8EC6BF.


Border color

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

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

This div border color is #8EC6BF.


Opacity

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

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

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

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

This text has shadow with #8EC6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EC6BF on black background.


Color preview on white background

This text has color #8EC6BF on white background.



Black color preview on #8EC6BF background

This text has black color on #8EC6BF background.


White color preview on #8EC6BF background

This text has white color on #8EC6BF background.