COLOR #84A2BA

HEX: #84A2BA
RGB: (132,162,186)

Color info

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

RGB color model

#84A2BA color RGB value is (132,162,186).

  • red value is 132;
  • green value is 162;
  • blue value is 186.
RGB:
(132,162,186)
(52%,64%,73%)

RGB channels and saturation

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

132
162
186

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

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 186 = 480 (100%)
R 132 of 480 ~ 27.5%
G 162 of 480 ~ 33.75%
B 186 of 480 ~ 38.75%

%27.5
%33.75
%38.75

CMYK color model

#84A2BA color CMYK value is (29,13,0,27).

  • cyan value is 29.03%
  • magenta value is 12.90%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK:
(29,13,0,27)
C29M13Y0K27 
(29%,13%,0%,27%)
(0.29/0.13/0.00/0.27)	

CMYK percentages

%29.03
%12.9
%0
%27.06

Codes

Color #84A2BA in popluar color models

84A2BA
RGB132162186
HSL207°28.13%62.35%
HSB/HSV207°29.03%72.94%
CMYK29.03%12.90%0.00%
27.06%

Color #84A2BA in popluar number systems.

HEX84A2BA
Decimal132162186
Binary100001001010001010111010
Octal204242272

Shades and tints

Shades of #84A2BA

#84A2BA
(132,162,186)
#7894AA
(120,148,170)
#6C869A
(108,134,154)
#60788A
(96,120,138)
#546A7A
(84,106,122)
#485C6A
(72,92,106)
#3C4E5A
(60,78,90)
#30404A
(48,64,74)
#24323A
(36,50,58)
#18242A
(24,36,42)
#0C161A
(12,22,26)
#000000
(0,0,0)

Tints of #84A2BA

#84A2BA
(132,162,186)
#8FAAC0
(143,170,192)
#9AB2C6
(154,178,198)
#A5BACC
(165,186,204)
#B0C2D2
(176,194,210)
#BBCAD8
(187,202,216)
#C6D2DE
(198,210,222)
#D1DAE4
(209,218,228)
#DCE2EA
(220,226,234)
#E7EAF0
(231,234,240)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A2BA; }

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

This text font color is #84A2BA.


Background Color

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

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

This div background color is #84A2BA.


Border color

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

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

This div border color is #84A2BA.


Opacity

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

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

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

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

This text has shadow with #84A2BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A2BA on black background.


Color preview on white background

This text has color #84A2BA on white background.



Black color preview on #84A2BA background

This text has black color on #84A2BA background.


White color preview on #84A2BA background

This text has white color on #84A2BA background.