COLOR #84B3E2

HEX: #84B3E2
RGB: (132,179,226)

Color info

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

RGB color model

#84B3E2 color RGB value is (132,179,226).

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

RGB channels and saturation

R 132 of 255 = 52%
G 179 of 255 = 70%
B 226 of 255 = 89%

132
179
226

R + G + B ~ 70%. #84B3E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 179 + 226 = 537 (100%)
R 132 of 537 ~ 24.58%
G 179 of 537 ~ 33.33%
B 226 of 537 ~ 42.09%

%24.58
%33.33
%42.09

CMYK color model

#84B3E2 color CMYK value is (42,21,0,11).

  • cyan value is 41.59%
  • magenta value is 20.80%
  • yellow value is 0.00%
  • key color value is 11.37%
CMYK:
(42,21,0,11)
C42M21Y0K11 
(42%,21%,0%,11%)
(0.42/0.21/0.00/0.11)	

CMYK percentages

%41.59
%20.8
%0
%11.37

Codes

Color #84B3E2 in popluar color models

84B3E2
RGB132179226
HSL210°61.84%70.20%
HSB/HSV210°41.59%88.63%
CMYK41.59%20.80%0.00%
11.37%

Color #84B3E2 in popluar number systems.

HEX84B3E2
Decimal132179226
Binary100001001011001111100010
Octal204263342

Shades and tints

Shades of #84B3E2

#84B3E2
(132,179,226)
#78A3CE
(120,163,206)
#6C93BA
(108,147,186)
#6083A6
(96,131,166)
#547392
(84,115,146)
#48637E
(72,99,126)
#3C536A
(60,83,106)
#304356
(48,67,86)
#243342
(36,51,66)
#18232E
(24,35,46)
#0C131A
(12,19,26)
#000000
(0,0,0)

Tints of #84B3E2

#84B3E2
(132,179,226)
#8FB9E4
(143,185,228)
#9ABFE6
(154,191,230)
#A5C5E8
(165,197,232)
#B0CBEA
(176,203,234)
#BBD1EC
(187,209,236)
#C6D7EE
(198,215,238)
#D1DDF0
(209,221,240)
#DCE3F2
(220,227,242)
#E7E9F4
(231,233,244)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B3E2; }

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

This text font color is #84B3E2.


Background Color

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

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

This div background color is #84B3E2.


Border color

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

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

This div border color is #84B3E2.


Opacity

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

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

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

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

This text has shadow with #84B3E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B3E2 on black background.


Color preview on white background

This text has color #84B3E2 on white background.



Black color preview on #84B3E2 background

This text has black color on #84B3E2 background.


White color preview on #84B3E2 background

This text has white color on #84B3E2 background.