COLOR #84C5B4

HEX: #84C5B4
RGB: (132,197,180)

Color info

#84C5B4 contains mainly green and blue colors. Web safe color of #84C5B4 is #99CCCC (or #9CC).

RGB color model

#84C5B4 color RGB value is (132,197,180).

  • red value is 132;
  • green value is 197;
  • blue value is 180.
RGB:
(132,197,180)
(52%,77%,71%)

RGB channels and saturation

R 132 of 255 = 52%
G 197 of 255 = 77%
B 180 of 255 = 71%

132
197
180

R + G + B ~ 67%. #84C5B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 197 + 180 = 509 (100%)
R 132 of 509 ~ 25.93%
G 197 of 509 ~ 38.7%
B 180 of 509 ~ 35.36%

%25.93
%38.7
%35.36

CMYK color model

#84C5B4 color CMYK value is (33,0,9,23).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 22.75%
CMYK:
(33,0,9,23)
C33M0Y9K23 
(33%,0%,9%,23%)
(0.33/0.00/0.09/0.23)	

CMYK percentages

%32.99
%0
%8.63
%22.75

Codes

Color #84C5B4 in popluar color models

84C5B4
RGB132197180
HSL164°35.91%64.51%
HSB/HSV164°32.99%77.25%
CMYK32.99%0.00%8.63%
22.75%

Color #84C5B4 in popluar number systems.

HEX84C5B4
Decimal132197180
Binary100001001100010110110100
Octal204305264

Shades and tints

Shades of #84C5B4

#84C5B4
(132,197,180)
#78B4A4
(120,180,164)
#6CA394
(108,163,148)
#609284
(96,146,132)
#548174
(84,129,116)
#487064
(72,112,100)
#3C5F54
(60,95,84)
#304E44
(48,78,68)
#243D34
(36,61,52)
#182C24
(24,44,36)
#0C1B14
(12,27,20)
#000000
(0,0,0)

Tints of #84C5B4

#84C5B4
(132,197,180)
#8FCABA
(143,202,186)
#9ACFC0
(154,207,192)
#A5D4C6
(165,212,198)
#B0D9CC
(176,217,204)
#BBDED2
(187,222,210)
#C6E3D8
(198,227,216)
#D1E8DE
(209,232,222)
#DCEDE4
(220,237,228)
#E7F2EA
(231,242,234)
#F2F7F0
(242,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C5B4 color. Also use rgb(132,197,180) instead hex code.

Text Font Color

.myTextColor { color: #84C5B4; }

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

This text font color is #84C5B4.


Background Color

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

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

This div background color is #84C5B4.


Border color

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

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

This div border color is #84C5B4.


Opacity

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

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

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

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

This text has shadow with #84C5B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C5B4 on black background.


Color preview on white background

This text has color #84C5B4 on white background.



Black color preview on #84C5B4 background

This text has black color on #84C5B4 background.


White color preview on #84C5B4 background

This text has white color on #84C5B4 background.