COLOR #8EECC9

HEX: #8EECC9
RGB: (142,236,201)

Color info

#8EECC9 contains mainly green and blue colors. Web safe color of #8EECC9 is #99FFCC (or #9FC).

RGB color model

#8EECC9 color RGB value is (142,236,201).

  • red value is 142;
  • green value is 236;
  • blue value is 201.
RGB:
(142,236,201)
(56%,93%,79%)

RGB channels and saturation

R 142 of 255 = 56%
G 236 of 255 = 93%
B 201 of 255 = 79%

142
236
201

R + G + B ~ 76%. #8EECC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 236 + 201 = 579 (100%)
R 142 of 579 ~ 24.53%
G 236 of 579 ~ 40.76%
B 201 of 579 ~ 34.72%

%24.53
%40.76
%34.72

CMYK color model

#8EECC9 color CMYK value is (40,0,15,7).

  • cyan value is 39.83%
  • magenta value is 0.00%
  • yellow value is 14.83%
  • key color value is 7.45%
CMYK:
(40,0,15,7)
C40M0Y15K7 
(40%,0%,15%,7%)
(0.40/0.00/0.15/0.07)	

CMYK percentages

%39.83
%0
%14.83
%7.45

Codes

Color #8EECC9 in popluar color models

8EECC9
RGB142236201
HSL158°71.21%74.12%
HSB/HSV158°39.83%92.55%
CMYK39.83%0.00%14.83%
7.45%

Color #8EECC9 in popluar number systems.

HEX8EECC9
Decimal142236201
Binary100011101110110011001001
Octal216354311

Shades and tints

Shades of #8EECC9

#8EECC9
(142,236,201)
#82D7B7
(130,215,183)
#76C2A5
(118,194,165)
#6AAD93
(106,173,147)
#5E9881
(94,152,129)
#52836F
(82,131,111)
#466E5D
(70,110,93)
#3A594B
(58,89,75)
#2E4439
(46,68,57)
#222F27
(34,47,39)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #8EECC9

#8EECC9
(142,236,201)
#98EDCD
(152,237,205)
#A2EED1
(162,238,209)
#ACEFD5
(172,239,213)
#B6F0D9
(182,240,217)
#C0F1DD
(192,241,221)
#CAF2E1
(202,242,225)
#D4F3E5
(212,243,229)
#DEF4E9
(222,244,233)
#E8F5ED
(232,245,237)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EECC9 color. Also use rgb(142,236,201) instead hex code.

Text Font Color

.myTextColor { color: #8EECC9; }

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

This text font color is #8EECC9.


Background Color

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

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

This div background color is #8EECC9.


Border color

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

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

This div border color is #8EECC9.


Opacity

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

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

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

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

This text has shadow with #8EECC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EECC9 on black background.


Color preview on white background

This text has color #8EECC9 on white background.



Black color preview on #8EECC9 background

This text has black color on #8EECC9 background.


White color preview on #8EECC9 background

This text has white color on #8EECC9 background.