COLOR #84B9FB

HEX: #84B9FB
RGB: (132,185,251)

Color info

#84B9FB contains mainly blue color. Web safe color of #84B9FB is #99CCFF (or #9CF).

RGB color model

#84B9FB color RGB value is (132,185,251).

  • red value is 132;
  • green value is 185;
  • blue value is 251.
RGB:
(132,185,251)
(52%,73%,98%)

RGB channels and saturation

R 132 of 255 = 52%
G 185 of 255 = 73%
B 251 of 255 = 98%

132
185
251

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

Portions of RGB colors in percentages

R + G + B =
132 + 185 + 251 = 568 (100%)
R 132 of 568 ~ 23.24%
G 185 of 568 ~ 32.57%
B 251 of 568 ~ 44.19%

%23.24
%32.57
%44.19

CMYK color model

#84B9FB color CMYK value is (47,26,0,2).

  • cyan value is 47.41%
  • magenta value is 26.29%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(47,26,0,2)
C47M26Y0K2 
(47%,26%,0%,2%)
(0.47/0.26/0.00/0.02)	

CMYK percentages

%47.41
%26.29
%0
%1.57

Codes

Color #84B9FB in popluar color models

84B9FB
RGB132185251
HSL213°93.70%75.10%
HSB/HSV213°47.41%98.43%
CMYK47.41%26.29%0.00%
1.57%

Color #84B9FB in popluar number systems.

HEX84B9FB
Decimal132185251
Binary100001001011100111111011
Octal204271373

Shades and tints

Shades of #84B9FB

#84B9FB
(132,185,251)
#78A9E5
(120,169,229)
#6C99CF
(108,153,207)
#6089B9
(96,137,185)
#5479A3
(84,121,163)
#48698D
(72,105,141)
#3C5977
(60,89,119)
#304961
(48,73,97)
#24394B
(36,57,75)
#182935
(24,41,53)
#0C191F
(12,25,31)
#000000
(0,0,0)

Tints of #84B9FB

#84B9FB
(132,185,251)
#8FBFFB
(143,191,251)
#9AC5FB
(154,197,251)
#A5CBFB
(165,203,251)
#B0D1FB
(176,209,251)
#BBD7FB
(187,215,251)
#C6DDFB
(198,221,251)
#D1E3FB
(209,227,251)
#DCE9FB
(220,233,251)
#E7EFFB
(231,239,251)
#F2F5FB
(242,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B9FB color. Also use rgb(132,185,251) instead hex code.

Text Font Color

.myTextColor { color: #84B9FB; }

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

This text font color is #84B9FB.


Background Color

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

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

This div background color is #84B9FB.


Border color

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

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

This div border color is #84B9FB.


Opacity

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

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

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

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

This text has shadow with #84B9FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B9FB on black background.


Color preview on white background

This text has color #84B9FB on white background.



Black color preview on #84B9FB background

This text has black color on #84B9FB background.


White color preview on #84B9FB background

This text has white color on #84B9FB background.