COLOR #84BC9A

HEX: #84BC9A
RGB: (132,188,154)

Color info

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

RGB color model

#84BC9A color RGB value is (132,188,154).

  • red value is 132;
  • green value is 188;
  • blue value is 154.
RGB:
(132,188,154)
(52%,74%,60%)

RGB channels and saturation

R 132 of 255 = 52%
G 188 of 255 = 74%
B 154 of 255 = 60%

132
188
154

R + G + B ~ 62%. #84BC9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 188 + 154 = 474 (100%)
R 132 of 474 ~ 27.85%
G 188 of 474 ~ 39.66%
B 154 of 474 ~ 32.49%

%27.85
%39.66
%32.49

CMYK color model

#84BC9A color CMYK value is (30,0,18,26).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 18.09%
  • key color value is 26.27%
CMYK:
(30,0,18,26)
C30M0Y18K26 
(30%,0%,18%,26%)
(0.30/0.00/0.18/0.26)	

CMYK percentages

%29.79
%0
%18.09
%26.27

Codes

Color #84BC9A in popluar color models

84BC9A
RGB132188154
HSL144°29.47%62.75%
HSB/HSV144°29.79%73.73%
CMYK29.79%0.00%18.09%
26.27%

Color #84BC9A in popluar number systems.

HEX84BC9A
Decimal132188154
Binary100001001011110010011010
Octal204274232

Shades and tints

Shades of #84BC9A

#84BC9A
(132,188,154)
#78AB8C
(120,171,140)
#6C9A7E
(108,154,126)
#608970
(96,137,112)
#547862
(84,120,98)
#486754
(72,103,84)
#3C5646
(60,86,70)
#304538
(48,69,56)
#24342A
(36,52,42)
#18231C
(24,35,28)
#0C120E
(12,18,14)
#000000
(0,0,0)

Tints of #84BC9A

#84BC9A
(132,188,154)
#8FC2A3
(143,194,163)
#9AC8AC
(154,200,172)
#A5CEB5
(165,206,181)
#B0D4BE
(176,212,190)
#BBDAC7
(187,218,199)
#C6E0D0
(198,224,208)
#D1E6D9
(209,230,217)
#DCECE2
(220,236,226)
#E7F2EB
(231,242,235)
#F2F8F4
(242,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BC9A color. Also use rgb(132,188,154) instead hex code.

Text Font Color

.myTextColor { color: #84BC9A; }

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

This text font color is #84BC9A.


Background Color

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

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

This div background color is #84BC9A.


Border color

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

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

This div border color is #84BC9A.


Opacity

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

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

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

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

This text has shadow with #84BC9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BC9A on black background.


Color preview on white background

This text has color #84BC9A on white background.



Black color preview on #84BC9A background

This text has black color on #84BC9A background.


White color preview on #84BC9A background

This text has white color on #84BC9A background.