COLOR #84B6E9

HEX: #84B6E9
RGB: (132,182,233)

Color info

#84B6E9 contains mainly green and blue colors. Web safe color of #84B6E9 is #99CCFF (or #9CF).

RGB color model

#84B6E9 color RGB value is (132,182,233).

  • red value is 132;
  • green value is 182;
  • blue value is 233.
RGB:
(132,182,233)
(52%,71%,91%)

RGB channels and saturation

R 132 of 255 = 52%
G 182 of 255 = 71%
B 233 of 255 = 91%

132
182
233

R + G + B ~ 71%. #84B6E9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 182 + 233 = 547 (100%)
R 132 of 547 ~ 24.13%
G 182 of 547 ~ 33.27%
B 233 of 547 ~ 42.6%

%24.13
%33.27
%42.6

CMYK color model

#84B6E9 color CMYK value is (43,22,0,9).

  • cyan value is 43.35%
  • magenta value is 21.89%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(43,22,0,9)
C43M22Y0K9 
(43%,22%,0%,9%)
(0.43/0.22/0.00/0.09)	

CMYK percentages

%43.35
%21.89
%0
%8.63

Codes

Color #84B6E9 in popluar color models

84B6E9
RGB132182233
HSL210°69.66%71.57%
HSB/HSV210°43.35%91.37%
CMYK43.35%21.89%0.00%
8.63%

Color #84B6E9 in popluar number systems.

HEX84B6E9
Decimal132182233
Binary100001001011011011101001
Octal204266351

Shades and tints

Shades of #84B6E9

#84B6E9
(132,182,233)
#78A6D4
(120,166,212)
#6C96BF
(108,150,191)
#6086AA
(96,134,170)
#547695
(84,118,149)
#486680
(72,102,128)
#3C566B
(60,86,107)
#304656
(48,70,86)
#243641
(36,54,65)
#18262C
(24,38,44)
#0C1617
(12,22,23)
#000000
(0,0,0)

Tints of #84B6E9

#84B6E9
(132,182,233)
#8FBCEB
(143,188,235)
#9AC2ED
(154,194,237)
#A5C8EF
(165,200,239)
#B0CEF1
(176,206,241)
#BBD4F3
(187,212,243)
#C6DAF5
(198,218,245)
#D1E0F7
(209,224,247)
#DCE6F9
(220,230,249)
#E7ECFB
(231,236,251)
#F2F2FD
(242,242,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84B6E9 color. Also use rgb(132,182,233) instead hex code.

Text Font Color

.myTextColor { color: #84B6E9; }

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

This text font color is #84B6E9.


Background Color

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

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

This div background color is #84B6E9.


Border color

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

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

This div border color is #84B6E9.


Opacity

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

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

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

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

This text has shadow with #84B6E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84B6E9 on black background.


Color preview on white background

This text has color #84B6E9 on white background.



Black color preview on #84B6E9 background

This text has black color on #84B6E9 background.


White color preview on #84B6E9 background

This text has white color on #84B6E9 background.