COLOR #8DDE87

HEX: #8DDE87
RGB: (141,222,135)

Color info

#8DDE87 contains mainly green color. Web safe color of #8DDE87 is #99CC99 (or #9C9).

RGB color model

#8DDE87 color RGB value is (141,222,135).

  • red value is 141;
  • green value is 222;
  • blue value is 135.
RGB:
(141,222,135)
(55%,87%,53%)

RGB channels and saturation

R 141 of 255 = 55%
G 222 of 255 = 87%
B 135 of 255 = 53%

141
222
135

R + G + B ~ 65%. #8DDE87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 222 + 135 = 498 (100%)
R 141 of 498 ~ 28.31%
G 222 of 498 ~ 44.58%
B 135 of 498 ~ 27.11%

%28.31
%44.58
%27.11

CMYK color model

#8DDE87 color CMYK value is (36,0,39,13).

  • cyan value is 36.49%
  • magenta value is 0.00%
  • yellow value is 39.19%
  • key color value is 12.94%
CMYK:
(36,0,39,13)
C36M0Y39K13 
(36%,0%,39%,13%)
(0.36/0.00/0.39/0.13)	

CMYK percentages

%36.49
%0
%39.19
%12.94

Codes

Color #8DDE87 in popluar color models

8DDE87
RGB141222135
HSL116°56.86%70.00%
HSB/HSV116°39.19%87.06%
CMYK36.49%0.00%39.19%
12.94%

Color #8DDE87 in popluar number systems.

HEX8DDE87
Decimal141222135
Binary100011011101111010000111
Octal215336207

Shades and tints

Shades of #8DDE87

#8DDE87
(141,222,135)
#81CA7B
(129,202,123)
#75B66F
(117,182,111)
#69A263
(105,162,99)
#5D8E57
(93,142,87)
#517A4B
(81,122,75)
#45663F
(69,102,63)
#395233
(57,82,51)
#2D3E27
(45,62,39)
#212A1B
(33,42,27)
#15160F
(21,22,15)
#000000
(0,0,0)

Tints of #8DDE87

#8DDE87
(141,222,135)
#97E191
(151,225,145)
#A1E49B
(161,228,155)
#ABE7A5
(171,231,165)
#B5EAAF
(181,234,175)
#BFEDB9
(191,237,185)
#C9F0C3
(201,240,195)
#D3F3CD
(211,243,205)
#DDF6D7
(221,246,215)
#E7F9E1
(231,249,225)
#F1FCEB
(241,252,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #8DDE87 color. Also use rgb(141,222,135) instead hex code.

Text Font Color

.myTextColor { color: #8DDE87; }

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

This text font color is #8DDE87.


Background Color

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

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

This div background color is #8DDE87.


Border color

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

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

This div border color is #8DDE87.


Opacity

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

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

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

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

This text has shadow with #8DDE87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DDE87 on black background.


Color preview on white background

This text has color #8DDE87 on white background.



Black color preview on #8DDE87 background

This text has black color on #8DDE87 background.


White color preview on #8DDE87 background

This text has white color on #8DDE87 background.