COLOR #84A3CF

HEX: #84A3CF
RGB: (132,163,207)

Color info

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

RGB color model

#84A3CF color RGB value is (132,163,207).

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

RGB channels and saturation

R 132 of 255 = 52%
G 163 of 255 = 64%
B 207 of 255 = 81%

132
163
207

R + G + B ~ 66%. #84A3CF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 163 + 207 = 502 (100%)
R 132 of 502 ~ 26.29%
G 163 of 502 ~ 32.47%
B 207 of 502 ~ 41.24%

%26.29
%32.47
%41.24

CMYK color model

#84A3CF color CMYK value is (36,21,0,19).

  • cyan value is 36.23%
  • magenta value is 21.26%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(36,21,0,19)
C36M21Y0K19 
(36%,21%,0%,19%)
(0.36/0.21/0.00/0.19)	

CMYK percentages

%36.23
%21.26
%0
%18.82

Codes

Color #84A3CF in popluar color models

84A3CF
RGB132163207
HSL215°43.86%66.47%
HSB/HSV215°36.23%81.18%
CMYK36.23%21.26%0.00%
18.82%

Color #84A3CF in popluar number systems.

HEX84A3CF
Decimal132163207
Binary100001001010001111001111
Octal204243317

Shades and tints

Shades of #84A3CF

#84A3CF
(132,163,207)
#7895BD
(120,149,189)
#6C87AB
(108,135,171)
#607999
(96,121,153)
#546B87
(84,107,135)
#485D75
(72,93,117)
#3C4F63
(60,79,99)
#304151
(48,65,81)
#24333F
(36,51,63)
#18252D
(24,37,45)
#0C171B
(12,23,27)
#000000
(0,0,0)

Tints of #84A3CF

#84A3CF
(132,163,207)
#8FABD3
(143,171,211)
#9AB3D7
(154,179,215)
#A5BBDB
(165,187,219)
#B0C3DF
(176,195,223)
#BBCBE3
(187,203,227)
#C6D3E7
(198,211,231)
#D1DBEB
(209,219,235)
#DCE3EF
(220,227,239)
#E7EBF3
(231,235,243)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84A3CF; }

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

This text font color is #84A3CF.


Background Color

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

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

This div background color is #84A3CF.


Border color

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

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

This div border color is #84A3CF.


Opacity

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

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

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

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

This text has shadow with #84A3CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84A3CF on black background.


Color preview on white background

This text has color #84A3CF on white background.



Black color preview on #84A3CF background

This text has black color on #84A3CF background.


White color preview on #84A3CF background

This text has white color on #84A3CF background.