COLOR #84A3D8

HEX: #84A3D8
RGB: (132,163,216)

Color info

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

RGB color model

#84A3D8 color RGB value is (132,163,216).

  • red value is 132;
  • green value is 163;
  • blue value is 216.
RGB:
(132,163,216)
(52%,64%,85%)

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 216 of 255 = 85%

132
163
216

R + G + B ~ 67%. #84A3D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 216 = 511 (100%)
R 132 of 511 ~ 25.83%
G 163 of 511 ~ 31.9%
B 216 of 511 ~ 42.27%

%25.83
%31.9
%42.27

CMYK color model

#84A3D8 color CMYK value is (39,25,0,15).

  • cyan value is 38.89%
  • magenta value is 24.54%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,25,0,15)
C39M25Y0K15 
(39%,25%,0%,15%)
(0.39/0.25/0.00/0.15)	

CMYK percentages

%38.89
%24.54
%0
%15.29

Codes

Color #84A3D8 in popluar color models

84A3D8
RGB132163216
HSL218°51.85%68.24%
HSB/HSV218°38.89%84.71%
CMYK38.89%24.54%0.00%
15.29%

Color #84A3D8 in popluar number systems.

HEX84A3D8
Decimal132163216
Binary100001001010001111011000
Octal204243330

Shades and tints

Shades of #84A3D8

#84A3D8
(132,163,216)
#7895C5
(120,149,197)
#6C87B2
(108,135,178)
#60799F
(96,121,159)
#546B8C
(84,107,140)
#485D79
(72,93,121)
#3C4F66
(60,79,102)
#304153
(48,65,83)
#243340
(36,51,64)
#18252D
(24,37,45)
#0C171A
(12,23,26)
#000000
(0,0,0)

Tints of #84A3D8

#84A3D8
(132,163,216)
#8FABDB
(143,171,219)
#9AB3DE
(154,179,222)
#A5BBE1
(165,187,225)
#B0C3E4
(176,195,228)
#BBCBE7
(187,203,231)
#C6D3EA
(198,211,234)
#D1DBED
(209,219,237)
#DCE3F0
(220,227,240)
#E7EBF3
(231,235,243)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A3D8; }

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

This text font color is #84A3D8.


Background Color

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

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

This div background color is #84A3D8.


Border color

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

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

This div border color is #84A3D8.


Opacity

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

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

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

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

This text has shadow with #84A3D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A3D8 on black background.


Color preview on white background

This text has color #84A3D8 on white background.



Black color preview on #84A3D8 background

This text has black color on #84A3D8 background.


White color preview on #84A3D8 background

This text has white color on #84A3D8 background.