COLOR #81D9AB

HEX: #81D9AB
RGB: (129,217,171)

Color info

#81D9AB contains mainly green and blue colors. Web safe color of #81D9AB is #99CC99 (or #9C9).

RGB color model

#81D9AB color RGB value is (129,217,171).

  • red value is 129;
  • green value is 217;
  • blue value is 171.
RGB:
(129,217,171)
(51%,85%,67%)

RGB channels and saturation

R 129 of 255 = 51%
G 217 of 255 = 85%
B 171 of 255 = 67%

129
217
171

R + G + B ~ 68%. #81D9AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
129 + 217 + 171 = 517 (100%)
R 129 of 517 ~ 24.95%
G 217 of 517 ~ 41.97%
B 171 of 517 ~ 33.08%

%24.95
%41.97
%33.08

CMYK color model

#81D9AB color CMYK value is (41,0,21,15).

  • cyan value is 40.55%
  • magenta value is 0.00%
  • yellow value is 21.20%
  • key color value is 14.90%
CMYK:
(41,0,21,15)
C41M0Y21K15 
(41%,0%,21%,15%)
(0.41/0.00/0.21/0.15)	

CMYK percentages

%40.55
%0
%21.2
%14.9

Codes

Color #81D9AB in popluar color models

81D9AB
RGB129217171
HSL149°53.66%67.84%
HSB/HSV149°40.55%85.10%
CMYK40.55%0.00%21.20%
14.90%

Color #81D9AB in popluar number systems.

HEX81D9AB
Decimal129217171
Binary100000011101100110101011
Octal201331253

Shades and tints

Shades of #81D9AB

#81D9AB
(129,217,171)
#76C69C
(118,198,156)
#6BB38D
(107,179,141)
#60A07E
(96,160,126)
#558D6F
(85,141,111)
#4A7A60
(74,122,96)
#3F6751
(63,103,81)
#345442
(52,84,66)
#294133
(41,65,51)
#1E2E24
(30,46,36)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #81D9AB

#81D9AB
(129,217,171)
#8CDCB2
(140,220,178)
#97DFB9
(151,223,185)
#A2E2C0
(162,226,192)
#ADE5C7
(173,229,199)
#B8E8CE
(184,232,206)
#C3EBD5
(195,235,213)
#CEEEDC
(206,238,220)
#D9F1E3
(217,241,227)
#E4F4EA
(228,244,234)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #81D9AB; }

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

This text font color is #81D9AB.


Background Color

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

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

This div background color is #81D9AB.


Border color

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

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

This div border color is #81D9AB.


Opacity

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

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

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

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

This text has shadow with #81D9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81D9AB on black background.


Color preview on white background

This text has color #81D9AB on white background.



Black color preview on #81D9AB background

This text has black color on #81D9AB background.


White color preview on #81D9AB background

This text has white color on #81D9AB background.