COLOR #84BCA2

HEX: #84BCA2 RGB: (132,188,162)

Color info

#84BCA2 contains red, green and blue colors in about the same proportion. Web safe color of #84BCA2 is #99CC99 (or #9C9).

RGB color model

#84BCA2 color RGB value is (132,188,162).

RGB: (132,188,162) (52%, 74%, 64%)

RGB channels and saturation

R 132 of 255 = 52%
G 188 of 255 = 74%
B 162 of 255 = 64%

132
188
162

R + G + B ~ 63%. #84BCA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 188 + 162 = 482 (100%)
R 132 of 482 ~ 27.39%
G 188 of 482 ~ 39%
B 162 of 482 ~ 33.61'%

%27.39
%39
%33.61

CMYK color model

#84BCA2 color CMYK value is (30,0,14,26).

  • cyan value is 29.79%
  • magenta value is 0.00%
  • yellow value is 13.83%
  • key color value is 26.27%

CMYK: (30,0,14,26)
C30M0Y14K26 (30%, 0%, 14%, 26%)
(0.30 / 0.00 / 0.14 / 0.26)

CMYK percentages

%29.79
%0
%13.83
%26.27

Codes

Color #84BCA2 in popluar color models

84 BC A2
RGB 132 188 162
HSL 152° 29.47% 62.75%
HSB/HSV 152° 29.79% 73.73%
CMYK 29.79% 0.00% 13.83%
26.27%

Color #84BCA2 in popluar number systems.

HEX 84 BC A2
Decimal 132 188 162
Binary 10000100 10111100 10100010
Octal 204 274 242

Shades and tints

Shades of #84BCA2

#84BCA2
(132,188,162)
#78AB94
(120,171,148)
#6C9A86
(108,154,134)
#608978
(96,137,120)
#54786A
(84,120,106)
#48675C
(72,103,92)
#3C564E
(60,86,78)
#304540
(48,69,64)
#243432
(36,52,50)
#182324
(24,35,36)
#0C1216
(12,18,22)
#000000
(0,0,0)

Tints of #84BCA2

#84BCA2
(132,188,162)
#8FC2AA
(143,194,170)
#9AC8B2
(154,200,178)
#A5CEBA
(165,206,186)
#B0D4C2
(176,212,194)
#BBDACA
(187,218,202)
#C6E0D2
(198,224,210)
#D1E6DA
(209,230,218)
#DCECE2
(220,236,226)
#E7F2EA
(231,242,234)
#F2F8F2
(242,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BCA2 color. Also use rgb(132,188,162) instead hex code.

Text Font Color

.myTextColor { color: #84BCA2; }

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

This text font color is #84BCA2.

Background Color

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

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

This div background color is #84BCA2.

Border color

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

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

This div border color is #84BCA2.

Opacity

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

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

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

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

This text has shadow with #84BCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BCA2.

Preview

Color preview on black background

This text has color #84BCA2 on black background.


Color preview on white background

This text has color #84BCA2 on white background.


Black color preview on #84BCA2 background

This text has black color on #84BCA2 background.


White color preview on #84BCA2 background

This text has white color on #84BCA2 background.


Related colors

Complementary color

Complementary color for #hex is #7B435D.


I love getcolorcode.com

Triadic colors

1 #A284BC and #BCA284 with #84BCA2 are triadic colors.

2 #A2BC84 and #BC84A2 with #84BCA2 are triadic colors.