COLOR #84C7A9

HEX: #84C7A9
RGB: (132,199,169)

Color info

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

RGB color model

#84C7A9 color RGB value is (132,199,169).

  • red value is 132;
  • green value is 199;
  • blue value is 169.
RGB:
(132,199,169)
(52%,78%,66%)

RGB channels and saturation

R 132 of 255 = 52%
G 199 of 255 = 78%
B 169 of 255 = 66%

132
199
169

R + G + B ~ 65%. #84C7A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 199 + 169 = 500 (100%)
R 132 of 500 ~ 26.4%
G 199 of 500 ~ 39.8%
B 169 of 500 ~ 33.8%

%26.4
%39.8
%33.8

CMYK color model

#84C7A9 color CMYK value is (34,0,15,22).

  • cyan value is 33.67%
  • magenta value is 0.00%
  • yellow value is 15.08%
  • key color value is 21.96%
CMYK:
(34,0,15,22)
C34M0Y15K22 
(34%,0%,15%,22%)
(0.34/0.00/0.15/0.22)	

CMYK percentages

%33.67
%0
%15.08
%21.96

Codes

Color #84C7A9 in popluar color models

84C7A9
RGB132199169
HSL153°37.43%64.90%
HSB/HSV153°33.67%78.04%
CMYK33.67%0.00%15.08%
21.96%

Color #84C7A9 in popluar number systems.

HEX84C7A9
Decimal132199169
Binary100001001100011110101001
Octal204307251

Shades and tints

Shades of #84C7A9

#84C7A9
(132,199,169)
#78B59A
(120,181,154)
#6CA38B
(108,163,139)
#60917C
(96,145,124)
#547F6D
(84,127,109)
#486D5E
(72,109,94)
#3C5B4F
(60,91,79)
#304940
(48,73,64)
#243731
(36,55,49)
#182522
(24,37,34)
#0C1313
(12,19,19)
#000000
(0,0,0)

Tints of #84C7A9

#84C7A9
(132,199,169)
#8FCCB0
(143,204,176)
#9AD1B7
(154,209,183)
#A5D6BE
(165,214,190)
#B0DBC5
(176,219,197)
#BBE0CC
(187,224,204)
#C6E5D3
(198,229,211)
#D1EADA
(209,234,218)
#DCEFE1
(220,239,225)
#E7F4E8
(231,244,232)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C7A9 color. Also use rgb(132,199,169) instead hex code.

Text Font Color

.myTextColor { color: #84C7A9; }

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

This text font color is #84C7A9.


Background Color

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

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

This div background color is #84C7A9.


Border color

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

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

This div border color is #84C7A9.


Opacity

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

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

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

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

This text has shadow with #84C7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C7A9 on black background.


Color preview on white background

This text has color #84C7A9 on white background.



Black color preview on #84C7A9 background

This text has black color on #84C7A9 background.


White color preview on #84C7A9 background

This text has white color on #84C7A9 background.