COLOR #84C4C9

HEX: #84C4C9
RGB: (132,196,201)

Color info

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

RGB color model

#84C4C9 color RGB value is (132,196,201).

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

RGB channels and saturation

R 132 of 255 = 52%
G 196 of 255 = 77%
B 201 of 255 = 79%

132
196
201

R + G + B ~ 69%. #84C4C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 196 + 201 = 529 (100%)
R 132 of 529 ~ 24.95%
G 196 of 529 ~ 37.05%
B 201 of 529 ~ 38%

%24.95
%37.05
%38

CMYK color model

#84C4C9 color CMYK value is (34,2,0,21).

  • cyan value is 34.33%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(34,2,0,21)
C34M2Y0K21 
(34%,2%,0%,21%)
(0.34/0.02/0.00/0.21)	

CMYK percentages

%34.33
%2.49
%0
%21.18

Codes

Color #84C4C9 in popluar color models

84C4C9
RGB132196201
HSL184°38.98%65.29%
HSB/HSV184°34.33%78.82%
CMYK34.33%2.49%0.00%
21.18%

Color #84C4C9 in popluar number systems.

HEX84C4C9
Decimal132196201
Binary100001001100010011001001
Octal204304311

Shades and tints

Shades of #84C4C9

#84C4C9
(132,196,201)
#78B3B7
(120,179,183)
#6CA2A5
(108,162,165)
#609193
(96,145,147)
#548081
(84,128,129)
#486F6F
(72,111,111)
#3C5E5D
(60,94,93)
#304D4B
(48,77,75)
#243C39
(36,60,57)
#182B27
(24,43,39)
#0C1A15
(12,26,21)
#000000
(0,0,0)

Tints of #84C4C9

#84C4C9
(132,196,201)
#8FC9CD
(143,201,205)
#9ACED1
(154,206,209)
#A5D3D5
(165,211,213)
#B0D8D9
(176,216,217)
#BBDDDD
(187,221,221)
#C6E2E1
(198,226,225)
#D1E7E5
(209,231,229)
#DCECE9
(220,236,233)
#E7F1ED
(231,241,237)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C4C9; }

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

This text font color is #84C4C9.


Background Color

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

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

This div background color is #84C4C9.


Border color

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

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

This div border color is #84C4C9.


Opacity

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

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

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

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

This text has shadow with #84C4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84C4C9 on black background.


Color preview on white background

This text has color #84C4C9 on white background.



Black color preview on #84C4C9 background

This text has black color on #84C4C9 background.


White color preview on #84C4C9 background

This text has white color on #84C4C9 background.