COLOR #84A7DA

HEX: #84A7DA
RGB: (132,167,218)

Color info

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

RGB color model

#84A7DA color RGB value is (132,167,218).

  • red value is 132;
  • green value is 167;
  • blue value is 218.
RGB:
(132,167,218)
(52%,65%,85%)

RGB channels and saturation

R 132 of 255 = 52%
G 167 of 255 = 65%
B 218 of 255 = 85%

132
167
218

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

Portions of RGB colors in percentages

R + G + B =
132 + 167 + 218 = 517 (100%)
R 132 of 517 ~ 25.53%
G 167 of 517 ~ 32.3%
B 218 of 517 ~ 42.17%

%25.53
%32.3
%42.17

CMYK color model

#84A7DA color CMYK value is (39,23,0,15).

  • cyan value is 39.45%
  • magenta value is 23.39%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(39,23,0,15)
C39M23Y0K15 
(39%,23%,0%,15%)
(0.39/0.23/0.00/0.15)	

CMYK percentages

%39.45
%23.39
%0
%14.51

Codes

Color #84A7DA in popluar color models

84A7DA
RGB132167218
HSL216°53.75%68.63%
HSB/HSV216°39.45%85.49%
CMYK39.45%23.39%0.00%
14.51%

Color #84A7DA in popluar number systems.

HEX84A7DA
Decimal132167218
Binary100001001010011111011010
Octal204247332

Shades and tints

Shades of #84A7DA

#84A7DA
(132,167,218)
#7898C7
(120,152,199)
#6C89B4
(108,137,180)
#607AA1
(96,122,161)
#546B8E
(84,107,142)
#485C7B
(72,92,123)
#3C4D68
(60,77,104)
#303E55
(48,62,85)
#242F42
(36,47,66)
#18202F
(24,32,47)
#0C111C
(12,17,28)
#000000
(0,0,0)

Tints of #84A7DA

#84A7DA
(132,167,218)
#8FAFDD
(143,175,221)
#9AB7E0
(154,183,224)
#A5BFE3
(165,191,227)
#B0C7E6
(176,199,230)
#BBCFE9
(187,207,233)
#C6D7EC
(198,215,236)
#D1DFEF
(209,223,239)
#DCE7F2
(220,231,242)
#E7EFF5
(231,239,245)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84A7DA color. Also use rgb(132,167,218) instead hex code.

Text Font Color

.myTextColor { color: #84A7DA; }

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

This text font color is #84A7DA.


Background Color

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

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

This div background color is #84A7DA.


Border color

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

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

This div border color is #84A7DA.


Opacity

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

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

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

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

This text has shadow with #84A7DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A7DA on black background.


Color preview on white background

This text has color #84A7DA on white background.



Black color preview on #84A7DA background

This text has black color on #84A7DA background.


White color preview on #84A7DA background

This text has white color on #84A7DA background.