COLOR #84AABC

HEX: #84AABC RGB: (132,170,188)

Color info

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

RGB color model

#84AABC color RGB value is (132,170,188).

RGB: (132,170,188) (52%, 67%, 74%)

RGB channels and saturation

R 132 of 255 = 52%
G 170 of 255 = 67%
B 188 of 255 = 74%

132
170
188

R + G + B ~ 64%. #84AABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 132 + 170 + 188 = 490 (100%)
R 132 of 490 ~ 26.94%
G 170 of 490 ~ 34.69%
B 188 of 490 ~ 38.37'%

%26.94
%34.69
%38.37

CMYK color model

#84AABC color CMYK value is (30,10,0,26).

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

CMYK: (30,10,0,26)
C30M10Y0K26 (30%, 10%, 0%, 26%)
(0.30 / 0.10 / 0.00 / 0.26)

CMYK percentages

%29.79
%9.57
%0
%26.27

Codes

Color #84AABC in popluar color models

84 AA BC
RGB 132 170 188
HSL 199° 29.47% 62.75%
HSB/HSV 199° 29.79% 73.73%
CMYK 29.79% 9.57% 0.00%
26.27%

Color #84AABC in popluar number systems.

HEX 84 AA BC
Decimal 132 170 188
Binary 10000100 10101010 10111100
Octal 204 252 274

Shades and tints

Shades of #84AABC

#84AABC
(132,170,188)
#789BAB
(120,155,171)
#6C8C9A
(108,140,154)
#607D89
(96,125,137)
#546E78
(84,110,120)
#485F67
(72,95,103)
#3C5056
(60,80,86)
#304145
(48,65,69)
#243234
(36,50,52)
#182323
(24,35,35)
#0C1412
(12,20,18)
#000000
(0,0,0)

Tints of #84AABC

#84AABC
(132,170,188)
#8FB1C2
(143,177,194)
#9AB8C8
(154,184,200)
#A5BFCE
(165,191,206)
#B0C6D4
(176,198,212)
#BBCDDA
(187,205,218)
#C6D4E0
(198,212,224)
#D1DBE6
(209,219,230)
#DCE2EC
(220,226,236)
#E7E9F2
(231,233,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84AABC; }

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

This text font color is #84AABC.

Background Color

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

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

This div background color is #84AABC.

Border color

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

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

This div border color is #84AABC.

Opacity

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

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

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

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

This text has shadow with #84AABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84AABC.

Preview

Color preview on black background

This text has color #84AABC on black background.


Color preview on white background

This text has color #84AABC on white background.


Black color preview on #84AABC background

This text has black color on #84AABC background.


White color preview on #84AABC background

This text has white color on #84AABC background.


Related colors

Complementary color

Complementary color for #hex is #7B5543.


I love getcolorcode.com

Triadic colors

1 #BC84AA and #AABC84 with #84AABC are triadic colors.

2 #BCAA84 and #AA84BC with #84AABC are triadic colors.