COLOR #81AD89

HEX: #81AD89
RGB: (129,173,137)

Color info

#81AD89 contains red, green and blue colors in about the same proportion. Web safe color of #81AD89 is #999999 (or #999).

RGB color model

#81AD89 color RGB value is (129,173,137).

  • red value is 129;
  • green value is 173;
  • blue value is 137.
RGB:
(129,173,137)
(51%,68%,54%)

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 137 of 255 = 54%

129
173
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 173 + 137 = 439 (100%)
R 129 of 439 ~ 29.38%
G 173 of 439 ~ 39.41%
B 137 of 439 ~ 31.21%

%29.38
%39.41
%31.21

CMYK color model

#81AD89 color CMYK value is (25,0,21,32).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 20.81%
  • key color value is 32.16%
CMYK:
(25,0,21,32)
C25M0Y21K32 
(25%,0%,21%,32%)
(0.25/0.00/0.21/0.32)	

CMYK percentages

%25.43
%0
%20.81
%32.16

Codes

Color #81AD89 in popluar color models

81AD89
RGB129173137
HSL131°21.15%59.22%
HSB/HSV131°25.43%67.84%
CMYK25.43%0.00%20.81%
32.16%

Color #81AD89 in popluar number systems.

HEX81AD89
Decimal129173137
Binary100000011010110110001001
Octal201255211

Shades and tints

Shades of #81AD89

#81AD89
(129,173,137)
#769E7D
(118,158,125)
#6B8F71
(107,143,113)
#608065
(96,128,101)
#557159
(85,113,89)
#4A624D
(74,98,77)
#3F5341
(63,83,65)
#344435
(52,68,53)
#293529
(41,53,41)
#1E261D
(30,38,29)
#131711
(19,23,17)
#000000
(0,0,0)

Tints of #81AD89

#81AD89
(129,173,137)
#8CB493
(140,180,147)
#97BB9D
(151,187,157)
#A2C2A7
(162,194,167)
#ADC9B1
(173,201,177)
#B8D0BB
(184,208,187)
#C3D7C5
(195,215,197)
#CEDECF
(206,222,207)
#D9E5D9
(217,229,217)
#E4ECE3
(228,236,227)
#EFF3ED
(239,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81AD89 color. Also use rgb(129,173,137) instead hex code.

Text Font Color

.myTextColor { color: #81AD89; }

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

This text font color is #81AD89.


Background Color

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

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

This div background color is #81AD89.


Border color

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

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

This div border color is #81AD89.


Opacity

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

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

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

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

This text has shadow with #81AD89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AD89 on black background.


Color preview on white background

This text has color #81AD89 on white background.



Black color preview on #81AD89 background

This text has black color on #81AD89 background.


White color preview on #81AD89 background

This text has white color on #81AD89 background.