COLOR #81CD87

HEX: #81CD87
RGB: (129,205,135)

Color info

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

RGB color model

#81CD87 color RGB value is (129,205,135).

  • red value is 129;
  • green value is 205;
  • blue value is 135.
RGB:
(129,205,135)
(51%,80%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 205 of 255 = 80%
B 135 of 255 = 53%

129
205
135

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

Portions of RGB colors in percentages

R + G + B =
129 + 205 + 135 = 469 (100%)
R 129 of 469 ~ 27.51%
G 205 of 469 ~ 43.71%
B 135 of 469 ~ 28.78%

%27.51
%43.71
%28.78

CMYK color model

#81CD87 color CMYK value is (37,0,34,20).

  • cyan value is 37.07%
  • magenta value is 0.00%
  • yellow value is 34.15%
  • key color value is 19.61%
CMYK:
(37,0,34,20)
C37M0Y34K20 
(37%,0%,34%,20%)
(0.37/0.00/0.34/0.20)	

CMYK percentages

%37.07
%0
%34.15
%19.61

Codes

Color #81CD87 in popluar color models

81CD87
RGB129205135
HSL125°43.18%65.49%
HSB/HSV125°37.07%80.39%
CMYK37.07%0.00%34.15%
19.61%

Color #81CD87 in popluar number systems.

HEX81CD87
Decimal129205135
Binary100000011100110110000111
Octal201315207

Shades and tints

Shades of #81CD87

#81CD87
(129,205,135)
#76BB7B
(118,187,123)
#6BA96F
(107,169,111)
#609763
(96,151,99)
#558557
(85,133,87)
#4A734B
(74,115,75)
#3F613F
(63,97,63)
#344F33
(52,79,51)
#293D27
(41,61,39)
#1E2B1B
(30,43,27)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #81CD87

#81CD87
(129,205,135)
#8CD191
(140,209,145)
#97D59B
(151,213,155)
#A2D9A5
(162,217,165)
#ADDDAF
(173,221,175)
#B8E1B9
(184,225,185)
#C3E5C3
(195,229,195)
#CEE9CD
(206,233,205)
#D9EDD7
(217,237,215)
#E4F1E1
(228,241,225)
#EFF5EB
(239,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81CD87; }

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

This text font color is #81CD87.


Background Color

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

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

This div background color is #81CD87.


Border color

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

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

This div border color is #81CD87.


Opacity

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

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

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

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

This text has shadow with #81CD87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81CD87 on black background.


Color preview on white background

This text has color #81CD87 on white background.



Black color preview on #81CD87 background

This text has black color on #81CD87 background.


White color preview on #81CD87 background

This text has white color on #81CD87 background.