COLOR #81AD99

HEX: #81AD99
RGB: (129,173,153)

Color info

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

RGB color model

#81AD99 color RGB value is (129,173,153).

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

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 153 of 255 = 60%

129
173
153

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

Portions of RGB colors in percentages

R + G + B =
129 + 173 + 153 = 455 (100%)
R 129 of 455 ~ 28.35%
G 173 of 455 ~ 38.02%
B 153 of 455 ~ 33.63%

%28.35
%38.02
%33.63

CMYK color model

#81AD99 color CMYK value is (25,0,12,32).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 11.56%
  • key color value is 32.16%
CMYK:
(25,0,12,32)
C25M0Y12K32 
(25%,0%,12%,32%)
(0.25/0.00/0.12/0.32)	

CMYK percentages

%25.43
%0
%11.56
%32.16

Codes

Color #81AD99 in popluar color models

81AD99
RGB129173153
HSL153°21.15%59.22%
HSB/HSV153°25.43%67.84%
CMYK25.43%0.00%11.56%
32.16%

Color #81AD99 in popluar number systems.

HEX81AD99
Decimal129173153
Binary100000011010110110011001
Octal201255231

Shades and tints

Shades of #81AD99

#81AD99
(129,173,153)
#769E8C
(118,158,140)
#6B8F7F
(107,143,127)
#608072
(96,128,114)
#557165
(85,113,101)
#4A6258
(74,98,88)
#3F534B
(63,83,75)
#34443E
(52,68,62)
#293531
(41,53,49)
#1E2624
(30,38,36)
#131717
(19,23,23)
#000000
(0,0,0)

Tints of #81AD99

#81AD99
(129,173,153)
#8CB4A2
(140,180,162)
#97BBAB
(151,187,171)
#A2C2B4
(162,194,180)
#ADC9BD
(173,201,189)
#B8D0C6
(184,208,198)
#C3D7CF
(195,215,207)
#CEDED8
(206,222,216)
#D9E5E1
(217,229,225)
#E4ECEA
(228,236,234)
#EFF3F3
(239,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81AD99; }

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

This text font color is #81AD99.


Background Color

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

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

This div background color is #81AD99.


Border color

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

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

This div border color is #81AD99.


Opacity

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

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

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

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

This text has shadow with #81AD99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81AD99 on black background.


Color preview on white background

This text has color #81AD99 on white background.



Black color preview on #81AD99 background

This text has black color on #81AD99 background.


White color preview on #81AD99 background

This text has white color on #81AD99 background.