COLOR #81AB7E

HEX: #81AB7E
RGB: (129,171,126)

Color info

#81AB7E contains red, green and blue colors in about the same proportion. Web safe color of #81AB7E is #999966 (or #996).

RGB color model

#81AB7E color RGB value is (129,171,126).

  • red value is 129;
  • green value is 171;
  • blue value is 126.
RGB:
(129,171,126)
(51%,67%,49%)

RGB channels and saturation

R 129 of 255 = 51%
G 171 of 255 = 67%
B 126 of 255 = 49%

129
171
126

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

Portions of RGB colors in percentages

R + G + B =
129 + 171 + 126 = 426 (100%)
R 129 of 426 ~ 30.28%
G 171 of 426 ~ 40.14%
B 126 of 426 ~ 29.58%

%30.28
%40.14
%29.58

CMYK color model

#81AB7E color CMYK value is (25,0,26,33).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 26.32%
  • key color value is 32.94%
CMYK:
(25,0,26,33)
C25M0Y26K33 
(25%,0%,26%,33%)
(0.25/0.00/0.26/0.33)	

CMYK percentages

%24.56
%0
%26.32
%32.94

Codes

Color #81AB7E in popluar color models

81AB7E
RGB129171126
HSL116°21.13%58.24%
HSB/HSV116°26.32%67.06%
CMYK24.56%0.00%26.32%
32.94%

Color #81AB7E in popluar number systems.

HEX81AB7E
Decimal129171126
Binary10000001101010111111110
Octal201253176

Shades and tints

Shades of #81AB7E

#81AB7E
(129,171,126)
#769C73
(118,156,115)
#6B8D68
(107,141,104)
#607E5D
(96,126,93)
#556F52
(85,111,82)
#4A6047
(74,96,71)
#3F513C
(63,81,60)
#344231
(52,66,49)
#293326
(41,51,38)
#1E241B
(30,36,27)
#131510
(19,21,16)
#000000
(0,0,0)

Tints of #81AB7E

#81AB7E
(129,171,126)
#8CB289
(140,178,137)
#97B994
(151,185,148)
#A2C09F
(162,192,159)
#ADC7AA
(173,199,170)
#B8CEB5
(184,206,181)
#C3D5C0
(195,213,192)
#CEDCCB
(206,220,203)
#D9E3D6
(217,227,214)
#E4EAE1
(228,234,225)
#EFF1EC
(239,241,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AB7E; }

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

This text font color is #81AB7E.


Background Color

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

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

This div background color is #81AB7E.


Border color

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

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

This div border color is #81AB7E.


Opacity

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

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

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

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

This text has shadow with #81AB7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AB7E on black background.


Color preview on white background

This text has color #81AB7E on white background.



Black color preview on #81AB7E background

This text has black color on #81AB7E background.


White color preview on #81AB7E background

This text has white color on #81AB7E background.