COLOR #8EDFEE

HEX: #8EDFEE
RGB: (142,223,238)

Color info

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

RGB color model

#8EDFEE color RGB value is (142,223,238).

  • red value is 142;
  • green value is 223;
  • blue value is 238.
RGB:
(142,223,238)
(56%,87%,93%)

RGB channels and saturation

R 142 of 255 = 56%
G 223 of 255 = 87%
B 238 of 255 = 93%

142
223
238

R + G + B ~ 79%. #8EDFEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
142 + 223 + 238 = 603 (100%)
R 142 of 603 ~ 23.55%
G 223 of 603 ~ 36.98%
B 238 of 603 ~ 39.47%

%23.55
%36.98
%39.47

CMYK color model

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

  • cyan value is 40.34%
  • magenta value is 6.30%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(40,6,0,7)
C40M6Y0K7 
(40%,6%,0%,7%)
(0.40/0.06/0.00/0.07)	

CMYK percentages

%40.34
%6.3
%0
%6.67

Codes

Color #8EDFEE in popluar color models

8EDFEE
RGB142223238
HSL189°73.85%74.51%
HSB/HSV189°40.34%93.33%
CMYK40.34%6.30%0.00%
6.67%

Color #8EDFEE in popluar number systems.

HEX8EDFEE
Decimal142223238
Binary100011101101111111101110
Octal216337356

Shades and tints

Shades of #8EDFEE

#8EDFEE
(142,223,238)
#82CBD9
(130,203,217)
#76B7C4
(118,183,196)
#6AA3AF
(106,163,175)
#5E8F9A
(94,143,154)
#527B85
(82,123,133)
#466770
(70,103,112)
#3A535B
(58,83,91)
#2E3F46
(46,63,70)
#222B31
(34,43,49)
#16171C
(22,23,28)
#000000
(0,0,0)

Tints of #8EDFEE

#8EDFEE
(142,223,238)
#98E1EF
(152,225,239)
#A2E3F0
(162,227,240)
#ACE5F1
(172,229,241)
#B6E7F2
(182,231,242)
#C0E9F3
(192,233,243)
#CAEBF4
(202,235,244)
#D4EDF5
(212,237,245)
#DEEFF6
(222,239,246)
#E8F1F7
(232,241,247)
#F2F3F8
(242,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8EDFEE color. Also use rgb(142,223,238) instead hex code.

Text Font Color

.myTextColor { color: #8EDFEE; }

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

This text font color is #8EDFEE.


Background Color

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

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

This div background color is #8EDFEE.


Border color

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

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

This div border color is #8EDFEE.


Opacity

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

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

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

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

This text has shadow with #8EDFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8EDFEE on black background.


Color preview on white background

This text has color #8EDFEE on white background.



Black color preview on #8EDFEE background

This text has black color on #8EDFEE background.


White color preview on #8EDFEE background

This text has white color on #8EDFEE background.