COLOR #84A5E8

HEX: #84A5E8
RGB: (132,165,232)

Color info

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

RGB color model

#84A5E8 color RGB value is (132,165,232).

  • red value is 132;
  • green value is 165;
  • blue value is 232.
RGB:
(132,165,232)
(52%,65%,91%)

RGB channels and saturation

R 132 of 255 = 52%
G 165 of 255 = 65%
B 232 of 255 = 91%

132
165
232

R + G + B ~ 69%. #84A5E8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 165 + 232 = 529 (100%)
R 132 of 529 ~ 24.95%
G 165 of 529 ~ 31.19%
B 232 of 529 ~ 43.86%

%24.95
%31.19
%43.86

CMYK color model

#84A5E8 color CMYK value is (43,29,0,9).

  • cyan value is 43.10%
  • magenta value is 28.88%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(43,29,0,9)
C43M29Y0K9 
(43%,29%,0%,9%)
(0.43/0.29/0.00/0.09)	

CMYK percentages

%43.1
%28.88
%0
%9.02

Codes

Color #84A5E8 in popluar color models

84A5E8
RGB132165232
HSL220°68.49%71.37%
HSB/HSV220°43.10%90.98%
CMYK43.10%28.88%0.00%
9.02%

Color #84A5E8 in popluar number systems.

HEX84A5E8
Decimal132165232
Binary100001001010010111101000
Octal204245350

Shades and tints

Shades of #84A5E8

#84A5E8
(132,165,232)
#7896D3
(120,150,211)
#6C87BE
(108,135,190)
#6078A9
(96,120,169)
#546994
(84,105,148)
#485A7F
(72,90,127)
#3C4B6A
(60,75,106)
#303C55
(48,60,85)
#242D40
(36,45,64)
#181E2B
(24,30,43)
#0C0F16
(12,15,22)
#000000
(0,0,0)

Tints of #84A5E8

#84A5E8
(132,165,232)
#8FADEA
(143,173,234)
#9AB5EC
(154,181,236)
#A5BDEE
(165,189,238)
#B0C5F0
(176,197,240)
#BBCDF2
(187,205,242)
#C6D5F4
(198,213,244)
#D1DDF6
(209,221,246)
#DCE5F8
(220,229,248)
#E7EDFA
(231,237,250)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A5E8 color. Also use rgb(132,165,232) instead hex code.

Text Font Color

.myTextColor { color: #84A5E8; }

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

This text font color is #84A5E8.


Background Color

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

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

This div background color is #84A5E8.


Border color

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

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

This div border color is #84A5E8.


Opacity

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

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

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

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

This text has shadow with #84A5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A5E8 on black background.


Color preview on white background

This text has color #84A5E8 on white background.



Black color preview on #84A5E8 background

This text has black color on #84A5E8 background.


White color preview on #84A5E8 background

This text has white color on #84A5E8 background.