COLOR #8EEADD

HEX: #8EEADD RGB: (142,234,221)

Color info

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

RGB color model

#8EEADD color RGB value is (142,234,221).

RGB: (142,234,221) (56%, 92%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 234 of 255 = 92%
B 221 of 255 = 87%

142
234
221

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

Portions of RGB colors in percentages

R + G + B = 142 + 234 + 221 = 597 (100%)
R 142 of 597 ~ 23.79%
G 234 of 597 ~ 39.2%
B 221 of 597 ~ 37.02'%

%23.79
%39.2
%37.02

CMYK color model

#8EEADD color CMYK value is (39,0,6,8).

  • cyan value is 39.32%
  • magenta value is 0.00%
  • yellow value is 5.56%
  • key color value is 8.24%
CMYK: (39,0,6,8) C39M0Y6K8 (39%,0%,6%,8%) (0.39/0.00/0.06/0.08) 

CMYK percentages

%39.32
%0
%5.56
%8.24

Codes

Color #8EEADD in popluar color models

8E EA DD
RGB 142 234 221
HSL 172° 68.66% 73.73%
HSB/HSV 172° 39.32% 91.76%
CMYK 39.32% 0.00% 5.56%
8.24%

Color #8EEADD in popluar number systems.

HEX 8E EA DD
Decimal 142 234 221
Binary 10001110 11101010 11011101
Octal 216 352 335

Shades and tints

Shades of #8EEADD

#8EEADD
(142,234,221)
#82D5C9
(130,213,201)
#76C0B5
(118,192,181)
#6AABA1
(106,171,161)
#5E968D
(94,150,141)
#528179
(82,129,121)
#466C65
(70,108,101)
#3A5751
(58,87,81)
#2E423D
(46,66,61)
#222D29
(34,45,41)
#161815
(22,24,21)
#000000
(0,0,0)

Tints of #8EEADD

#8EEADD
(142,234,221)
#98EBE0
(152,235,224)
#A2ECE3
(162,236,227)
#ACEDE6
(172,237,230)
#B6EEE9
(182,238,233)
#C0EFEC
(192,239,236)
#CAF0EF
(202,240,239)
#D4F1F2
(212,241,242)
#DEF2F5
(222,242,245)
#E8F3F8
(232,243,248)
#F2F4FB
(242,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EEADD color. Also use rgb(142,234,221) instead hex code.

Text Font Color

.myTextColor { color: #8EEADD; }

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

This text font color is #8EEADD.

Background Color

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

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

This div background color is #8EEADD.

Border color

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

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

This div border color is #8EEADD.

Opacity

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

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

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

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

This text has shadow with #8EEADD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EEADD.

Preview

Color preview on black background

This text has color #8EEADD on black background.


Color preview on white background

This text has color #8EEADD on white background.


Black color preview on #8EEADD background

This text has black color on #8EEADD background.


White color preview on #8EEADD background

This text has white color on #8EEADD background.


Related colors

Complementary color

Complementary color for #hex is #711522.


I love getcolorcode.com

Triadic colors

1 #DD8EEA and #EADD8E with #8EEADD are triadic colors.

2 #DDEA8E and #EA8EDD with #8EEADD are triadic colors.