COLOR #84BDDB

HEX: #84BDDB
RGB: (132,189,219)

Color info

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

RGB color model

#84BDDB color RGB value is (132,189,219).

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

RGB channels and saturation

R 132 of 255 = 52%
G 189 of 255 = 74%
B 219 of 255 = 86%

132
189
219

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

Portions of RGB colors in percentages

R + G + B =
132 + 189 + 219 = 540 (100%)
R 132 of 540 ~ 24.44%
G 189 of 540 ~ 35%
B 219 of 540 ~ 40.56%

%24.44
%35
%40.56

CMYK color model

#84BDDB color CMYK value is (40,14,0,14).

  • cyan value is 39.73%
  • magenta value is 13.70%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(40,14,0,14)
C40M14Y0K14 
(40%,14%,0%,14%)
(0.40/0.14/0.00/0.14)	

CMYK percentages

%39.73
%13.7
%0
%14.12

Codes

Color #84BDDB in popluar color models

84BDDB
RGB132189219
HSL201°54.72%68.82%
HSB/HSV201°39.73%85.88%
CMYK39.73%13.70%0.00%
14.12%

Color #84BDDB in popluar number systems.

HEX84BDDB
Decimal132189219
Binary100001001011110111011011
Octal204275333

Shades and tints

Shades of #84BDDB

#84BDDB
(132,189,219)
#78ACC8
(120,172,200)
#6C9BB5
(108,155,181)
#608AA2
(96,138,162)
#54798F
(84,121,143)
#48687C
(72,104,124)
#3C5769
(60,87,105)
#304656
(48,70,86)
#243543
(36,53,67)
#182430
(24,36,48)
#0C131D
(12,19,29)
#000000
(0,0,0)

Tints of #84BDDB

#84BDDB
(132,189,219)
#8FC3DE
(143,195,222)
#9AC9E1
(154,201,225)
#A5CFE4
(165,207,228)
#B0D5E7
(176,213,231)
#BBDBEA
(187,219,234)
#C6E1ED
(198,225,237)
#D1E7F0
(209,231,240)
#DCEDF3
(220,237,243)
#E7F3F6
(231,243,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84BDDB; }

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

This text font color is #84BDDB.


Background Color

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

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

This div background color is #84BDDB.


Border color

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

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

This div border color is #84BDDB.


Opacity

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

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

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

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

This text has shadow with #84BDDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #84BDDB on black background.


Color preview on white background

This text has color #84BDDB on white background.



Black color preview on #84BDDB background

This text has black color on #84BDDB background.


White color preview on #84BDDB background

This text has white color on #84BDDB background.