COLOR #81AB9D

HEX: #81AB9D RGB: (129,171,157)

Color info

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

RGB color model

#81AB9D color RGB value is (129,171,157).

RGB: (129,171,157) (51%, 67%, 62%)

RGB channels and saturation

R 129 of 255 = 51%
G 171 of 255 = 67%
B 157 of 255 = 62%

129
171
157

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

Portions of RGB colors in percentages

R + G + B = 129 + 171 + 157 = 457 (100%)
R 129 of 457 ~ 28.23%
G 171 of 457 ~ 37.42%
B 157 of 457 ~ 34.35'%

%28.23
%37.42
%34.35

CMYK color model

#81AB9D color CMYK value is (25,0,8,33).

  • cyan value is 24.56%
  • magenta value is 0.00%
  • yellow value is 8.19%
  • key color value is 32.94%

CMYK: (25,0,8,33)
C25M0Y8K33 (25%, 0%, 8%, 33%)
(0.25 / 0.00 / 0.08 / 0.33)

CMYK percentages

%24.56
%0
%8.19
%32.94

Codes

Color #81AB9D in popluar color models

81 AB 9D
RGB 129 171 157
HSL 160° 20.00% 58.82%
HSB/HSV 160° 24.56% 67.06%
CMYK 24.56% 0.00% 8.19%
32.94%

Color #81AB9D in popluar number systems.

HEX 81 AB 9D
Decimal 129 171 157
Binary 10000001 10101011 10011101
Octal 201 253 235

Shades and tints

Shades of #81AB9D

#81AB9D
(129,171,157)
#769C8F
(118,156,143)
#6B8D81
(107,141,129)
#607E73
(96,126,115)
#556F65
(85,111,101)
#4A6057
(74,96,87)
#3F5149
(63,81,73)
#34423B
(52,66,59)
#29332D
(41,51,45)
#1E241F
(30,36,31)
#131511
(19,21,17)
#000000
(0,0,0)

Tints of #81AB9D

#81AB9D
(129,171,157)
#8CB2A5
(140,178,165)
#97B9AD
(151,185,173)
#A2C0B5
(162,192,181)
#ADC7BD
(173,199,189)
#B8CEC5
(184,206,197)
#C3D5CD
(195,213,205)
#CEDCD5
(206,220,213)
#D9E3DD
(217,227,221)
#E4EAE5
(228,234,229)
#EFF1ED
(239,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AB9D; }

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

This text font color is #81AB9D.

Background Color

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

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

This div background color is #81AB9D.

Border color

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

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

This div border color is #81AB9D.

Opacity

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

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

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

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

This text has shadow with #81AB9D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81AB9D.

Preview

Color preview on black background

This text has color #81AB9D on black background.


Color preview on white background

This text has color #81AB9D on white background.


Black color preview on #81AB9D background

This text has black color on #81AB9D background.


White color preview on #81AB9D background

This text has white color on #81AB9D background.


Related colors

Complementary color

Complementary color for #hex is #7E5462.


I love getcolorcode.com

Triadic colors

1 #9D81AB and #AB9D81 with #81AB9D are triadic colors.

2 #9DAB81 and #AB819D with #81AB9D are triadic colors.