COLOR #81ADA5

HEX: #81ADA5
RGB: (129,173,165)

Color info

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

RGB color model

#81ADA5 color RGB value is (129,173,165).

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

RGB channels and saturation

R 129 of 255 = 51%
G 173 of 255 = 68%
B 165 of 255 = 65%

129
173
165

R + G + B ~ 61%. #81ADA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 173 + 165 = 467 (100%)
R 129 of 467 ~ 27.62%
G 173 of 467 ~ 37.04%
B 165 of 467 ~ 35.33%

%27.62
%37.04
%35.33

CMYK color model

#81ADA5 color CMYK value is (25,0,5,32).

  • cyan value is 25.43%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 32.16%
CMYK:
(25,0,5,32)
C25M0Y5K32 
(25%,0%,5%,32%)
(0.25/0.00/0.05/0.32)	

CMYK percentages

%25.43
%0
%4.62
%32.16

Codes

Color #81ADA5 in popluar color models

81ADA5
RGB129173165
HSL169°21.15%59.22%
HSB/HSV169°25.43%67.84%
CMYK25.43%0.00%4.62%
32.16%

Color #81ADA5 in popluar number systems.

HEX81ADA5
Decimal129173165
Binary100000011010110110100101
Octal201255245

Shades and tints

Shades of #81ADA5

#81ADA5
(129,173,165)
#769E96
(118,158,150)
#6B8F87
(107,143,135)
#608078
(96,128,120)
#557169
(85,113,105)
#4A625A
(74,98,90)
#3F534B
(63,83,75)
#34443C
(52,68,60)
#29352D
(41,53,45)
#1E261E
(30,38,30)
#13170F
(19,23,15)
#000000
(0,0,0)

Tints of #81ADA5

#81ADA5
(129,173,165)
#8CB4AD
(140,180,173)
#97BBB5
(151,187,181)
#A2C2BD
(162,194,189)
#ADC9C5
(173,201,197)
#B8D0CD
(184,208,205)
#C3D7D5
(195,215,213)
#CEDEDD
(206,222,221)
#D9E5E5
(217,229,229)
#E4ECED
(228,236,237)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81ADA5; }

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

This text font color is #81ADA5.


Background Color

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

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

This div background color is #81ADA5.


Border color

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

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

This div border color is #81ADA5.


Opacity

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

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

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

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

This text has shadow with #81ADA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81ADA5 on black background.


Color preview on white background

This text has color #81ADA5 on white background.



Black color preview on #81ADA5 background

This text has black color on #81ADA5 background.


White color preview on #81ADA5 background

This text has white color on #81ADA5 background.