COLOR #84BFD8

HEX: #84BFD8
RGB: (132,191,216)

Color info

#84BFD8 contains mainly green and blue colors. Web safe color of #84BFD8 is #99CCCC (or #9CC).

RGB color model

#84BFD8 color RGB value is (132,191,216).

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

RGB channels and saturation

R 132 of 255 = 52%
G 191 of 255 = 75%
B 216 of 255 = 85%

132
191
216

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

Portions of RGB colors in percentages

R + G + B =
132 + 191 + 216 = 539 (100%)
R 132 of 539 ~ 24.49%
G 191 of 539 ~ 35.44%
B 216 of 539 ~ 40.07%

%24.49
%35.44
%40.07

CMYK color model

#84BFD8 color CMYK value is (39,12,0,15).

  • cyan value is 38.89%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,12,0,15)
C39M12Y0K15 
(39%,12%,0%,15%)
(0.39/0.12/0.00/0.15)	

CMYK percentages

%38.89
%11.57
%0
%15.29

Codes

Color #84BFD8 in popluar color models

84BFD8
RGB132191216
HSL198°51.85%68.24%
HSB/HSV198°38.89%84.71%
CMYK38.89%11.57%0.00%
15.29%

Color #84BFD8 in popluar number systems.

HEX84BFD8
Decimal132191216
Binary100001001011111111011000
Octal204277330

Shades and tints

Shades of #84BFD8

#84BFD8
(132,191,216)
#78AEC5
(120,174,197)
#6C9DB2
(108,157,178)
#608C9F
(96,140,159)
#547B8C
(84,123,140)
#486A79
(72,106,121)
#3C5966
(60,89,102)
#304853
(48,72,83)
#243740
(36,55,64)
#18262D
(24,38,45)
#0C151A
(12,21,26)
#000000
(0,0,0)

Tints of #84BFD8

#84BFD8
(132,191,216)
#8FC4DB
(143,196,219)
#9AC9DE
(154,201,222)
#A5CEE1
(165,206,225)
#B0D3E4
(176,211,228)
#BBD8E7
(187,216,231)
#C6DDEA
(198,221,234)
#D1E2ED
(209,226,237)
#DCE7F0
(220,231,240)
#E7ECF3
(231,236,243)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BFD8; }

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

This text font color is #84BFD8.


Background Color

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

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

This div background color is #84BFD8.


Border color

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

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

This div border color is #84BFD8.


Opacity

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

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

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

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

This text has shadow with #84BFD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BFD8 on black background.


Color preview on white background

This text has color #84BFD8 on white background.



Black color preview on #84BFD8 background

This text has black color on #84BFD8 background.


White color preview on #84BFD8 background

This text has white color on #84BFD8 background.