COLOR #8EDBE4

HEX: #8EDBE4
RGB: (142,219,228)

Color info

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

RGB color model

#8EDBE4 color RGB value is (142,219,228).

  • red value is 142;
  • green value is 219;
  • blue value is 228.
RGB:
(142,219,228)
(56%,86%,89%)

RGB channels and saturation

R 142 of 255 = 56%
G 219 of 255 = 86%
B 228 of 255 = 89%

142
219
228

R + G + B ~ 77%. #8EDBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 219 + 228 = 589 (100%)
R 142 of 589 ~ 24.11%
G 219 of 589 ~ 37.18%
B 228 of 589 ~ 38.71%

%24.11
%37.18
%38.71

CMYK color model

#8EDBE4 color CMYK value is (38,4,0,11).

  • cyan value is 37.72%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(38,4,0,11)
C38M4Y0K11 
(38%,4%,0%,11%)
(0.38/0.04/0.00/0.11)	

CMYK percentages

%37.72
%3.95
%0
%10.59

Codes

Color #8EDBE4 in popluar color models

8EDBE4
RGB142219228
HSL186°61.43%72.55%
HSB/HSV186°37.72%89.41%
CMYK37.72%3.95%0.00%
10.59%

Color #8EDBE4 in popluar number systems.

HEX8EDBE4
Decimal142219228
Binary100011101101101111100100
Octal216333344

Shades and tints

Shades of #8EDBE4

#8EDBE4
(142,219,228)
#82C8D0
(130,200,208)
#76B5BC
(118,181,188)
#6AA2A8
(106,162,168)
#5E8F94
(94,143,148)
#527C80
(82,124,128)
#46696C
(70,105,108)
#3A5658
(58,86,88)
#2E4344
(46,67,68)
#223030
(34,48,48)
#161D1C
(22,29,28)
#000000
(0,0,0)

Tints of #8EDBE4

#8EDBE4
(142,219,228)
#98DEE6
(152,222,230)
#A2E1E8
(162,225,232)
#ACE4EA
(172,228,234)
#B6E7EC
(182,231,236)
#C0EAEE
(192,234,238)
#CAEDF0
(202,237,240)
#D4F0F2
(212,240,242)
#DEF3F4
(222,243,244)
#E8F6F6
(232,246,246)
#F2F9F8
(242,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EDBE4; }

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

This text font color is #8EDBE4.


Background Color

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

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

This div background color is #8EDBE4.


Border color

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

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

This div border color is #8EDBE4.


Opacity

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

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

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

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

This text has shadow with #8EDBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDBE4 on black background.


Color preview on white background

This text has color #8EDBE4 on white background.



Black color preview on #8EDBE4 background

This text has black color on #8EDBE4 background.


White color preview on #8EDBE4 background

This text has white color on #8EDBE4 background.