COLOR #81C987

HEX: #81C987 RGB: (129,201,135)

Color info

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

RGB color model

#81C987 color RGB value is (129,201,135).

RGB: (129,201,135) (51%, 79%, 53%)

RGB channels and saturation

R 129 of 255 = 51%
G 201 of 255 = 79%
B 135 of 255 = 53%

129
201
135

R + G + B ~ 61%. #81C987 is quite light color.

Portions of RGB colors in percentages

R + G + B = 129 + 201 + 135 = 465 (100%)
R 129 of 465 ~ 27.74%
G 201 of 465 ~ 43.23%
B 135 of 465 ~ 29.03'%

%27.74
%43.23
%29.03

CMYK color model

#81C987 color CMYK value is (36,0,33,21).

  • cyan value is 35.82%
  • magenta value is 0.00%
  • yellow value is 32.84%
  • key color value is 21.18%
CMYK: (36,0,33,21) C36M0Y33K21 (36%,0%,33%,21%) (0.36/0.00/0.33/0.21) 

CMYK percentages

%35.82
%0
%32.84
%21.18

Codes

Color #81C987 in popluar color models

81 C9 87
RGB 129 201 135
HSL 125° 40.00% 64.71%
HSB/HSV 125° 35.82% 78.82%
CMYK 35.82% 0.00% 32.84%
21.18%

Color #81C987 in popluar number systems.

HEX 81 C9 87
Decimal 129 201 135
Binary 10000001 11001001 10000111
Octal 201 311 207

Shades and tints

Shades of #81C987

#81C987
(129,201,135)
#76B77B
(118,183,123)
#6BA56F
(107,165,111)
#609363
(96,147,99)
#558157
(85,129,87)
#4A6F4B
(74,111,75)
#3F5D3F
(63,93,63)
#344B33
(52,75,51)
#293927
(41,57,39)
#1E271B
(30,39,27)
#13150F
(19,21,15)
#000000
(0,0,0)

Tints of #81C987

#81C987
(129,201,135)
#8CCD91
(140,205,145)
#97D19B
(151,209,155)
#A2D5A5
(162,213,165)
#ADD9AF
(173,217,175)
#B8DDB9
(184,221,185)
#C3E1C3
(195,225,195)
#CEE5CD
(206,229,205)
#D9E9D7
(217,233,215)
#E4EDE1
(228,237,225)
#EFF1EB
(239,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81C987 color. Also use rgb(129,201,135) instead hex code.

Text Font Color

.myTextColor { color: #81C987; }

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

This text font color is #81C987.

Background Color

.myBgColor { background-color: #81C987; }

<div style="background-color:#81C987">Inner text</div>

This div background color is #81C987.

Border color

.myBorderColor { border: 1px solid #81C987; }

<div style="border:3px solid #81C987">Div</div>

This div border color is #81C987.

Opacity

.myOpacity80 { color: #81C987; opacity: 0.8; }

<p style="color:#81C987;opacity:0.8;">80%</p>

Text with #81C987 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 #81C987;}

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

This text has shadow with #81C987 color.


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

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

This text has shadow with #81C987 primary color and red secondary color.


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

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

This text has shadow with #81C987 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #81C987.

Preview

Color preview on black background

This text has color #81C987 on black background.


Color preview on white background

This text has color #81C987 on white background.


Black color preview on #81C987 background

This text has black color on #81C987 background.


White color preview on #81C987 background

This text has white color on #81C987 background.


Related colors

Complementary color

Complementary color for #hex is #7E3678.


I love getcolorcode.com

Triadic colors

1 #8781C9 and #C98781 with #81C987 are triadic colors.

2 #87C981 and #C98187 with #81C987 are triadic colors.