COLOR #81B991

HEX: #81B991 RGB: (129,185,145)

Color info

#81B991 contains red, green and blue colors in about the same proportion. Web safe color of #81B991 is #99CC99 (or #9C9).

RGB color model

#81B991 color RGB value is (129,185,145).

RGB: (129,185,145) (51%, 73%, 57%)

RGB channels and saturation

R 129 of 255 = 51%
G 185 of 255 = 73%
B 145 of 255 = 57%

129
185
145

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

Portions of RGB colors in percentages

R + G + B = 129 + 185 + 145 = 459 (100%)
R 129 of 459 ~ 28.1%
G 185 of 459 ~ 40.31%
B 145 of 459 ~ 31.59'%

%28.1
%40.31
%31.59

CMYK color model

#81B991 color CMYK value is (30,0,22,27).

  • cyan value is 30.27%
  • magenta value is 0.00%
  • yellow value is 21.62%
  • key color value is 27.45%

CMYK: (30,0,22,27)
C30M0Y22K27 (30%, 0%, 22%, 27%)
(0.30 / 0.00 / 0.22 / 0.27)

CMYK percentages

%30.27
%0
%21.62
%27.45

Codes

Color #81B991 in popluar color models

81 B9 91
RGB 129 185 145
HSL 137° 28.57% 61.57%
HSB/HSV 137° 30.27% 72.55%
CMYK 30.27% 0.00% 21.62%
27.45%

Color #81B991 in popluar number systems.

HEX 81 B9 91
Decimal 129 185 145
Binary 10000001 10111001 10010001
Octal 201 271 221

Shades and tints

Shades of #81B991

#81B991
(129,185,145)
#76A984
(118,169,132)
#6B9977
(107,153,119)
#60896A
(96,137,106)
#55795D
(85,121,93)
#4A6950
(74,105,80)
#3F5943
(63,89,67)
#344936
(52,73,54)
#293929
(41,57,41)
#1E291C
(30,41,28)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #81B991

#81B991
(129,185,145)
#8CBF9B
(140,191,155)
#97C5A5
(151,197,165)
#A2CBAF
(162,203,175)
#ADD1B9
(173,209,185)
#B8D7C3
(184,215,195)
#C3DDCD
(195,221,205)
#CEE3D7
(206,227,215)
#D9E9E1
(217,233,225)
#E4EFEB
(228,239,235)
#EFF5F5
(239,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B991 color. Also use rgb(129,185,145) instead hex code.

Text Font Color

.myTextColor { color: #81B991; }

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

This text font color is #81B991.

Background Color

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

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

This div background color is #81B991.

Border color

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

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

This div border color is #81B991.

Opacity

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

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

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

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

This text has shadow with #81B991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #81B991.

Preview

Color preview on black background

This text has color #81B991 on black background.


Color preview on white background

This text has color #81B991 on white background.


Black color preview on #81B991 background

This text has black color on #81B991 background.


White color preview on #81B991 background

This text has white color on #81B991 background.


Related colors

Complementary color

Complementary color for #hex is #7E466E.


I love getcolorcode.com

Triadic colors

1 #9181B9 and #B99181 with #81B991 are triadic colors.

2 #91B981 and #B98191 with #81B991 are triadic colors.