COLOR #84B0D8

HEX: #84B0D8
RGB: (132,176,216)

Color info

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

RGB color model

#84B0D8 color RGB value is (132,176,216).

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

RGB channels and saturation

R 132 of 255 = 52%
G 176 of 255 = 69%
B 216 of 255 = 85%

132
176
216

R + G + B ~ 69%. #84B0D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 176 + 216 = 524 (100%)
R 132 of 524 ~ 25.19%
G 176 of 524 ~ 33.59%
B 216 of 524 ~ 41.22%

%25.19
%33.59
%41.22

CMYK color model

#84B0D8 color CMYK value is (39,19,0,15).

  • cyan value is 38.89%
  • magenta value is 18.52%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,19,0,15)
C39M19Y0K15 
(39%,19%,0%,15%)
(0.39/0.19/0.00/0.15)	

CMYK percentages

%38.89
%18.52
%0
%15.29

Codes

Color #84B0D8 in popluar color models

84B0D8
RGB132176216
HSL209°51.85%68.24%
HSB/HSV209°38.89%84.71%
CMYK38.89%18.52%0.00%
15.29%

Color #84B0D8 in popluar number systems.

HEX84B0D8
Decimal132176216
Binary100001001011000011011000
Octal204260330

Shades and tints

Shades of #84B0D8

#84B0D8
(132,176,216)
#78A0C5
(120,160,197)
#6C90B2
(108,144,178)
#60809F
(96,128,159)
#54708C
(84,112,140)
#486079
(72,96,121)
#3C5066
(60,80,102)
#304053
(48,64,83)
#243040
(36,48,64)
#18202D
(24,32,45)
#0C101A
(12,16,26)
#000000
(0,0,0)

Tints of #84B0D8

#84B0D8
(132,176,216)
#8FB7DB
(143,183,219)
#9ABEDE
(154,190,222)
#A5C5E1
(165,197,225)
#B0CCE4
(176,204,228)
#BBD3E7
(187,211,231)
#C6DAEA
(198,218,234)
#D1E1ED
(209,225,237)
#DCE8F0
(220,232,240)
#E7EFF3
(231,239,243)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B0D8; }

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

This text font color is #84B0D8.


Background Color

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

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

This div background color is #84B0D8.


Border color

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

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

This div border color is #84B0D8.


Opacity

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

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

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

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

This text has shadow with #84B0D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B0D8 on black background.


Color preview on white background

This text has color #84B0D8 on white background.



Black color preview on #84B0D8 background

This text has black color on #84B0D8 background.


White color preview on #84B0D8 background

This text has white color on #84B0D8 background.