COLOR #84BAB9

HEX: #84BAB9 RGB: (132,186,185)

Color info

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

RGB color model

#84BAB9 color RGB value is (132,186,185).

RGB: (132,186,185) (52%, 73%, 73%)

RGB channels and saturation

R 132 of 255 = 52%
G 186 of 255 = 73%
B 185 of 255 = 73%

132
186
185

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

Portions of RGB colors in percentages

R + G + B = 132 + 186 + 185 = 503 (100%)
R 132 of 503 ~ 26.24%
G 186 of 503 ~ 36.98%
B 185 of 503 ~ 36.78'%

%26.24
%36.98
%36.78

CMYK color model

#84BAB9 color CMYK value is (29,0,1,27).

  • cyan value is 29.03%
  • magenta value is 0.00%
  • yellow value is 0.54%
  • key color value is 27.06%
CMYK: (29,0,1,27) C29M0Y1K27 (29%,0%,1%,27%) (0.29/0.00/0.01/0.27) 

CMYK percentages

%29.03
%0
%0.54
%27.06

Codes

Color #84BAB9 in popluar color models

84 BA B9
RGB 132 186 185
HSL 179° 28.13% 62.35%
HSB/HSV 179° 29.03% 72.94%
CMYK 29.03% 0.00% 0.54%
27.06%

Color #84BAB9 in popluar number systems.

HEX 84 BA B9
Decimal 132 186 185
Binary 10000100 10111010 10111001
Octal 204 272 271

Shades and tints

Shades of #84BAB9

#84BAB9
(132,186,185)
#78AAA9
(120,170,169)
#6C9A99
(108,154,153)
#608A89
(96,138,137)
#547A79
(84,122,121)
#486A69
(72,106,105)
#3C5A59
(60,90,89)
#304A49
(48,74,73)
#243A39
(36,58,57)
#182A29
(24,42,41)
#0C1A19
(12,26,25)
#000000
(0,0,0)

Tints of #84BAB9

#84BAB9
(132,186,185)
#8FC0BF
(143,192,191)
#9AC6C5
(154,198,197)
#A5CCCB
(165,204,203)
#B0D2D1
(176,210,209)
#BBD8D7
(187,216,215)
#C6DEDD
(198,222,221)
#D1E4E3
(209,228,227)
#DCEAE9
(220,234,233)
#E7F0EF
(231,240,239)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BAB9 color. Also use rgb(132,186,185) instead hex code.

Text Font Color

.myTextColor { color: #84BAB9; }

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

This text font color is #84BAB9.

Background Color

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

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

This div background color is #84BAB9.

Border color

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

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

This div border color is #84BAB9.

Opacity

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

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

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

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

This text has shadow with #84BAB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84BAB9.

Preview

Color preview on black background

This text has color #84BAB9 on black background.


Color preview on white background

This text has color #84BAB9 on white background.


Black color preview on #84BAB9 background

This text has black color on #84BAB9 background.


White color preview on #84BAB9 background

This text has white color on #84BAB9 background.


Related colors

Complementary color

Complementary color for #hex is #7B4546.


I love getcolorcode.com

Triadic colors

1 #B984BA and #BAB984 with #84BAB9 are triadic colors.

2 #B9BA84 and #BA84B9 with #84BAB9 are triadic colors.