COLOR #84B0AD

HEX: #84B0AD RGB: (132,176,173)

Color info

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

RGB color model

#84B0AD color RGB value is (132,176,173).

RGB: (132,176,173) (52%, 69%, 68%)

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 173 of 255 = 68%

132
176
173

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

Portions of RGB colors in percentages

R + G + B = 132 + 176 + 173 = 481 (100%)
R 132 of 481 ~ 27.44%
G 176 of 481 ~ 36.59%
B 173 of 481 ~ 35.97'%

%27.44
%36.59
%35.97

CMYK color model

#84B0AD color CMYK value is (25,0,2,31).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 1.70%
  • key color value is 30.98%

CMYK: (25,0,2,31)
C25M0Y2K31 (25%, 0%, 2%, 31%)
(0.25 / 0.00 / 0.02 / 0.31)

CMYK percentages

%25
%0
%1.7
%30.98

Codes

Color #84B0AD in popluar color models

84 B0 AD
RGB 132 176 173
HSL 176° 21.78% 60.39%
HSB/HSV 176° 25.00% 69.02%
CMYK 25.00% 0.00% 1.70%
30.98%

Color #84B0AD in popluar number systems.

HEX 84 B0 AD
Decimal 132 176 173
Binary 10000100 10110000 10101101
Octal 204 260 255

Shades and tints

Shades of #84B0AD

#84B0AD
(132,176,173)
#78A09E
(120,160,158)
#6C908F
(108,144,143)
#608080
(96,128,128)
#547071
(84,112,113)
#486062
(72,96,98)
#3C5053
(60,80,83)
#304044
(48,64,68)
#243035
(36,48,53)
#182026
(24,32,38)
#0C1017
(12,16,23)
#000000
(0,0,0)

Tints of #84B0AD

#84B0AD
(132,176,173)
#8FB7B4
(143,183,180)
#9ABEBB
(154,190,187)
#A5C5C2
(165,197,194)
#B0CCC9
(176,204,201)
#BBD3D0
(187,211,208)
#C6DAD7
(198,218,215)
#D1E1DE
(209,225,222)
#DCE8E5
(220,232,229)
#E7EFEC
(231,239,236)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B0AD color. Also use rgb(132,176,173) instead hex code.

Text Font Color

.myTextColor { color: #84B0AD; }

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

This text font color is #84B0AD.

Background Color

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

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

This div background color is #84B0AD.

Border color

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

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

This div border color is #84B0AD.

Opacity

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

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

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

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

This text has shadow with #84B0AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B0AD.

Preview

Color preview on black background

This text has color #84B0AD on black background.


Color preview on white background

This text has color #84B0AD on white background.


Black color preview on #84B0AD background

This text has black color on #84B0AD background.


White color preview on #84B0AD background

This text has white color on #84B0AD background.


Related colors

Complementary color

Complementary color for #hex is #7B4F52.


I love getcolorcode.com

Triadic colors

1 #AD84B0 and #B0AD84 with #84B0AD are triadic colors.

2 #ADB084 and #B084AD with #84B0AD are triadic colors.