COLOR #8DE0D8

HEX: #8DE0D8
RGB: (141,224,216)

Color info

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

RGB color model

#8DE0D8 color RGB value is (141,224,216).

  • red value is 141;
  • green value is 224;
  • blue value is 216.
RGB:
(141,224,216)
(55%,88%,85%)

RGB channels and saturation

R 141 of 255 = 55%
G 224 of 255 = 88%
B 216 of 255 = 85%

141
224
216

R + G + B ~ 76%. #8DE0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 224 + 216 = 581 (100%)
R 141 of 581 ~ 24.27%
G 224 of 581 ~ 38.55%
B 216 of 581 ~ 37.18%

%24.27
%38.55
%37.18

CMYK color model

#8DE0D8 color CMYK value is (37,0,4,12).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 3.57%
  • key color value is 12.16%
CMYK:
(37,0,4,12)
C37M0Y4K12 
(37%,0%,4%,12%)
(0.37/0.00/0.04/0.12)	

CMYK percentages

%37.05
%0
%3.57
%12.16

Codes

Color #8DE0D8 in popluar color models

8DE0D8
RGB141224216
HSL174°57.24%71.57%
HSB/HSV174°37.05%87.84%
CMYK37.05%0.00%3.57%
12.16%

Color #8DE0D8 in popluar number systems.

HEX8DE0D8
Decimal141224216
Binary100011011110000011011000
Octal215340330

Shades and tints

Shades of #8DE0D8

#8DE0D8
(141,224,216)
#81CCC5
(129,204,197)
#75B8B2
(117,184,178)
#69A49F
(105,164,159)
#5D908C
(93,144,140)
#517C79
(81,124,121)
#456866
(69,104,102)
#395453
(57,84,83)
#2D4040
(45,64,64)
#212C2D
(33,44,45)
#15181A
(21,24,26)
#000000
(0,0,0)

Tints of #8DE0D8

#8DE0D8
(141,224,216)
#97E2DB
(151,226,219)
#A1E4DE
(161,228,222)
#ABE6E1
(171,230,225)
#B5E8E4
(181,232,228)
#BFEAE7
(191,234,231)
#C9ECEA
(201,236,234)
#D3EEED
(211,238,237)
#DDF0F0
(221,240,240)
#E7F2F3
(231,242,243)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DE0D8 color. Also use rgb(141,224,216) instead hex code.

Text Font Color

.myTextColor { color: #8DE0D8; }

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

This text font color is #8DE0D8.


Background Color

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

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

This div background color is #8DE0D8.


Border color

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

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

This div border color is #8DE0D8.


Opacity

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

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

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

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

This text has shadow with #8DE0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE0D8 on black background.


Color preview on white background

This text has color #8DE0D8 on white background.



Black color preview on #8DE0D8 background

This text has black color on #8DE0D8 background.


White color preview on #8DE0D8 background

This text has white color on #8DE0D8 background.