COLOR #8EDDE7

HEX: #8EDDE7
RGB: (142,221,231)

Color info

#8EDDE7 contains mainly green and blue colors. Web safe color of #8EDDE7 is #99CCFF (or #9CF).

RGB color model

#8EDDE7 color RGB value is (142,221,231).

  • red value is 142;
  • green value is 221;
  • blue value is 231.
RGB:
(142,221,231)
(56%,87%,91%)

RGB channels and saturation

R 142 of 255 = 56%
G 221 of 255 = 87%
B 231 of 255 = 91%

142
221
231

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

Portions of RGB colors in percentages

R + G + B =
142 + 221 + 231 = 594 (100%)
R 142 of 594 ~ 23.91%
G 221 of 594 ~ 37.21%
B 231 of 594 ~ 38.89%

%23.91
%37.21
%38.89

CMYK color model

#8EDDE7 color CMYK value is (39,4,0,9).

  • cyan value is 38.53%
  • magenta value is 4.33%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(39,4,0,9)
C39M4Y0K9 
(39%,4%,0%,9%)
(0.39/0.04/0.00/0.09)	

CMYK percentages

%38.53
%4.33
%0
%9.41

Codes

Color #8EDDE7 in popluar color models

8EDDE7
RGB142221231
HSL187°64.96%73.14%
HSB/HSV187°38.53%90.59%
CMYK38.53%4.33%0.00%
9.41%

Color #8EDDE7 in popluar number systems.

HEX8EDDE7
Decimal142221231
Binary100011101101110111100111
Octal216335347

Shades and tints

Shades of #8EDDE7

#8EDDE7
(142,221,231)
#82C9D2
(130,201,210)
#76B5BD
(118,181,189)
#6AA1A8
(106,161,168)
#5E8D93
(94,141,147)
#52797E
(82,121,126)
#466569
(70,101,105)
#3A5154
(58,81,84)
#2E3D3F
(46,61,63)
#22292A
(34,41,42)
#161515
(22,21,21)
#000000
(0,0,0)

Tints of #8EDDE7

#8EDDE7
(142,221,231)
#98E0E9
(152,224,233)
#A2E3EB
(162,227,235)
#ACE6ED
(172,230,237)
#B6E9EF
(182,233,239)
#C0ECF1
(192,236,241)
#CAEFF3
(202,239,243)
#D4F2F5
(212,242,245)
#DEF5F7
(222,245,247)
#E8F8F9
(232,248,249)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDDE7; }

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

This text font color is #8EDDE7.


Background Color

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

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

This div background color is #8EDDE7.


Border color

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

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

This div border color is #8EDDE7.


Opacity

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

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

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

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

This text has shadow with #8EDDE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDDE7 on black background.


Color preview on white background

This text has color #8EDDE7 on white background.



Black color preview on #8EDDE7 background

This text has black color on #8EDDE7 background.


White color preview on #8EDDE7 background

This text has white color on #8EDDE7 background.