COLOR #8EDCC7

HEX: #8EDCC7
RGB: (142,220,199)

Color info

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

RGB color model

#8EDCC7 color RGB value is (142,220,199).

  • red value is 142;
  • green value is 220;
  • blue value is 199.
RGB:
(142,220,199)
(56%,86%,78%)

RGB channels and saturation

R 142 of 255 = 56%
G 220 of 255 = 86%
B 199 of 255 = 78%

142
220
199

R + G + B ~ 73%. #8EDCC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 220 + 199 = 561 (100%)
R 142 of 561 ~ 25.31%
G 220 of 561 ~ 39.22%
B 199 of 561 ~ 35.47%

%25.31
%39.22
%35.47

CMYK color model

#8EDCC7 color CMYK value is (35,0,10,14).

  • cyan value is 35.45%
  • magenta value is 0.00%
  • yellow value is 9.55%
  • key color value is 13.73%
CMYK:
(35,0,10,14)
C35M0Y10K14 
(35%,0%,10%,14%)
(0.35/0.00/0.10/0.14)	

CMYK percentages

%35.45
%0
%9.55
%13.73

Codes

Color #8EDCC7 in popluar color models

8EDCC7
RGB142220199
HSL164°52.70%70.98%
HSB/HSV164°35.45%86.27%
CMYK35.45%0.00%9.55%
13.73%

Color #8EDCC7 in popluar number systems.

HEX8EDCC7
Decimal142220199
Binary100011101101110011000111
Octal216334307

Shades and tints

Shades of #8EDCC7

#8EDCC7
(142,220,199)
#82C8B5
(130,200,181)
#76B4A3
(118,180,163)
#6AA091
(106,160,145)
#5E8C7F
(94,140,127)
#52786D
(82,120,109)
#46645B
(70,100,91)
#3A5049
(58,80,73)
#2E3C37
(46,60,55)
#222825
(34,40,37)
#161413
(22,20,19)
#000000
(0,0,0)

Tints of #8EDCC7

#8EDCC7
(142,220,199)
#98DFCC
(152,223,204)
#A2E2D1
(162,226,209)
#ACE5D6
(172,229,214)
#B6E8DB
(182,232,219)
#C0EBE0
(192,235,224)
#CAEEE5
(202,238,229)
#D4F1EA
(212,241,234)
#DEF4EF
(222,244,239)
#E8F7F4
(232,247,244)
#F2FAF9
(242,250,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDCC7 color. Also use rgb(142,220,199) instead hex code.

Text Font Color

.myTextColor { color: #8EDCC7; }

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

This text font color is #8EDCC7.


Background Color

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

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

This div background color is #8EDCC7.


Border color

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

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

This div border color is #8EDCC7.


Opacity

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

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

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

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

This text has shadow with #8EDCC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDCC7 on black background.


Color preview on white background

This text has color #8EDCC7 on white background.



Black color preview on #8EDCC7 background

This text has black color on #8EDCC7 background.


White color preview on #8EDCC7 background

This text has white color on #8EDCC7 background.