COLOR #8EF1DD

HEX: #8EF1DD RGB: (142,241,221)

Color info

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

RGB color model

#8EF1DD color RGB value is (142,241,221).

RGB: (142,241,221) (56%, 95%, 87%)

RGB channels and saturation

R 142 of 255 = 56%
G 241 of 255 = 95%
B 221 of 255 = 87%

142
241
221

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

Portions of RGB colors in percentages

R + G + B = 142 + 241 + 221 = 604 (100%)
R 142 of 604 ~ 23.51%
G 241 of 604 ~ 39.9%
B 221 of 604 ~ 36.59'%

%23.51
%39.9
%36.59

CMYK color model

#8EF1DD color CMYK value is (41,0,8,5).

  • cyan value is 41.08%
  • magenta value is 0.00%
  • yellow value is 8.30%
  • key color value is 5.49%

CMYK: (41,0,8,5)
C41M0Y8K5 (41%, 0%, 8%, 5%)
(0.41 / 0.00 / 0.08 / 0.05)

CMYK percentages

%41.08
%0
%8.3
%5.49

Codes

Color #8EF1DD in popluar color models

8E F1 DD
RGB 142 241 221
HSL 168° 77.95% 75.10%
HSB/HSV 168° 41.08% 94.51%
CMYK 41.08% 0.00% 8.30%
5.49%

Color #8EF1DD in popluar number systems.

HEX 8E F1 DD
Decimal 142 241 221
Binary 10001110 11110001 11011101
Octal 216 361 335

Shades and tints

Shades of #8EF1DD

#8EF1DD
(142,241,221)
#82DCC9
(130,220,201)
#76C7B5
(118,199,181)
#6AB2A1
(106,178,161)
#5E9D8D
(94,157,141)
#528879
(82,136,121)
#467365
(70,115,101)
#3A5E51
(58,94,81)
#2E493D
(46,73,61)
#223429
(34,52,41)
#161F15
(22,31,21)
#000000
(0,0,0)

Tints of #8EF1DD

#8EF1DD
(142,241,221)
#98F2E0
(152,242,224)
#A2F3E3
(162,243,227)
#ACF4E6
(172,244,230)
#B6F5E9
(182,245,233)
#C0F6EC
(192,246,236)
#CAF7EF
(202,247,239)
#D4F8F2
(212,248,242)
#DEF9F5
(222,249,245)
#E8FAF8
(232,250,248)
#F2FBFB
(242,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8EF1DD; }

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

This text font color is #8EF1DD.

Background Color

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

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

This div background color is #8EF1DD.

Border color

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

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

This div border color is #8EF1DD.

Opacity

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

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

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

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

This text has shadow with #8EF1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8EF1DD.

Preview

Color preview on black background

This text has color #8EF1DD on black background.


Color preview on white background

This text has color #8EF1DD on white background.


Black color preview on #8EF1DD background

This text has black color on #8EF1DD background.


White color preview on #8EF1DD background

This text has white color on #8EF1DD background.


Related colors

Complementary color

Complementary color for #hex is #710E22.


I love getcolorcode.com

Triadic colors

1 #DD8EF1 and #F1DD8E with #8EF1DD are triadic colors.

2 #DDF18E and #F18EDD with #8EF1DD are triadic colors.