COLOR #84BDD8

HEX: #84BDD8
RGB: (132,189,216)

Color info

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

RGB color model

#84BDD8 color RGB value is (132,189,216).

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

RGB channels and saturation

R 132 of 255 = 52%
G 189 of 255 = 74%
B 216 of 255 = 85%

132
189
216

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

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 216 = 537 (100%)
R 132 of 537 ~ 24.58%
G 189 of 537 ~ 35.2%
B 216 of 537 ~ 40.22%

%24.58
%35.2
%40.22

CMYK color model

#84BDD8 color CMYK value is (39,13,0,15).

  • cyan value is 38.89%
  • magenta value is 12.50%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(39,13,0,15)
C39M13Y0K15 
(39%,13%,0%,15%)
(0.39/0.13/0.00/0.15)	

CMYK percentages

%38.89
%12.5
%0
%15.29

Codes

Color #84BDD8 in popluar color models

84BDD8
RGB132189216
HSL199°51.85%68.24%
HSB/HSV199°38.89%84.71%
CMYK38.89%12.50%0.00%
15.29%

Color #84BDD8 in popluar number systems.

HEX84BDD8
Decimal132189216
Binary100001001011110111011000
Octal204275330

Shades and tints

Shades of #84BDD8

#84BDD8
(132,189,216)
#78ACC5
(120,172,197)
#6C9BB2
(108,155,178)
#608A9F
(96,138,159)
#54798C
(84,121,140)
#486879
(72,104,121)
#3C5766
(60,87,102)
#304653
(48,70,83)
#243540
(36,53,64)
#18242D
(24,36,45)
#0C131A
(12,19,26)
#000000
(0,0,0)

Tints of #84BDD8

#84BDD8
(132,189,216)
#8FC3DB
(143,195,219)
#9AC9DE
(154,201,222)
#A5CFE1
(165,207,225)
#B0D5E4
(176,213,228)
#BBDBE7
(187,219,231)
#C6E1EA
(198,225,234)
#D1E7ED
(209,231,237)
#DCEDF0
(220,237,240)
#E7F3F3
(231,243,243)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BDD8; }

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

This text font color is #84BDD8.


Background Color

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

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

This div background color is #84BDD8.


Border color

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

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

This div border color is #84BDD8.


Opacity

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

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

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

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

This text has shadow with #84BDD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BDD8 on black background.


Color preview on white background

This text has color #84BDD8 on white background.



Black color preview on #84BDD8 background

This text has black color on #84BDD8 background.


White color preview on #84BDD8 background

This text has white color on #84BDD8 background.