COLOR #8EEDDA

HEX: #8EEDDA RGB: (142,237,218)

Color info

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

RGB color model

#8EEDDA color RGB value is (142,237,218).

RGB: (142,237,218) (56%, 93%, 85%)

RGB channels and saturation

R 142 of 255 = 56%
G 237 of 255 = 93%
B 218 of 255 = 85%

142
237
218

R + G + B ~ 78%. #8EEDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 142 + 237 + 218 = 597 (100%)
R 142 of 597 ~ 23.79%
G 237 of 597 ~ 39.7%
B 218 of 597 ~ 36.52'%

%23.79
%39.7
%36.52

CMYK color model

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

  • cyan value is 40.08%
  • magenta value is 0.00%
  • yellow value is 8.02%
  • key color value is 7.06%

CMYK: (40,0,8,7)
C40M0Y8K7 (40%, 0%, 8%, 7%)
(0.40 / 0.00 / 0.08 / 0.07)

CMYK percentages

%40.08
%0
%8.02
%7.06

Codes

Color #8EEDDA in popluar color models

8E ED DA
RGB 142 237 218
HSL 168° 72.52% 74.31%
HSB/HSV 168° 40.08% 92.94%
CMYK 40.08% 0.00% 8.02%
7.06%

Color #8EEDDA in popluar number systems.

HEX 8E ED DA
Decimal 142 237 218
Binary 10001110 11101101 11011010
Octal 216 355 332

Shades and tints

Shades of #8EEDDA

#8EEDDA
(142,237,218)
#82D8C7
(130,216,199)
#76C3B4
(118,195,180)
#6AAEA1
(106,174,161)
#5E998E
(94,153,142)
#52847B
(82,132,123)
#466F68
(70,111,104)
#3A5A55
(58,90,85)
#2E4542
(46,69,66)
#22302F
(34,48,47)
#161B1C
(22,27,28)
#000000
(0,0,0)

Tints of #8EEDDA

#8EEDDA
(142,237,218)
#98EEDD
(152,238,221)
#A2EFE0
(162,239,224)
#ACF0E3
(172,240,227)
#B6F1E6
(182,241,230)
#C0F2E9
(192,242,233)
#CAF3EC
(202,243,236)
#D4F4EF
(212,244,239)
#DEF5F2
(222,245,242)
#E8F6F5
(232,246,245)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEDDA color. Also use rgb(142,237,218) instead hex code.

Text Font Color

.myTextColor { color: #8EEDDA; }

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

This text font color is #8EEDDA.

Background Color

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

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

This div background color is #8EEDDA.

Border color

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

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

This div border color is #8EEDDA.

Opacity

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

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

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

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

This text has shadow with #8EEDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EEDDA.

Preview

Color preview on black background

This text has color #8EEDDA on black background.


Color preview on white background

This text has color #8EEDDA on white background.


Black color preview on #8EEDDA background

This text has black color on #8EEDDA background.


White color preview on #8EEDDA background

This text has white color on #8EEDDA background.


Related colors

Complementary color

Complementary color for #hex is #711225.


I love getcolorcode.com

Triadic colors

1 #DA8EED and #EDDA8E with #8EEDDA are triadic colors.

2 #DAED8E and #ED8EDA with #8EEDDA are triadic colors.