COLOR #81AD8D

HEX: #81AD8D RGB: (129,173,141)

Color info

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

RGB color model

#81AD8D color RGB value is (129,173,141).

RGB: (129,173,141) (51%, 68%, 55%)

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 141 of 255 = 55%

129
173
141

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

Portions of RGB colors in percentages

R + G + B = 129 + 173 + 141 = 443 (100%)
R 129 of 443 ~ 29.12%
G 173 of 443 ~ 39.05%
B 141 of 443 ~ 31.83'%

%29.12
%39.05
%31.83

CMYK color model

#81AD8D color CMYK value is (25,0,18,32).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 18.50%
  • key color value is 32.16%

CMYK: (25,0,18,32)
C25M0Y18K32 (25%, 0%, 18%, 32%)
(0.25 / 0.00 / 0.18 / 0.32)

CMYK percentages

%25.43
%0
%18.5
%32.16

Codes

Color #81AD8D in popluar color models

81 AD 8D
RGB 129 173 141
HSL 136° 21.15% 59.22%
HSB/HSV 136° 25.43% 67.84%
CMYK 25.43% 0.00% 18.50%
32.16%

Color #81AD8D in popluar number systems.

HEX 81 AD 8D
Decimal 129 173 141
Binary 10000001 10101101 10001101
Octal 201 255 215

Shades and tints

Shades of #81AD8D

#81AD8D
(129,173,141)
#769E81
(118,158,129)
#6B8F75
(107,143,117)
#608069
(96,128,105)
#55715D
(85,113,93)
#4A6251
(74,98,81)
#3F5345
(63,83,69)
#344439
(52,68,57)
#29352D
(41,53,45)
#1E2621
(30,38,33)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #81AD8D

#81AD8D
(129,173,141)
#8CB497
(140,180,151)
#97BBA1
(151,187,161)
#A2C2AB
(162,194,171)
#ADC9B5
(173,201,181)
#B8D0BF
(184,208,191)
#C3D7C9
(195,215,201)
#CEDED3
(206,222,211)
#D9E5DD
(217,229,221)
#E4ECE7
(228,236,231)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AD8D; }

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

This text font color is #81AD8D.

Background Color

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

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

This div background color is #81AD8D.

Border color

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

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

This div border color is #81AD8D.

Opacity

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

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

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

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

This text has shadow with #81AD8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81AD8D.

Preview

Color preview on black background

This text has color #81AD8D on black background.


Color preview on white background

This text has color #81AD8D on white background.


Black color preview on #81AD8D background

This text has black color on #81AD8D background.


White color preview on #81AD8D background

This text has white color on #81AD8D background.


Related colors

Complementary color

Complementary color for #hex is #7E5272.


I love getcolorcode.com

Triadic colors

1 #8D81AD and #AD8D81 with #81AD8D are triadic colors.

2 #8DAD81 and #AD818D with #81AD8D are triadic colors.