COLOR #84A2EC

HEX: #84A2EC
RGB: (132,162,236)

Color info

#84A2EC contains mainly blue color. Web safe color of #84A2EC is #9999FF (or #99F).

RGB color model

#84A2EC color RGB value is (132,162,236).

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

RGB channels and saturation

R 132 of 255 = 52%
G 162 of 255 = 64%
B 236 of 255 = 93%

132
162
236

R + G + B ~ 70%. #84A2EC is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 162 + 236 = 530 (100%)
R 132 of 530 ~ 24.91%
G 162 of 530 ~ 30.57%
B 236 of 530 ~ 44.53%

%24.91
%30.57
%44.53

CMYK color model

#84A2EC color CMYK value is (44,31,0,7).

  • cyan value is 44.07%
  • magenta value is 31.36%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(44,31,0,7)
C44M31Y0K7 
(44%,31%,0%,7%)
(0.44/0.31/0.00/0.07)	

CMYK percentages

%44.07
%31.36
%0
%7.45

Codes

Color #84A2EC in popluar color models

84A2EC
RGB132162236
HSL223°73.24%72.16%
HSB/HSV223°44.07%92.55%
CMYK44.07%31.36%0.00%
7.45%

Color #84A2EC in popluar number systems.

HEX84A2EC
Decimal132162236
Binary100001001010001011101100
Octal204242354

Shades and tints

Shades of #84A2EC

#84A2EC
(132,162,236)
#7894D7
(120,148,215)
#6C86C2
(108,134,194)
#6078AD
(96,120,173)
#546A98
(84,106,152)
#485C83
(72,92,131)
#3C4E6E
(60,78,110)
#304059
(48,64,89)
#243244
(36,50,68)
#18242F
(24,36,47)
#0C161A
(12,22,26)
#000000
(0,0,0)

Tints of #84A2EC

#84A2EC
(132,162,236)
#8FAAED
(143,170,237)
#9AB2EE
(154,178,238)
#A5BAEF
(165,186,239)
#B0C2F0
(176,194,240)
#BBCAF1
(187,202,241)
#C6D2F2
(198,210,242)
#D1DAF3
(209,218,243)
#DCE2F4
(220,226,244)
#E7EAF5
(231,234,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A2EC; }

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

This text font color is #84A2EC.


Background Color

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

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

This div background color is #84A2EC.


Border color

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

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

This div border color is #84A2EC.


Opacity

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

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

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

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

This text has shadow with #84A2EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A2EC on black background.


Color preview on white background

This text has color #84A2EC on white background.



Black color preview on #84A2EC background

This text has black color on #84A2EC background.


White color preview on #84A2EC background

This text has white color on #84A2EC background.