COLOR #84B2AB

HEX: #84B2AB RGB: (132,178,171)

Color info

#84B2AB contains red, green and blue colors in about the same proportion. Web safe color of #84B2AB is #999999 (or #999).

RGB color model

#84B2AB color RGB value is (132,178,171).

RGB: (132,178,171) (52%, 70%, 67%)

RGB channels and saturation

R 132 of 255 = 52%
G 178 of 255 = 70%
B 171 of 255 = 67%

132
178
171

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

Portions of RGB colors in percentages

R + G + B = 132 + 178 + 171 = 481 (100%)
R 132 of 481 ~ 27.44%
G 178 of 481 ~ 37.01%
B 171 of 481 ~ 35.55'%

%27.44
%37.01
%35.55

CMYK color model

#84B2AB color CMYK value is (26,0,4,30).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 3.93%
  • key color value is 30.20%

CMYK: (26,0,4,30)
C26M0Y4K30 (26%, 0%, 4%, 30%)
(0.26 / 0.00 / 0.04 / 0.30)

CMYK percentages

%25.84
%0
%3.93
%30.2

Codes

Color #84B2AB in popluar color models

84 B2 AB
RGB 132 178 171
HSL 171° 23.00% 60.78%
HSB/HSV 171° 25.84% 69.80%
CMYK 25.84% 0.00% 3.93%
30.20%

Color #84B2AB in popluar number systems.

HEX 84 B2 AB
Decimal 132 178 171
Binary 10000100 10110010 10101011
Octal 204 262 253

Shades and tints

Shades of #84B2AB

#84B2AB
(132,178,171)
#78A29C
(120,162,156)
#6C928D
(108,146,141)
#60827E
(96,130,126)
#54726F
(84,114,111)
#486260
(72,98,96)
#3C5251
(60,82,81)
#304242
(48,66,66)
#243233
(36,50,51)
#182224
(24,34,36)
#0C1215
(12,18,21)
#000000
(0,0,0)

Tints of #84B2AB

#84B2AB
(132,178,171)
#8FB9B2
(143,185,178)
#9AC0B9
(154,192,185)
#A5C7C0
(165,199,192)
#B0CEC7
(176,206,199)
#BBD5CE
(187,213,206)
#C6DCD5
(198,220,213)
#D1E3DC
(209,227,220)
#DCEAE3
(220,234,227)
#E7F1EA
(231,241,234)
#F2F8F1
(242,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B2AB; }

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

This text font color is #84B2AB.

Background Color

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

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

This div background color is #84B2AB.

Border color

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

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

This div border color is #84B2AB.

Opacity

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

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

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

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

This text has shadow with #84B2AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B2AB.

Preview

Color preview on black background

This text has color #84B2AB on black background.


Color preview on white background

This text has color #84B2AB on white background.


Black color preview on #84B2AB background

This text has black color on #84B2AB background.


White color preview on #84B2AB background

This text has white color on #84B2AB background.


Related colors

Complementary color

Complementary color for #hex is #7B4D54.


I love getcolorcode.com

Triadic colors

1 #AB84B2 and #B2AB84 with #84B2AB are triadic colors.

2 #ABB284 and #B284AB with #84B2AB are triadic colors.