COLOR #8EECB0

HEX: #8EECB0 RGB: (142,236,176)

Color info

#8EECB0 contains mainly green color. Web safe color of #8EECB0 is #99FF99 (or #9F9).

RGB color model

#8EECB0 color RGB value is (142,236,176).

RGB: (142,236,176) (56%, 93%, 69%)

RGB channels and saturation

R 142 of 255 = 56%
G 236 of 255 = 93%
B 176 of 255 = 69%

142
236
176

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

Portions of RGB colors in percentages

R + G + B = 142 + 236 + 176 = 554 (100%)
R 142 of 554 ~ 25.63%
G 236 of 554 ~ 42.6%
B 176 of 554 ~ 31.77'%

%25.63
%42.6
%31.77

CMYK color model

#8EECB0 color CMYK value is (40,0,25,7).

  • cyan value is 39.83%
  • magenta value is 0.00%
  • yellow value is 25.42%
  • key color value is 7.45%

CMYK: (40,0,25,7)
C40M0Y25K7 (40%, 0%, 25%, 7%)
(0.40 / 0.00 / 0.25 / 0.07)

CMYK percentages

%39.83
%0
%25.42
%7.45

Codes

Color #8EECB0 in popluar color models

8E EC B0
RGB 142 236 176
HSL 142° 71.21% 74.12%
HSB/HSV 142° 39.83% 92.55%
CMYK 39.83% 0.00% 25.42%
7.45%

Color #8EECB0 in popluar number systems.

HEX 8E EC B0
Decimal 142 236 176
Binary 10001110 11101100 10110000
Octal 216 354 260

Shades and tints

Shades of #8EECB0

#8EECB0
(142,236,176)
#82D7A0
(130,215,160)
#76C290
(118,194,144)
#6AAD80
(106,173,128)
#5E9870
(94,152,112)
#528360
(82,131,96)
#466E50
(70,110,80)
#3A5940
(58,89,64)
#2E4430
(46,68,48)
#222F20
(34,47,32)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #8EECB0

#8EECB0
(142,236,176)
#98EDB7
(152,237,183)
#A2EEBE
(162,238,190)
#ACEFC5
(172,239,197)
#B6F0CC
(182,240,204)
#C0F1D3
(192,241,211)
#CAF2DA
(202,242,218)
#D4F3E1
(212,243,225)
#DEF4E8
(222,244,232)
#E8F5EF
(232,245,239)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EECB0; }

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

This text font color is #8EECB0.

Background Color

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

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

This div background color is #8EECB0.

Border color

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

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

This div border color is #8EECB0.

Opacity

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

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

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

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

This text has shadow with #8EECB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EECB0.

Preview

Color preview on black background

This text has color #8EECB0 on black background.


Color preview on white background

This text has color #8EECB0 on white background.


Black color preview on #8EECB0 background

This text has black color on #8EECB0 background.


White color preview on #8EECB0 background

This text has white color on #8EECB0 background.


Related colors

Complementary color

Complementary color for #hex is #71134F.


I love getcolorcode.com

Triadic colors

1 #B08EEC and #ECB08E with #8EECB0 are triadic colors.

2 #B0EC8E and #EC8EB0 with #8EECB0 are triadic colors.