COLOR #84A3BA

HEX: #84A3BA RGB: (132,163,186)

Color info

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

RGB color model

#84A3BA color RGB value is (132,163,186).

RGB: (132,163,186) (52%, 64%, 73%)

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 186 of 255 = 73%

132
163
186

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

Portions of RGB colors in percentages

R + G + B = 132 + 163 + 186 = 481 (100%)
R 132 of 481 ~ 27.44%
G 163 of 481 ~ 33.89%
B 186 of 481 ~ 38.67'%

%27.44
%33.89
%38.67

CMYK color model

#84A3BA color CMYK value is (29,12,0,27).

  • cyan value is 29.03%
  • magenta value is 12.37%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (29,12,0,27)
C29M12Y0K27 (29%, 12%, 0%, 27%)
(0.29 / 0.12 / 0.00 / 0.27)

CMYK percentages

%29.03
%12.37
%0
%27.06

Codes

Color #84A3BA in popluar color models

84 A3 BA
RGB 132 163 186
HSL 206° 28.13% 62.35%
HSB/HSV 206° 29.03% 72.94%
CMYK 29.03% 12.37% 0.00%
27.06%

Color #84A3BA in popluar number systems.

HEX 84 A3 BA
Decimal 132 163 186
Binary 10000100 10100011 10111010
Octal 204 243 272

Shades and tints

Shades of #84A3BA

#84A3BA
(132,163,186)
#7895AA
(120,149,170)
#6C879A
(108,135,154)
#60798A
(96,121,138)
#546B7A
(84,107,122)
#485D6A
(72,93,106)
#3C4F5A
(60,79,90)
#30414A
(48,65,74)
#24333A
(36,51,58)
#18252A
(24,37,42)
#0C171A
(12,23,26)
#000000
(0,0,0)

Tints of #84A3BA

#84A3BA
(132,163,186)
#8FABC0
(143,171,192)
#9AB3C6
(154,179,198)
#A5BBCC
(165,187,204)
#B0C3D2
(176,195,210)
#BBCBD8
(187,203,216)
#C6D3DE
(198,211,222)
#D1DBE4
(209,219,228)
#DCE3EA
(220,227,234)
#E7EBF0
(231,235,240)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A3BA; }

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

This text font color is #84A3BA.

Background Color

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

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

This div background color is #84A3BA.

Border color

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

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

This div border color is #84A3BA.

Opacity

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

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

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

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

This text has shadow with #84A3BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84A3BA.

Preview

Color preview on black background

This text has color #84A3BA on black background.


Color preview on white background

This text has color #84A3BA on white background.


Black color preview on #84A3BA background

This text has black color on #84A3BA background.


White color preview on #84A3BA background

This text has white color on #84A3BA background.


Related colors

Complementary color

Complementary color for #hex is #7B5C45.


I love getcolorcode.com

Triadic colors

1 #BA84A3 and #A3BA84 with #84A3BA are triadic colors.

2 #BAA384 and #A384BA with #84A3BA are triadic colors.