COLOR #8DE0C6

HEX: #8DE0C6
RGB: (141,224,198)

Color info

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

RGB color model

#8DE0C6 color RGB value is (141,224,198).

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

RGB channels and saturation

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

141
224
198

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

Portions of RGB colors in percentages

R + G + B =
141 + 224 + 198 = 563 (100%)
R 141 of 563 ~ 25.04%
G 224 of 563 ~ 39.79%
B 198 of 563 ~ 35.17%

%25.04
%39.79
%35.17

CMYK color model

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

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 11.61%
  • key color value is 12.16%
CMYK:
(37,0,12,12)
C37M0Y12K12 
(37%,0%,12%,12%)
(0.37/0.00/0.12/0.12)	

CMYK percentages

%37.05
%0
%11.61
%12.16

Codes

Color #8DE0C6 in popluar color models

8DE0C6
RGB141224198
HSL161°57.24%71.57%
HSB/HSV161°37.05%87.84%
CMYK37.05%0.00%11.61%
12.16%

Color #8DE0C6 in popluar number systems.

HEX8DE0C6
Decimal141224198
Binary100011011110000011000110
Octal215340306

Shades and tints

Shades of #8DE0C6

#8DE0C6
(141,224,198)
#81CCB4
(129,204,180)
#75B8A2
(117,184,162)
#69A490
(105,164,144)
#5D907E
(93,144,126)
#517C6C
(81,124,108)
#45685A
(69,104,90)
#395448
(57,84,72)
#2D4036
(45,64,54)
#212C24
(33,44,36)
#151812
(21,24,18)
#000000
(0,0,0)

Tints of #8DE0C6

#8DE0C6
(141,224,198)
#97E2CB
(151,226,203)
#A1E4D0
(161,228,208)
#ABE6D5
(171,230,213)
#B5E8DA
(181,232,218)
#BFEADF
(191,234,223)
#C9ECE4
(201,236,228)
#D3EEE9
(211,238,233)
#DDF0EE
(221,240,238)
#E7F2F3
(231,242,243)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE0C6; }

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

This text font color is #8DE0C6.


Background Color

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

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

This div background color is #8DE0C6.


Border color

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

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

This div border color is #8DE0C6.


Opacity

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

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

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

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

This text has shadow with #8DE0C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE0C6 on black background.


Color preview on white background

This text has color #8DE0C6 on white background.



Black color preview on #8DE0C6 background

This text has black color on #8DE0C6 background.


White color preview on #8DE0C6 background

This text has white color on #8DE0C6 background.