COLOR #84C2B2

HEX: #84C2B2 RGB: (132,194,178)

Color info

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

RGB color model

#84C2B2 color RGB value is (132,194,178).

RGB: (132,194,178) (52%, 76%, 70%)

RGB channels and saturation

R 132 of 255 = 52%
G 194 of 255 = 76%
B 178 of 255 = 70%

132
194
178

R + G + B ~ 66%. #84C2B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 194 + 178 = 504 (100%)
R 132 of 504 ~ 26.19%
G 194 of 504 ~ 38.49%
B 178 of 504 ~ 35.32'%

%26.19
%38.49
%35.32

CMYK color model

#84C2B2 color CMYK value is (32,0,8,24).

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

CMYK: (32,0,8,24)
C32M0Y8K24 (32%, 0%, 8%, 24%)
(0.32 / 0.00 / 0.08 / 0.24)

CMYK percentages

%31.96
%0
%8.25
%23.92

Codes

Color #84C2B2 in popluar color models

84 C2 B2
RGB 132 194 178
HSL 165° 33.70% 63.92%
HSB/HSV 165° 31.96% 76.08%
CMYK 31.96% 0.00% 8.25%
23.92%

Color #84C2B2 in popluar number systems.

HEX 84 C2 B2
Decimal 132 194 178
Binary 10000100 11000010 10110010
Octal 204 302 262

Shades and tints

Shades of #84C2B2

#84C2B2
(132,194,178)
#78B1A2
(120,177,162)
#6CA092
(108,160,146)
#608F82
(96,143,130)
#547E72
(84,126,114)
#486D62
(72,109,98)
#3C5C52
(60,92,82)
#304B42
(48,75,66)
#243A32
(36,58,50)
#182922
(24,41,34)
#0C1812
(12,24,18)
#000000
(0,0,0)

Tints of #84C2B2

#84C2B2
(132,194,178)
#8FC7B9
(143,199,185)
#9ACCC0
(154,204,192)
#A5D1C7
(165,209,199)
#B0D6CE
(176,214,206)
#BBDBD5
(187,219,213)
#C6E0DC
(198,224,220)
#D1E5E3
(209,229,227)
#DCEAEA
(220,234,234)
#E7EFF1
(231,239,241)
#F2F4F8
(242,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84C2B2; }

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

This text font color is #84C2B2.

Background Color

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

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

This div background color is #84C2B2.

Border color

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

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

This div border color is #84C2B2.

Opacity

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

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

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

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

This text has shadow with #84C2B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84C2B2.

Preview

Color preview on black background

This text has color #84C2B2 on black background.


Color preview on white background

This text has color #84C2B2 on white background.


Black color preview on #84C2B2 background

This text has black color on #84C2B2 background.


White color preview on #84C2B2 background

This text has white color on #84C2B2 background.


Related colors

Complementary color

Complementary color for #hex is #7B3D4D.


I love getcolorcode.com

Triadic colors

1 #B284C2 and #C2B284 with #84C2B2 are triadic colors.

2 #B2C284 and #C284B2 with #84C2B2 are triadic colors.