COLOR #8EDBB7

HEX: #8EDBB7 RGB: (142,219,183)

Color info

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

RGB color model

#8EDBB7 color RGB value is (142,219,183).

RGB: (142,219,183) (56%, 86%, 72%)

RGB channels and saturation

R 142 of 255 = 56%
G 219 of 255 = 86%
B 183 of 255 = 72%

142
219
183

R + G + B ~ 71%. #8EDBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 219 + 183 = 544 (100%)
R 142 of 544 ~ 26.1%
G 219 of 544 ~ 40.26%
B 183 of 544 ~ 33.64'%

%26.1
%40.26
%33.64

CMYK color model

#8EDBB7 color CMYK value is (35,0,16,14).

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

CMYK: (35,0,16,14)
C35M0Y16K14 (35%, 0%, 16%, 14%)
(0.35 / 0.00 / 0.16 / 0.14)

CMYK percentages

%35.16
%0
%16.44
%14.12

Codes

Color #8EDBB7 in popluar color models

8E DB B7
RGB 142 219 183
HSL 152° 51.68% 70.78%
HSB/HSV 152° 35.16% 85.88%
CMYK 35.16% 0.00% 16.44%
14.12%

Color #8EDBB7 in popluar number systems.

HEX 8E DB B7
Decimal 142 219 183
Binary 10001110 11011011 10110111
Octal 216 333 267

Shades and tints

Shades of #8EDBB7

#8EDBB7
(142,219,183)
#82C8A7
(130,200,167)
#76B597
(118,181,151)
#6AA287
(106,162,135)
#5E8F77
(94,143,119)
#527C67
(82,124,103)
#466957
(70,105,87)
#3A5647
(58,86,71)
#2E4337
(46,67,55)
#223027
(34,48,39)
#161D17
(22,29,23)
#000000
(0,0,0)

Tints of #8EDBB7

#8EDBB7
(142,219,183)
#98DEBD
(152,222,189)
#A2E1C3
(162,225,195)
#ACE4C9
(172,228,201)
#B6E7CF
(182,231,207)
#C0EAD5
(192,234,213)
#CAEDDB
(202,237,219)
#D4F0E1
(212,240,225)
#DEF3E7
(222,243,231)
#E8F6ED
(232,246,237)
#F2F9F3
(242,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDBB7; }

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

This text font color is #8EDBB7.

Background Color

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

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

This div background color is #8EDBB7.

Border color

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

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

This div border color is #8EDBB7.

Opacity

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

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

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

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

This text has shadow with #8EDBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EDBB7.

Preview

Color preview on black background

This text has color #8EDBB7 on black background.


Color preview on white background

This text has color #8EDBB7 on white background.


Black color preview on #8EDBB7 background

This text has black color on #8EDBB7 background.


White color preview on #8EDBB7 background

This text has white color on #8EDBB7 background.


Related colors

Complementary color

Complementary color for #hex is #712448.


I love getcolorcode.com

Triadic colors

1 #B78EDB and #DBB78E with #8EDBB7 are triadic colors.

2 #B7DB8E and #DB8EB7 with #8EDBB7 are triadic colors.