COLOR #84A9E4

HEX: #84A9E4
RGB: (132,169,228)

Color info

#84A9E4 contains mainly green and blue colors. Web safe color of #84A9E4 is #9999CC (or #99C).

RGB color model

#84A9E4 color RGB value is (132,169,228).

  • red value is 132;
  • green value is 169;
  • blue value is 228.
RGB:
(132,169,228)
(52%,66%,89%)

RGB channels and saturation

R 132 of 255 = 52%
G 169 of 255 = 66%
B 228 of 255 = 89%

132
169
228

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

Portions of RGB colors in percentages

R + G + B =
132 + 169 + 228 = 529 (100%)
R 132 of 529 ~ 24.95%
G 169 of 529 ~ 31.95%
B 228 of 529 ~ 43.1%

%24.95
%31.95
%43.1

CMYK color model

#84A9E4 color CMYK value is (42,26,0,11).

  • cyan value is 42.11%
  • magenta value is 25.88%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(42,26,0,11)
C42M26Y0K11 
(42%,26%,0%,11%)
(0.42/0.26/0.00/0.11)	

CMYK percentages

%42.11
%25.88
%0
%10.59

Codes

Color #84A9E4 in popluar color models

84A9E4
RGB132169228
HSL217°64.00%70.59%
HSB/HSV217°42.11%89.41%
CMYK42.11%25.88%0.00%
10.59%

Color #84A9E4 in popluar number systems.

HEX84A9E4
Decimal132169228
Binary100001001010100111100100
Octal204251344

Shades and tints

Shades of #84A9E4

#84A9E4
(132,169,228)
#789AD0
(120,154,208)
#6C8BBC
(108,139,188)
#607CA8
(96,124,168)
#546D94
(84,109,148)
#485E80
(72,94,128)
#3C4F6C
(60,79,108)
#304058
(48,64,88)
#243144
(36,49,68)
#182230
(24,34,48)
#0C131C
(12,19,28)
#000000
(0,0,0)

Tints of #84A9E4

#84A9E4
(132,169,228)
#8FB0E6
(143,176,230)
#9AB7E8
(154,183,232)
#A5BEEA
(165,190,234)
#B0C5EC
(176,197,236)
#BBCCEE
(187,204,238)
#C6D3F0
(198,211,240)
#D1DAF2
(209,218,242)
#DCE1F4
(220,225,244)
#E7E8F6
(231,232,246)
#F2EFF8
(242,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A9E4 color. Also use rgb(132,169,228) instead hex code.

Text Font Color

.myTextColor { color: #84A9E4; }

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

This text font color is #84A9E4.


Background Color

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

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

This div background color is #84A9E4.


Border color

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

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

This div border color is #84A9E4.


Opacity

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

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

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

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

This text has shadow with #84A9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A9E4 on black background.


Color preview on white background

This text has color #84A9E4 on white background.



Black color preview on #84A9E4 background

This text has black color on #84A9E4 background.


White color preview on #84A9E4 background

This text has white color on #84A9E4 background.