COLOR #84CAB9

HEX: #84CAB9
RGB: (132,202,185)

Color info

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

RGB color model

#84CAB9 color RGB value is (132,202,185).

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

RGB channels and saturation

R 132 of 255 = 52%
G 202 of 255 = 79%
B 185 of 255 = 73%

132
202
185

R + G + B ~ 68%. #84CAB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 202 + 185 = 519 (100%)
R 132 of 519 ~ 25.43%
G 202 of 519 ~ 38.92%
B 185 of 519 ~ 35.65%

%25.43
%38.92
%35.65

CMYK color model

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

  • cyan value is 34.65%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 20.78%
CMYK:
(35,0,8,21)
C35M0Y8K21 
(35%,0%,8%,21%)
(0.35/0.00/0.08/0.21)	

CMYK percentages

%34.65
%0
%8.42
%20.78

Codes

Color #84CAB9 in popluar color models

84CAB9
RGB132202185
HSL165°39.77%65.49%
HSB/HSV165°34.65%79.22%
CMYK34.65%0.00%8.42%
20.78%

Color #84CAB9 in popluar number systems.

HEX84CAB9
Decimal132202185
Binary100001001100101010111001
Octal204312271

Shades and tints

Shades of #84CAB9

#84CAB9
(132,202,185)
#78B8A9
(120,184,169)
#6CA699
(108,166,153)
#609489
(96,148,137)
#548279
(84,130,121)
#487069
(72,112,105)
#3C5E59
(60,94,89)
#304C49
(48,76,73)
#243A39
(36,58,57)
#182829
(24,40,41)
#0C1619
(12,22,25)
#000000
(0,0,0)

Tints of #84CAB9

#84CAB9
(132,202,185)
#8FCEBF
(143,206,191)
#9AD2C5
(154,210,197)
#A5D6CB
(165,214,203)
#B0DAD1
(176,218,209)
#BBDED7
(187,222,215)
#C6E2DD
(198,226,221)
#D1E6E3
(209,230,227)
#DCEAE9
(220,234,233)
#E7EEEF
(231,238,239)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84CAB9; }

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

This text font color is #84CAB9.


Background Color

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

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

This div background color is #84CAB9.


Border color

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

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

This div border color is #84CAB9.


Opacity

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

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

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

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

This text has shadow with #84CAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84CAB9 on black background.


Color preview on white background

This text has color #84CAB9 on white background.



Black color preview on #84CAB9 background

This text has black color on #84CAB9 background.


White color preview on #84CAB9 background

This text has white color on #84CAB9 background.