COLOR #84BE81

HEX: #84BE81
RGB: (132,190,129)

Color info

#84BE81 contains mainly red and green colors. Web safe color of #84BE81 is #99CC99 (or #9C9).

RGB color model

#84BE81 color RGB value is (132,190,129).

  • red value is 132;
  • green value is 190;
  • blue value is 129.
RGB:
(132,190,129)
(52%,75%,51%)

RGB channels and saturation

R 132 of 255 = 52%
G 190 of 255 = 75%
B 129 of 255 = 51%

132
190
129

R + G + B ~ 59%. #84BE81 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
132 + 190 + 129 = 451 (100%)
R 132 of 451 ~ 29.27%
G 190 of 451 ~ 42.13%
B 129 of 451 ~ 28.6%

%29.27
%42.13
%28.6

CMYK color model

#84BE81 color CMYK value is (31,0,32,25).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 32.11%
  • key color value is 25.49%
CMYK:
(31,0,32,25)
C31M0Y32K25 
(31%,0%,32%,25%)
(0.31/0.00/0.32/0.25)	

CMYK percentages

%30.53
%0
%32.11
%25.49

Codes

Color #84BE81 in popluar color models

84BE81
RGB132190129
HSL117°31.94%62.55%
HSB/HSV117°32.11%74.51%
CMYK30.53%0.00%32.11%
25.49%

Color #84BE81 in popluar number systems.

HEX84BE81
Decimal132190129
Binary100001001011111010000001
Octal204276201

Shades and tints

Shades of #84BE81

#84BE81
(132,190,129)
#78AD76
(120,173,118)
#6C9C6B
(108,156,107)
#608B60
(96,139,96)
#547A55
(84,122,85)
#48694A
(72,105,74)
#3C583F
(60,88,63)
#304734
(48,71,52)
#243629
(36,54,41)
#18251E
(24,37,30)
#0C1413
(12,20,19)
#000000
(0,0,0)

Tints of #84BE81

#84BE81
(132,190,129)
#8FC38C
(143,195,140)
#9AC897
(154,200,151)
#A5CDA2
(165,205,162)
#B0D2AD
(176,210,173)
#BBD7B8
(187,215,184)
#C6DCC3
(198,220,195)
#D1E1CE
(209,225,206)
#DCE6D9
(220,230,217)
#E7EBE4
(231,235,228)
#F2F0EF
(242,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BE81 color. Also use rgb(132,190,129) instead hex code.

Text Font Color

.myTextColor { color: #84BE81; }

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

This text font color is #84BE81.


Background Color

.myBgColor { background-color: #84BE81; }

<div style="background-color:#84BE81">Inner text</div>

This div background color is #84BE81.


Border color

.myBorderColor { border: 1px solid #84BE81; }

<div style="border:3px solid #84BE81">Div</div>

This div border color is #84BE81.


Opacity

.myOpacity80 { color: #84BE81; opacity: 0.8; }

<p style="color:#84BE81;opacity:0.8;">80%</p>

Text with #84BE81 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 #84BE81;}

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

This text has shadow with #84BE81 color.

.textShadow {text-shadow: 3px 3px 1px #84BE81, 3px 3px 1px red;}

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

This text has shadow with #84BE81 primary color and red secondary color.


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

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

This text has shadow with #84BE81 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BE81 on black background.


Color preview on white background

This text has color #84BE81 on white background.



Black color preview on #84BE81 background

This text has black color on #84BE81 background.


White color preview on #84BE81 background

This text has white color on #84BE81 background.