COLOR #84C9CA

HEX: #84C9CA
RGB: (132,201,202)

Color info

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

RGB color model

#84C9CA color RGB value is (132,201,202).

  • red value is 132;
  • green value is 201;
  • blue value is 202.
RGB:
(132,201,202)
(52%,79%,79%)

RGB channels and saturation

R 132 of 255 = 52%
G 201 of 255 = 79%
B 202 of 255 = 79%

132
201
202

R + G + B ~ 70%. #84C9CA is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 201 + 202 = 535 (100%)
R 132 of 535 ~ 24.67%
G 201 of 535 ~ 37.57%
B 202 of 535 ~ 37.76%

%24.67
%37.57
%37.76

CMYK color model

#84C9CA color CMYK value is (35,0,0,21).

  • cyan value is 34.65%
  • magenta value is 0.50%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(35,0,0,21)
C35M0Y0K21 
(35%,0%,0%,21%)
(0.35/0.00/0.00/0.21)	

CMYK percentages

%34.65
%0.5
%0
%20.78

Codes

Color #84C9CA in popluar color models

84C9CA
RGB132201202
HSL181°39.77%65.49%
HSB/HSV181°34.65%79.22%
CMYK34.65%0.50%0.00%
20.78%

Color #84C9CA in popluar number systems.

HEX84C9CA
Decimal132201202
Binary100001001100100111001010
Octal204311312

Shades and tints

Shades of #84C9CA

#84C9CA
(132,201,202)
#78B7B8
(120,183,184)
#6CA5A6
(108,165,166)
#609394
(96,147,148)
#548182
(84,129,130)
#486F70
(72,111,112)
#3C5D5E
(60,93,94)
#304B4C
(48,75,76)
#24393A
(36,57,58)
#182728
(24,39,40)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #84C9CA

#84C9CA
(132,201,202)
#8FCDCE
(143,205,206)
#9AD1D2
(154,209,210)
#A5D5D6
(165,213,214)
#B0D9DA
(176,217,218)
#BBDDDE
(187,221,222)
#C6E1E2
(198,225,226)
#D1E5E6
(209,229,230)
#DCE9EA
(220,233,234)
#E7EDEE
(231,237,238)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C9CA color. Also use rgb(132,201,202) instead hex code.

Text Font Color

.myTextColor { color: #84C9CA; }

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

This text font color is #84C9CA.


Background Color

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

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

This div background color is #84C9CA.


Border color

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

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

This div border color is #84C9CA.


Opacity

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

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

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

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

This text has shadow with #84C9CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C9CA on black background.


Color preview on white background

This text has color #84C9CA on white background.



Black color preview on #84C9CA background

This text has black color on #84C9CA background.


White color preview on #84C9CA background

This text has white color on #84C9CA background.