COLOR #8EEEC9

HEX: #8EEEC9
RGB: (142,238,201)

Color info

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

RGB color model

#8EEEC9 color RGB value is (142,238,201).

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

RGB channels and saturation

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

142
238
201

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

Portions of RGB colors in percentages

R + G + B =
142 + 238 + 201 = 581 (100%)
R 142 of 581 ~ 24.44%
G 238 of 581 ~ 40.96%
B 201 of 581 ~ 34.6%

%24.44
%40.96
%34.6

CMYK color model

#8EEEC9 color CMYK value is (40,0,16,7).

  • cyan value is 40.34%
  • magenta value is 0.00%
  • yellow value is 15.55%
  • key color value is 6.67%
CMYK:
(40,0,16,7)
C40M0Y16K7 
(40%,0%,16%,7%)
(0.40/0.00/0.16/0.07)	

CMYK percentages

%40.34
%0
%15.55
%6.67

Codes

Color #8EEEC9 in popluar color models

8EEEC9
RGB142238201
HSL157°73.85%74.51%
HSB/HSV157°40.34%93.33%
CMYK40.34%0.00%15.55%
6.67%

Color #8EEEC9 in popluar number systems.

HEX8EEEC9
Decimal142238201
Binary100011101110111011001001
Octal216356311

Shades and tints

Shades of #8EEEC9

#8EEEC9
(142,238,201)
#82D9B7
(130,217,183)
#76C4A5
(118,196,165)
#6AAF93
(106,175,147)
#5E9A81
(94,154,129)
#52856F
(82,133,111)
#46705D
(70,112,93)
#3A5B4B
(58,91,75)
#2E4639
(46,70,57)
#223127
(34,49,39)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #8EEEC9

#8EEEC9
(142,238,201)
#98EFCD
(152,239,205)
#A2F0D1
(162,240,209)
#ACF1D5
(172,241,213)
#B6F2D9
(182,242,217)
#C0F3DD
(192,243,221)
#CAF4E1
(202,244,225)
#D4F5E5
(212,245,229)
#DEF6E9
(222,246,233)
#E8F7ED
(232,247,237)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EEEC9; }

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

This text font color is #8EEEC9.


Background Color

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

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

This div background color is #8EEEC9.


Border color

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

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

This div border color is #8EEEC9.


Opacity

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

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

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

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

This text has shadow with #8EEEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EEEC9 on black background.


Color preview on white background

This text has color #8EEEC9 on white background.



Black color preview on #8EEEC9 background

This text has black color on #8EEEC9 background.


White color preview on #8EEEC9 background

This text has white color on #8EEEC9 background.