COLOR #8DE0C8

HEX: #8DE0C8
RGB: (141,224,200)

Color info

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

RGB color model

#8DE0C8 color RGB value is (141,224,200).

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

RGB channels and saturation

R 141 of 255 = 55%
G 224 of 255 = 88%
B 200 of 255 = 78%

141
224
200

R + G + B ~ 74%. #8DE0C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 224 + 200 = 565 (100%)
R 141 of 565 ~ 24.96%
G 224 of 565 ~ 39.65%
B 200 of 565 ~ 35.4%

%24.96
%39.65
%35.4

CMYK color model

#8DE0C8 color CMYK value is (37,0,11,12).

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 10.71%
  • key color value is 12.16%
CMYK:
(37,0,11,12)
C37M0Y11K12 
(37%,0%,11%,12%)
(0.37/0.00/0.11/0.12)	

CMYK percentages

%37.05
%0
%10.71
%12.16

Codes

Color #8DE0C8 in popluar color models

8DE0C8
RGB141224200
HSL163°57.24%71.57%
HSB/HSV163°37.05%87.84%
CMYK37.05%0.00%10.71%
12.16%

Color #8DE0C8 in popluar number systems.

HEX8DE0C8
Decimal141224200
Binary100011011110000011001000
Octal215340310

Shades and tints

Shades of #8DE0C8

#8DE0C8
(141,224,200)
#81CCB6
(129,204,182)
#75B8A4
(117,184,164)
#69A492
(105,164,146)
#5D9080
(93,144,128)
#517C6E
(81,124,110)
#45685C
(69,104,92)
#39544A
(57,84,74)
#2D4038
(45,64,56)
#212C26
(33,44,38)
#151814
(21,24,20)
#000000
(0,0,0)

Tints of #8DE0C8

#8DE0C8
(141,224,200)
#97E2CD
(151,226,205)
#A1E4D2
(161,228,210)
#ABE6D7
(171,230,215)
#B5E8DC
(181,232,220)
#BFEAE1
(191,234,225)
#C9ECE6
(201,236,230)
#D3EEEB
(211,238,235)
#DDF0F0
(221,240,240)
#E7F2F5
(231,242,245)
#F1F4FA
(241,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE0C8; }

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

This text font color is #8DE0C8.


Background Color

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

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

This div background color is #8DE0C8.


Border color

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

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

This div border color is #8DE0C8.


Opacity

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

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

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

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

This text has shadow with #8DE0C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE0C8 on black background.


Color preview on white background

This text has color #8DE0C8 on white background.



Black color preview on #8DE0C8 background

This text has black color on #8DE0C8 background.


White color preview on #8DE0C8 background

This text has white color on #8DE0C8 background.