COLOR #84C9B9

HEX: #84C9B9 RGB: (132,201,185)

Color info

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

RGB color model

#84C9B9 color RGB value is (132,201,185).

RGB: (132,201,185) (52%, 79%, 73%)

RGB channels and saturation

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

132
201
185

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

Portions of RGB colors in percentages

R + G + B = 132 + 201 + 185 = 518 (100%)
R 132 of 518 ~ 25.48%
G 201 of 518 ~ 38.8%
B 185 of 518 ~ 35.71'%

%25.48
%38.8
%35.71

CMYK color model

#84C9B9 color CMYK value is (34,0,8,21).

  • cyan value is 34.33%
  • magenta value is 0.00%
  • yellow value is 7.96%
  • key color value is 21.18%

CMYK: (34,0,8,21)
C34M0Y8K21 (34%, 0%, 8%, 21%)
(0.34 / 0.00 / 0.08 / 0.21)

CMYK percentages

%34.33
%0
%7.96
%21.18

Codes

Color #84C9B9 in popluar color models

84 C9 B9
RGB 132 201 185
HSL 166° 38.98% 65.29%
HSB/HSV 166° 34.33% 78.82%
CMYK 34.33% 0.00% 7.96%
21.18%

Color #84C9B9 in popluar number systems.

HEX 84 C9 B9
Decimal 132 201 185
Binary 10000100 11001001 10111001
Octal 204 311 271

Shades and tints

Shades of #84C9B9

#84C9B9
(132,201,185)
#78B7A9
(120,183,169)
#6CA599
(108,165,153)
#609389
(96,147,137)
#548179
(84,129,121)
#486F69
(72,111,105)
#3C5D59
(60,93,89)
#304B49
(48,75,73)
#243939
(36,57,57)
#182729
(24,39,41)
#0C1519
(12,21,25)
#000000
(0,0,0)

Tints of #84C9B9

#84C9B9
(132,201,185)
#8FCDBF
(143,205,191)
#9AD1C5
(154,209,197)
#A5D5CB
(165,213,203)
#B0D9D1
(176,217,209)
#BBDDD7
(187,221,215)
#C6E1DD
(198,225,221)
#D1E5E3
(209,229,227)
#DCE9E9
(220,233,233)
#E7EDEF
(231,237,239)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C9B9; }

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

This text font color is #84C9B9.

Background Color

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

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

This div background color is #84C9B9.

Border color

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

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

This div border color is #84C9B9.

Opacity

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

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

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

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

This text has shadow with #84C9B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C9B9.

Preview

Color preview on black background

This text has color #84C9B9 on black background.


Color preview on white background

This text has color #84C9B9 on white background.


Black color preview on #84C9B9 background

This text has black color on #84C9B9 background.


White color preview on #84C9B9 background

This text has white color on #84C9B9 background.


Related colors

Complementary color

Complementary color for #hex is #7B3646.


I love getcolorcode.com

Triadic colors

1 #B984C9 and #C9B984 with #84C9B9 are triadic colors.

2 #B9C984 and #C984B9 with #84C9B9 are triadic colors.