COLOR #84C2AB

HEX: #84C2AB RGB: (132,194,171)

Color info

#84C2AB contains mainly green and blue colors. Web safe color of #84C2AB is #99CC99 (or #9C9).

RGB color model

#84C2AB color RGB value is (132,194,171).

RGB: (132,194,171) (52%, 76%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 194 of 255 = 76%
B 171 of 255 = 67%

132
194
171

R + G + B ~ 65%. #84C2AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 194 + 171 = 497 (100%)
R 132 of 497 ~ 26.56%
G 194 of 497 ~ 39.03%
B 171 of 497 ~ 34.41'%

%26.56
%39.03
%34.41

CMYK color model

#84C2AB color CMYK value is (32,0,12,24).

  • cyan value is 31.96%
  • magenta value is 0.00%
  • yellow value is 11.86%
  • key color value is 23.92%

CMYK: (32,0,12,24)
C32M0Y12K24 (32%, 0%, 12%, 24%)
(0.32 / 0.00 / 0.12 / 0.24)

CMYK percentages

%31.96
%0
%11.86
%23.92

Codes

Color #84C2AB in popluar color models

84 C2 AB
RGB 132 194 171
HSL 158° 33.70% 63.92%
HSB/HSV 158° 31.96% 76.08%
CMYK 31.96% 0.00% 11.86%
23.92%

Color #84C2AB in popluar number systems.

HEX 84 C2 AB
Decimal 132 194 171
Binary 10000100 11000010 10101011
Octal 204 302 253

Shades and tints

Shades of #84C2AB

#84C2AB
(132,194,171)
#78B19C
(120,177,156)
#6CA08D
(108,160,141)
#608F7E
(96,143,126)
#547E6F
(84,126,111)
#486D60
(72,109,96)
#3C5C51
(60,92,81)
#304B42
(48,75,66)
#243A33
(36,58,51)
#182924
(24,41,36)
#0C1815
(12,24,21)
#000000
(0,0,0)

Tints of #84C2AB

#84C2AB
(132,194,171)
#8FC7B2
(143,199,178)
#9ACCB9
(154,204,185)
#A5D1C0
(165,209,192)
#B0D6C7
(176,214,199)
#BBDBCE
(187,219,206)
#C6E0D5
(198,224,213)
#D1E5DC
(209,229,220)
#DCEAE3
(220,234,227)
#E7EFEA
(231,239,234)
#F2F4F1
(242,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84C2AB color. Also use rgb(132,194,171) instead hex code.

Text Font Color

.myTextColor { color: #84C2AB; }

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

This text font color is #84C2AB.

Background Color

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

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

This div background color is #84C2AB.

Border color

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

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

This div border color is #84C2AB.

Opacity

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

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

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

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

This text has shadow with #84C2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C2AB.

Preview

Color preview on black background

This text has color #84C2AB on black background.


Color preview on white background

This text has color #84C2AB on white background.


Black color preview on #84C2AB background

This text has black color on #84C2AB background.


White color preview on #84C2AB background

This text has white color on #84C2AB background.


Related colors

Complementary color

Complementary color for #hex is #7B3D54.


I love getcolorcode.com

Triadic colors

1 #AB84C2 and #C2AB84 with #84C2AB are triadic colors.

2 #ABC284 and #C284AB with #84C2AB are triadic colors.