COLOR #8EDBB1

HEX: #8EDBB1 RGB: (142,219,177)

Color info

#8EDBB1 contains mainly green and blue colors. Web safe color of #8EDBB1 is #99CC99 (or #9C9).

RGB color model

#8EDBB1 color RGB value is (142,219,177).

RGB: (142,219,177) (56%, 86%, 69%)

RGB channels and saturation

R 142 of 255 = 56%
G 219 of 255 = 86%
B 177 of 255 = 69%

142
219
177

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

Portions of RGB colors in percentages

R + G + B = 142 + 219 + 177 = 538 (100%)
R 142 of 538 ~ 26.39%
G 219 of 538 ~ 40.71%
B 177 of 538 ~ 32.9'%

%26.39
%40.71
%32.9

CMYK color model

#8EDBB1 color CMYK value is (35,0,19,14).

  • cyan value is 35.16%
  • magenta value is 0.00%
  • yellow value is 19.18%
  • key color value is 14.12%

CMYK: (35,0,19,14)
C35M0Y19K14 (35%, 0%, 19%, 14%)
(0.35 / 0.00 / 0.19 / 0.14)

CMYK percentages

%35.16
%0
%19.18
%14.12

Codes

Color #8EDBB1 in popluar color models

8E DB B1
RGB 142 219 177
HSL 147° 51.68% 70.78%
HSB/HSV 147° 35.16% 85.88%
CMYK 35.16% 0.00% 19.18%
14.12%

Color #8EDBB1 in popluar number systems.

HEX 8E DB B1
Decimal 142 219 177
Binary 10001110 11011011 10110001
Octal 216 333 261

Shades and tints

Shades of #8EDBB1

#8EDBB1
(142,219,177)
#82C8A1
(130,200,161)
#76B591
(118,181,145)
#6AA281
(106,162,129)
#5E8F71
(94,143,113)
#527C61
(82,124,97)
#466951
(70,105,81)
#3A5641
(58,86,65)
#2E4331
(46,67,49)
#223021
(34,48,33)
#161D11
(22,29,17)
#000000
(0,0,0)

Tints of #8EDBB1

#8EDBB1
(142,219,177)
#98DEB8
(152,222,184)
#A2E1BF
(162,225,191)
#ACE4C6
(172,228,198)
#B6E7CD
(182,231,205)
#C0EAD4
(192,234,212)
#CAEDDB
(202,237,219)
#D4F0E2
(212,240,226)
#DEF3E9
(222,243,233)
#E8F6F0
(232,246,240)
#F2F9F7
(242,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDBB1 color. Also use rgb(142,219,177) instead hex code.

Text Font Color

.myTextColor { color: #8EDBB1; }

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

This text font color is #8EDBB1.

Background Color

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

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

This div background color is #8EDBB1.

Border color

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

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

This div border color is #8EDBB1.

Opacity

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

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

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

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

This text has shadow with #8EDBB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDBB1.

Preview

Color preview on black background

This text has color #8EDBB1 on black background.


Color preview on white background

This text has color #8EDBB1 on white background.


Black color preview on #8EDBB1 background

This text has black color on #8EDBB1 background.


White color preview on #8EDBB1 background

This text has white color on #8EDBB1 background.


Related colors

Complementary color

Complementary color for #hex is #71244E.


I love getcolorcode.com

Triadic colors

1 #B18EDB and #DBB18E with #8EDBB1 are triadic colors.

2 #B1DB8E and #DB8EB1 with #8EDBB1 are triadic colors.