COLOR #8DC187

HEX: #8DC187
RGB: (141,193,135)

Color info

#8DC187 contains red, green and blue colors in about the same proportion. Web safe color of #8DC187 is #99CC99 (or #9C9).

RGB color model

#8DC187 color RGB value is (141,193,135).

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

RGB channels and saturation

R 141 of 255 = 55%
G 193 of 255 = 76%
B 135 of 255 = 53%

141
193
135

R + G + B ~ 61%. #8DC187 is quite light color.

Portions of RGB colors in percentages

R + G + B =
141 + 193 + 135 = 469 (100%)
R 141 of 469 ~ 30.06%
G 193 of 469 ~ 41.15%
B 135 of 469 ~ 28.78%

%30.06
%41.15
%28.78

CMYK color model

#8DC187 color CMYK value is (27,0,30,24).

  • cyan value is 26.94%
  • magenta value is 0.00%
  • yellow value is 30.05%
  • key color value is 24.31%
CMYK:
(27,0,30,24)
C27M0Y30K24 
(27%,0%,30%,24%)
(0.27/0.00/0.30/0.24)	

CMYK percentages

%26.94
%0
%30.05
%24.31

Codes

Color #8DC187 in popluar color models

8DC187
RGB141193135
HSL114°31.87%64.31%
HSB/HSV114°30.05%75.69%
CMYK26.94%0.00%30.05%
24.31%

Color #8DC187 in popluar number systems.

HEX8DC187
Decimal141193135
Binary100011011100000110000111
Octal215301207

Shades and tints

Shades of #8DC187

#8DC187
(141,193,135)
#81B07B
(129,176,123)
#759F6F
(117,159,111)
#698E63
(105,142,99)
#5D7D57
(93,125,87)
#516C4B
(81,108,75)
#455B3F
(69,91,63)
#394A33
(57,74,51)
#2D3927
(45,57,39)
#21281B
(33,40,27)
#15170F
(21,23,15)
#000000
(0,0,0)

Tints of #8DC187

#8DC187
(141,193,135)
#97C691
(151,198,145)
#A1CB9B
(161,203,155)
#ABD0A5
(171,208,165)
#B5D5AF
(181,213,175)
#BFDAB9
(191,218,185)
#C9DFC3
(201,223,195)
#D3E4CD
(211,228,205)
#DDE9D7
(221,233,215)
#E7EEE1
(231,238,225)
#F1F3EB
(241,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8DC187; }

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

This text font color is #8DC187.


Background Color

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

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

This div background color is #8DC187.


Border color

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

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

This div border color is #8DC187.


Opacity

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

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

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

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

This text has shadow with #8DC187 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8DC187 on black background.


Color preview on white background

This text has color #8DC187 on white background.



Black color preview on #8DC187 background

This text has black color on #8DC187 background.


White color preview on #8DC187 background

This text has white color on #8DC187 background.