COLOR #84BFE8

HEX: #84BFE8
RGB: (132,191,232)

Color info

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

RGB color model

#84BFE8 color RGB value is (132,191,232).

  • red value is 132;
  • green value is 191;
  • blue value is 232.
RGB:
(132,191,232)
(52%,75%,91%)

RGB channels and saturation

R 132 of 255 = 52%
G 191 of 255 = 75%
B 232 of 255 = 91%

132
191
232

R + G + B ~ 73%. #84BFE8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
132 + 191 + 232 = 555 (100%)
R 132 of 555 ~ 23.78%
G 191 of 555 ~ 34.41%
B 232 of 555 ~ 41.8%

%23.78
%34.41
%41.8

CMYK color model

#84BFE8 color CMYK value is (43,18,0,9).

  • cyan value is 43.10%
  • magenta value is 17.67%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(43,18,0,9)
C43M18Y0K9 
(43%,18%,0%,9%)
(0.43/0.18/0.00/0.09)	

CMYK percentages

%43.1
%17.67
%0
%9.02

Codes

Color #84BFE8 in popluar color models

84BFE8
RGB132191232
HSL205°68.49%71.37%
HSB/HSV205°43.10%90.98%
CMYK43.10%17.67%0.00%
9.02%

Color #84BFE8 in popluar number systems.

HEX84BFE8
Decimal132191232
Binary100001001011111111101000
Octal204277350

Shades and tints

Shades of #84BFE8

#84BFE8
(132,191,232)
#78AED3
(120,174,211)
#6C9DBE
(108,157,190)
#608CA9
(96,140,169)
#547B94
(84,123,148)
#486A7F
(72,106,127)
#3C596A
(60,89,106)
#304855
(48,72,85)
#243740
(36,55,64)
#18262B
(24,38,43)
#0C1516
(12,21,22)
#000000
(0,0,0)

Tints of #84BFE8

#84BFE8
(132,191,232)
#8FC4EA
(143,196,234)
#9AC9EC
(154,201,236)
#A5CEEE
(165,206,238)
#B0D3F0
(176,211,240)
#BBD8F2
(187,216,242)
#C6DDF4
(198,221,244)
#D1E2F6
(209,226,246)
#DCE7F8
(220,231,248)
#E7ECFA
(231,236,250)
#F2F1FC
(242,241,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #84BFE8 color. Also use rgb(132,191,232) instead hex code.

Text Font Color

.myTextColor { color: #84BFE8; }

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

This text font color is #84BFE8.


Background Color

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

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

This div background color is #84BFE8.


Border color

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

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

This div border color is #84BFE8.


Opacity

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

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

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

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

This text has shadow with #84BFE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BFE8 on black background.


Color preview on white background

This text has color #84BFE8 on white background.



Black color preview on #84BFE8 background

This text has black color on #84BFE8 background.


White color preview on #84BFE8 background

This text has white color on #84BFE8 background.