COLOR #8DE0B3

HEX: #8DE0B3
RGB: (141,224,179)

Color info

#8DE0B3 contains mainly green and blue colors. Web safe color of #8DE0B3 is #99CC99 (or #9C9).

RGB color model

#8DE0B3 color RGB value is (141,224,179).

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

RGB channels and saturation

R 141 of 255 = 55%
G 224 of 255 = 88%
B 179 of 255 = 70%

141
224
179

R + G + B ~ 71%. #8DE0B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 224 + 179 = 544 (100%)
R 141 of 544 ~ 25.92%
G 224 of 544 ~ 41.18%
B 179 of 544 ~ 32.9%

%25.92
%41.18
%32.9

CMYK color model

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

  • cyan value is 37.05%
  • magenta value is 0.00%
  • yellow value is 20.09%
  • key color value is 12.16%
CMYK:
(37,0,20,12)
C37M0Y20K12 
(37%,0%,20%,12%)
(0.37/0.00/0.20/0.12)	

CMYK percentages

%37.05
%0
%20.09
%12.16

Codes

Color #8DE0B3 in popluar color models

8DE0B3
RGB141224179
HSL147°57.24%71.57%
HSB/HSV147°37.05%87.84%
CMYK37.05%0.00%20.09%
12.16%

Color #8DE0B3 in popluar number systems.

HEX8DE0B3
Decimal141224179
Binary100011011110000010110011
Octal215340263

Shades and tints

Shades of #8DE0B3

#8DE0B3
(141,224,179)
#81CCA3
(129,204,163)
#75B893
(117,184,147)
#69A483
(105,164,131)
#5D9073
(93,144,115)
#517C63
(81,124,99)
#456853
(69,104,83)
#395443
(57,84,67)
#2D4033
(45,64,51)
#212C23
(33,44,35)
#151813
(21,24,19)
#000000
(0,0,0)

Tints of #8DE0B3

#8DE0B3
(141,224,179)
#97E2B9
(151,226,185)
#A1E4BF
(161,228,191)
#ABE6C5
(171,230,197)
#B5E8CB
(181,232,203)
#BFEAD1
(191,234,209)
#C9ECD7
(201,236,215)
#D3EEDD
(211,238,221)
#DDF0E3
(221,240,227)
#E7F2E9
(231,242,233)
#F1F4EF
(241,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DE0B3; }

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

This text font color is #8DE0B3.


Background Color

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

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

This div background color is #8DE0B3.


Border color

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

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

This div border color is #8DE0B3.


Opacity

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

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

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

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

This text has shadow with #8DE0B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DE0B3 on black background.


Color preview on white background

This text has color #8DE0B3 on white background.



Black color preview on #8DE0B3 background

This text has black color on #8DE0B3 background.


White color preview on #8DE0B3 background

This text has white color on #8DE0B3 background.