COLOR #81B47F

HEX: #81B47F
RGB: (129,180,127)

Color info

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

RGB color model

#81B47F color RGB value is (129,180,127).

  • red value is 129;
  • green value is 180;
  • blue value is 127.
RGB:
(129,180,127)
(51%,71%,50%)

RGB channels and saturation

R 129 of 255 = 51%
G 180 of 255 = 71%
B 127 of 255 = 50%

129
180
127

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

Portions of RGB colors in percentages

R + G + B =
129 + 180 + 127 = 436 (100%)
R 129 of 436 ~ 29.59%
G 180 of 436 ~ 41.28%
B 127 of 436 ~ 29.13%

%29.59
%41.28
%29.13

CMYK color model

#81B47F color CMYK value is (28,0,29,29).

  • cyan value is 28.33%
  • magenta value is 0.00%
  • yellow value is 29.44%
  • key color value is 29.41%
CMYK:
(28,0,29,29)
C28M0Y29K29 
(28%,0%,29%,29%)
(0.28/0.00/0.29/0.29)	

CMYK percentages

%28.33
%0
%29.44
%29.41

Codes

Color #81B47F in popluar color models

81B47F
RGB129180127
HSL118°26.11%60.20%
HSB/HSV118°29.44%70.59%
CMYK28.33%0.00%29.44%
29.41%

Color #81B47F in popluar number systems.

HEX81B47F
Decimal129180127
Binary10000001101101001111111
Octal201264177

Shades and tints

Shades of #81B47F

#81B47F
(129,180,127)
#76A474
(118,164,116)
#6B9469
(107,148,105)
#60845E
(96,132,94)
#557453
(85,116,83)
#4A6448
(74,100,72)
#3F543D
(63,84,61)
#344432
(52,68,50)
#293427
(41,52,39)
#1E241C
(30,36,28)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #81B47F

#81B47F
(129,180,127)
#8CBA8A
(140,186,138)
#97C095
(151,192,149)
#A2C6A0
(162,198,160)
#ADCCAB
(173,204,171)
#B8D2B6
(184,210,182)
#C3D8C1
(195,216,193)
#CEDECC
(206,222,204)
#D9E4D7
(217,228,215)
#E4EAE2
(228,234,226)
#EFF0ED
(239,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #81B47F color. Also use rgb(129,180,127) instead hex code.

Text Font Color

.myTextColor { color: #81B47F; }

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

This text font color is #81B47F.


Background Color

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

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

This div background color is #81B47F.


Border color

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

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

This div border color is #81B47F.


Opacity

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

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

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

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

This text has shadow with #81B47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #81B47F on black background.


Color preview on white background

This text has color #81B47F on white background.



Black color preview on #81B47F background

This text has black color on #81B47F background.


White color preview on #81B47F background

This text has white color on #81B47F background.