COLOR #84C5BA

HEX: #84C5BA
RGB: (132,197,186)

Color info

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

RGB color model

#84C5BA color RGB value is (132,197,186).

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

RGB channels and saturation

R 132 of 255 = 52%
G 197 of 255 = 77%
B 186 of 255 = 73%

132
197
186

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

Portions of RGB colors in percentages

R + G + B =
132 + 197 + 186 = 515 (100%)
R 132 of 515 ~ 25.63%
G 197 of 515 ~ 38.25%
B 186 of 515 ~ 36.12%

%25.63
%38.25
%36.12

CMYK color model

#84C5BA color CMYK value is (33,0,6,23).

  • cyan value is 32.99%
  • magenta value is 0.00%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(33,0,6,23)
C33M0Y6K23 
(33%,0%,6%,23%)
(0.33/0.00/0.06/0.23)	

CMYK percentages

%32.99
%0
%5.58
%22.75

Codes

Color #84C5BA in popluar color models

84C5BA
RGB132197186
HSL170°35.91%64.51%
HSB/HSV170°32.99%77.25%
CMYK32.99%0.00%5.58%
22.75%

Color #84C5BA in popluar number systems.

HEX84C5BA
Decimal132197186
Binary100001001100010110111010
Octal204305272

Shades and tints

Shades of #84C5BA

#84C5BA
(132,197,186)
#78B4AA
(120,180,170)
#6CA39A
(108,163,154)
#60928A
(96,146,138)
#54817A
(84,129,122)
#48706A
(72,112,106)
#3C5F5A
(60,95,90)
#304E4A
(48,78,74)
#243D3A
(36,61,58)
#182C2A
(24,44,42)
#0C1B1A
(12,27,26)
#000000
(0,0,0)

Tints of #84C5BA

#84C5BA
(132,197,186)
#8FCAC0
(143,202,192)
#9ACFC6
(154,207,198)
#A5D4CC
(165,212,204)
#B0D9D2
(176,217,210)
#BBDED8
(187,222,216)
#C6E3DE
(198,227,222)
#D1E8E4
(209,232,228)
#DCEDEA
(220,237,234)
#E7F2F0
(231,242,240)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C5BA; }

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

This text font color is #84C5BA.


Background Color

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

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

This div background color is #84C5BA.


Border color

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

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

This div border color is #84C5BA.


Opacity

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

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

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

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

This text has shadow with #84C5BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C5BA on black background.


Color preview on white background

This text has color #84C5BA on white background.



Black color preview on #84C5BA background

This text has black color on #84C5BA background.


White color preview on #84C5BA background

This text has white color on #84C5BA background.