COLOR #81A689

HEX: #81A689
RGB: (129,166,137)

Color info

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

RGB color model

#81A689 color RGB value is (129,166,137).

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

RGB channels and saturation

R 129 of 255 = 51%
G 166 of 255 = 65%
B 137 of 255 = 54%

129
166
137

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

Portions of RGB colors in percentages

R + G + B =
129 + 166 + 137 = 432 (100%)
R 129 of 432 ~ 29.86%
G 166 of 432 ~ 38.43%
B 137 of 432 ~ 31.71%

%29.86
%38.43
%31.71

CMYK color model

#81A689 color CMYK value is (22,0,17,35).

  • cyan value is 22.29%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 34.90%
CMYK:
(22,0,17,35)
C22M0Y17K35 
(22%,0%,17%,35%)
(0.22/0.00/0.17/0.35)	

CMYK percentages

%22.29
%0
%17.47
%34.9

Codes

Color #81A689 in popluar color models

81A689
RGB129166137
HSL133°17.21%57.84%
HSB/HSV133°22.29%65.10%
CMYK22.29%0.00%17.47%
34.90%

Color #81A689 in popluar number systems.

HEX81A689
Decimal129166137
Binary100000011010011010001001
Octal201246211

Shades and tints

Shades of #81A689

#81A689
(129,166,137)
#76977D
(118,151,125)
#6B8871
(107,136,113)
#607965
(96,121,101)
#556A59
(85,106,89)
#4A5B4D
(74,91,77)
#3F4C41
(63,76,65)
#343D35
(52,61,53)
#292E29
(41,46,41)
#1E1F1D
(30,31,29)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #81A689

#81A689
(129,166,137)
#8CAE93
(140,174,147)
#97B69D
(151,182,157)
#A2BEA7
(162,190,167)
#ADC6B1
(173,198,177)
#B8CEBB
(184,206,187)
#C3D6C5
(195,214,197)
#CEDECF
(206,222,207)
#D9E6D9
(217,230,217)
#E4EEE3
(228,238,227)
#EFF6ED
(239,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81A689; }

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

This text font color is #81A689.


Background Color

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

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

This div background color is #81A689.


Border color

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

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

This div border color is #81A689.


Opacity

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

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

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

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

This text has shadow with #81A689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81A689 on black background.


Color preview on white background

This text has color #81A689 on white background.



Black color preview on #81A689 background

This text has black color on #81A689 background.


White color preview on #81A689 background

This text has white color on #81A689 background.