COLOR #81D386

HEX: #81D386
RGB: (129,211,134)

Color info

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

RGB color model

#81D386 color RGB value is (129,211,134).

  • red value is 129;
  • green value is 211;
  • blue value is 134.
RGB:
(129,211,134)
(51%,83%,53%)

RGB channels and saturation

R 129 of 255 = 51%
G 211 of 255 = 83%
B 134 of 255 = 53%

129
211
134

R + G + B ~ 62%. #81D386 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 211 + 134 = 474 (100%)
R 129 of 474 ~ 27.22%
G 211 of 474 ~ 44.51%
B 134 of 474 ~ 28.27%

%27.22
%44.51
%28.27

CMYK color model

#81D386 color CMYK value is (39,0,36,17).

  • cyan value is 38.86%
  • magenta value is 0.00%
  • yellow value is 36.49%
  • key color value is 17.25%
CMYK:
(39,0,36,17)
C39M0Y36K17 
(39%,0%,36%,17%)
(0.39/0.00/0.36/0.17)	

CMYK percentages

%38.86
%0
%36.49
%17.25

Codes

Color #81D386 in popluar color models

81D386
RGB129211134
HSL124°48.24%66.67%
HSB/HSV124°38.86%82.75%
CMYK38.86%0.00%36.49%
17.25%

Color #81D386 in popluar number systems.

HEX81D386
Decimal129211134
Binary100000011101001110000110
Octal201323206

Shades and tints

Shades of #81D386

#81D386
(129,211,134)
#76C07A
(118,192,122)
#6BAD6E
(107,173,110)
#609A62
(96,154,98)
#558756
(85,135,86)
#4A744A
(74,116,74)
#3F613E
(63,97,62)
#344E32
(52,78,50)
#293B26
(41,59,38)
#1E281A
(30,40,26)
#13150E
(19,21,14)
#000000
(0,0,0)

Tints of #81D386

#81D386
(129,211,134)
#8CD791
(140,215,145)
#97DB9C
(151,219,156)
#A2DFA7
(162,223,167)
#ADE3B2
(173,227,178)
#B8E7BD
(184,231,189)
#C3EBC8
(195,235,200)
#CEEFD3
(206,239,211)
#D9F3DE
(217,243,222)
#E4F7E9
(228,247,233)
#EFFBF4
(239,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81D386 color. Also use rgb(129,211,134) instead hex code.

Text Font Color

.myTextColor { color: #81D386; }

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

This text font color is #81D386.


Background Color

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

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

This div background color is #81D386.


Border color

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

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

This div border color is #81D386.


Opacity

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

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

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

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

This text has shadow with #81D386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D386 on black background.


Color preview on white background

This text has color #81D386 on white background.



Black color preview on #81D386 background

This text has black color on #81D386 background.


White color preview on #81D386 background

This text has white color on #81D386 background.