COLOR #84B3FF

HEX: #84B3FF
RGB: (132,179,255)

Color info

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

RGB color model

#84B3FF color RGB value is (132,179,255).

  • red value is 132;
  • green value is 179;
  • blue value is 255.
RGB:
(132,179,255)
(52%,70%,100%)

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 255 of 255 = 100%

132
179
255

R + G + B ~ 74%. #84B3FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 179 + 255 = 566 (100%)
R 132 of 566 ~ 23.32%
G 179 of 566 ~ 31.63%
B 255 of 566 ~ 45.05%

%23.32
%31.63
%45.05

CMYK color model

#84B3FF color CMYK value is (48,30,0,0).

  • cyan value is 48.24%
  • magenta value is 29.80%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(48,30,0,0)
C48M30Y0K0 
(48%,30%,0%,0%)
(0.48/0.30/0.00/0.00)	

CMYK percentages

%48.24
%29.8
%0
%0

Codes

Color #84B3FF in popluar color models

84B3FF
RGB132179255
HSL217°100.00%75.88%
HSB/HSV217°48.24%100.00%
CMYK48.24%29.80%0.00%
0.00%

Color #84B3FF in popluar number systems.

HEX84B3FF
Decimal132179255
Binary100001001011001111111111
Octal204263377

Shades and tints

Shades of #84B3FF

#84B3FF
(132,179,255)
#78A3E8
(120,163,232)
#6C93D1
(108,147,209)
#6083BA
(96,131,186)
#5473A3
(84,115,163)
#48638C
(72,99,140)
#3C5375
(60,83,117)
#30435E
(48,67,94)
#243347
(36,51,71)
#182330
(24,35,48)
#0C1319
(12,19,25)
#000000
(0,0,0)

Tints of #84B3FF

#84B3FF
(132,179,255)
#8FB9FF
(143,185,255)
#9ABFFF
(154,191,255)
#A5C5FF
(165,197,255)
#B0CBFF
(176,203,255)
#BBD1FF
(187,209,255)
#C6D7FF
(198,215,255)
#D1DDFF
(209,221,255)
#DCE3FF
(220,227,255)
#E7E9FF
(231,233,255)
#F2EFFF
(242,239,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B3FF color. Also use rgb(132,179,255) instead hex code.

Text Font Color

.myTextColor { color: #84B3FF; }

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

This text font color is #84B3FF.


Background Color

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

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

This div background color is #84B3FF.


Border color

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

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

This div border color is #84B3FF.


Opacity

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

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

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

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

This text has shadow with #84B3FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B3FF on black background.


Color preview on white background

This text has color #84B3FF on white background.



Black color preview on #84B3FF background

This text has black color on #84B3FF background.


White color preview on #84B3FF background

This text has white color on #84B3FF background.