COLOR #81B57E

HEX: #81B57E RGB: (129,181,126)

Color info

#81B57E contains red, green and blue colors in about the same proportion. Web safe color of #81B57E is #99CC66 (or #9C6).

RGB color model

#81B57E color RGB value is (129,181,126).

RGB: (129,181,126) (51%, 71%, 49%)

RGB channels and saturation

R 129 of 255 = 51%
G 181 of 255 = 71%
B 126 of 255 = 49%

129
181
126

R + G + B ~ 57%. #81B57E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 129 + 181 + 126 = 436 (100%)
R 129 of 436 ~ 29.59%
G 181 of 436 ~ 41.51%
B 126 of 436 ~ 28.9'%

%29.59
%41.51
%28.9

CMYK color model

#81B57E color CMYK value is (29,0,30,29).

  • cyan value is 28.73%
  • magenta value is 0.00%
  • yellow value is 30.39%
  • key color value is 29.02%
CMYK: (29,0,30,29) C29M0Y30K29 (29%,0%,30%,29%) (0.29/0.00/0.30/0.29) 

CMYK percentages

%28.73
%0
%30.39
%29.02

Codes

Color #81B57E in popluar color models

81 B5 7E
RGB 129 181 126
HSL 117° 27.09% 60.20%
HSB/HSV 117° 30.39% 70.98%
CMYK 28.73% 0.00% 30.39%
29.02%

Color #81B57E in popluar number systems.

HEX 81 B5 7E
Decimal 129 181 126
Binary 10000001 10110101 1111110
Octal 201 265 176

Shades and tints

Shades of #81B57E

#81B57E
(129,181,126)
#76A573
(118,165,115)
#6B9568
(107,149,104)
#60855D
(96,133,93)
#557552
(85,117,82)
#4A6547
(74,101,71)
#3F553C
(63,85,60)
#344531
(52,69,49)
#293526
(41,53,38)
#1E251B
(30,37,27)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #81B57E

#81B57E
(129,181,126)
#8CBB89
(140,187,137)
#97C194
(151,193,148)
#A2C79F
(162,199,159)
#ADCDAA
(173,205,170)
#B8D3B5
(184,211,181)
#C3D9C0
(195,217,192)
#CEDFCB
(206,223,203)
#D9E5D6
(217,229,214)
#E4EBE1
(228,235,225)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B57E color. Also use rgb(129,181,126) instead hex code.

Text Font Color

.myTextColor { color: #81B57E; }

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

This text font color is #81B57E.

Background Color

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

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

This div background color is #81B57E.

Border color

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

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

This div border color is #81B57E.

Opacity

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

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

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

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

This text has shadow with #81B57E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B57E.

Preview

Color preview on black background

This text has color #81B57E on black background.


Color preview on white background

This text has color #81B57E on white background.


Black color preview on #81B57E background

This text has black color on #81B57E background.


White color preview on #81B57E background

This text has white color on #81B57E background.


Related colors

Complementary color

Complementary color for #hex is #7E4A81.


I love getcolorcode.com

Triadic colors

1 #7E81B5 and #B57E81 with #81B57E are triadic colors.

2 #7EB581 and #B5817E with #81B57E are triadic colors.