COLOR #8DD187

HEX: #8DD187 RGB: (141,209,135)

Color info

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

RGB color model

#8DD187 color RGB value is (141,209,135).

RGB: (141,209,135) (55%, 82%, 53%)

RGB channels and saturation

R 141 of 255 = 55%
G 209 of 255 = 82%
B 135 of 255 = 53%

141
209
135

R + G + B ~ 63%. #8DD187 is quite light color.

Portions of RGB colors in percentages

R + G + B = 141 + 209 + 135 = 485 (100%)
R 141 of 485 ~ 29.07%
G 209 of 485 ~ 43.09%
B 135 of 485 ~ 27.84'%

%29.07
%43.09
%27.84

CMYK color model

#8DD187 color CMYK value is (33,0,35,18).

  • cyan value is 32.54%
  • magenta value is 0.00%
  • yellow value is 35.41%
  • key color value is 18.04%

CMYK: (33,0,35,18)
C33M0Y35K18 (33%, 0%, 35%, 18%)
(0.33 / 0.00 / 0.35 / 0.18)

CMYK percentages

%32.54
%0
%35.41
%18.04

Codes

Color #8DD187 in popluar color models

8D D1 87
RGB 141 209 135
HSL 115° 44.58% 67.45%
HSB/HSV 115° 35.41% 81.96%
CMYK 32.54% 0.00% 35.41%
18.04%

Color #8DD187 in popluar number systems.

HEX 8D D1 87
Decimal 141 209 135
Binary 10001101 11010001 10000111
Octal 215 321 207

Shades and tints

Shades of #8DD187

#8DD187
(141,209,135)
#81BE7B
(129,190,123)
#75AB6F
(117,171,111)
#699863
(105,152,99)
#5D8557
(93,133,87)
#51724B
(81,114,75)
#455F3F
(69,95,63)
#394C33
(57,76,51)
#2D3927
(45,57,39)
#21261B
(33,38,27)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #8DD187

#8DD187
(141,209,135)
#97D591
(151,213,145)
#A1D99B
(161,217,155)
#ABDDA5
(171,221,165)
#B5E1AF
(181,225,175)
#BFE5B9
(191,229,185)
#C9E9C3
(201,233,195)
#D3EDCD
(211,237,205)
#DDF1D7
(221,241,215)
#E7F5E1
(231,245,225)
#F1F9EB
(241,249,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DD187; }

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

This text font color is #8DD187.

Background Color

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

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

This div background color is #8DD187.

Border color

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

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

This div border color is #8DD187.

Opacity

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

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

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

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

This text has shadow with #8DD187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #8DD187.

Preview

Color preview on black background

This text has color #8DD187 on black background.


Color preview on white background

This text has color #8DD187 on white background.


Black color preview on #8DD187 background

This text has black color on #8DD187 background.


White color preview on #8DD187 background

This text has white color on #8DD187 background.


Related colors

Complementary color

Complementary color for #hex is #722E78.


I love getcolorcode.com

Triadic colors

1 #878DD1 and #D1878D with #8DD187 are triadic colors.

2 #87D18D and #D18D87 with #8DD187 are triadic colors.