COLOR #84CE91

HEX: #84CE91
RGB: (132,206,145)

Color info

#84CE91 contains mainly green color. Web safe color of #84CE91 is #99CC99 (or #9C9).

RGB color model

#84CE91 color RGB value is (132,206,145).

  • red value is 132;
  • green value is 206;
  • blue value is 145.
RGB:
(132,206,145)
(52%,81%,57%)

RGB channels and saturation

R 132 of 255 = 52%
G 206 of 255 = 81%
B 145 of 255 = 57%

132
206
145

R + G + B ~ 63%. #84CE91 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 206 + 145 = 483 (100%)
R 132 of 483 ~ 27.33%
G 206 of 483 ~ 42.65%
B 145 of 483 ~ 30.02%

%27.33
%42.65
%30.02

CMYK color model

#84CE91 color CMYK value is (36,0,30,19).

  • cyan value is 35.92%
  • magenta value is 0.00%
  • yellow value is 29.61%
  • key color value is 19.22%
CMYK:
(36,0,30,19)
C36M0Y30K19 
(36%,0%,30%,19%)
(0.36/0.00/0.30/0.19)	

CMYK percentages

%35.92
%0
%29.61
%19.22

Codes

Color #84CE91 in popluar color models

84CE91
RGB132206145
HSL131°43.02%66.27%
HSB/HSV131°35.92%80.78%
CMYK35.92%0.00%29.61%
19.22%

Color #84CE91 in popluar number systems.

HEX84CE91
Decimal132206145
Binary100001001100111010010001
Octal204316221

Shades and tints

Shades of #84CE91

#84CE91
(132,206,145)
#78BC84
(120,188,132)
#6CAA77
(108,170,119)
#60986A
(96,152,106)
#54865D
(84,134,93)
#487450
(72,116,80)
#3C6243
(60,98,67)
#305036
(48,80,54)
#243E29
(36,62,41)
#182C1C
(24,44,28)
#0C1A0F
(12,26,15)
#000000
(0,0,0)

Tints of #84CE91

#84CE91
(132,206,145)
#8FD29B
(143,210,155)
#9AD6A5
(154,214,165)
#A5DAAF
(165,218,175)
#B0DEB9
(176,222,185)
#BBE2C3
(187,226,195)
#C6E6CD
(198,230,205)
#D1EAD7
(209,234,215)
#DCEEE1
(220,238,225)
#E7F2EB
(231,242,235)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84CE91 color. Also use rgb(132,206,145) instead hex code.

Text Font Color

.myTextColor { color: #84CE91; }

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

This text font color is #84CE91.


Background Color

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

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

This div background color is #84CE91.


Border color

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

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

This div border color is #84CE91.


Opacity

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

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

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

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

This text has shadow with #84CE91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CE91 on black background.


Color preview on white background

This text has color #84CE91 on white background.



Black color preview on #84CE91 background

This text has black color on #84CE91 background.


White color preview on #84CE91 background

This text has white color on #84CE91 background.