COLOR #84B7DB

HEX: #84B7DB RGB: (132,183,219)

Color info

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

RGB color model

#84B7DB color RGB value is (132,183,219).

RGB: (132,183,219) (52%, 72%, 86%)

RGB channels and saturation

R 132 of 255 = 52%
G 183 of 255 = 72%
B 219 of 255 = 86%

132
183
219

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

Portions of RGB colors in percentages

R + G + B = 132 + 183 + 219 = 534 (100%)
R 132 of 534 ~ 24.72%
G 183 of 534 ~ 34.27%
B 219 of 534 ~ 41.01'%

%24.72
%34.27
%41.01

CMYK color model

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

  • cyan value is 39.73%
  • magenta value is 16.44%
  • yellow value is 0.00%
  • key color value is 14.12%

CMYK: (40,16,0,14)
C40M16Y0K14 (40%, 16%, 0%, 14%)
(0.40 / 0.16 / 0.00 / 0.14)

CMYK percentages

%39.73
%16.44
%0
%14.12

Codes

Color #84B7DB in popluar color models

84 B7 DB
RGB 132 183 219
HSL 205° 54.72% 68.82%
HSB/HSV 205° 39.73% 85.88%
CMYK 39.73% 16.44% 0.00%
14.12%

Color #84B7DB in popluar number systems.

HEX 84 B7 DB
Decimal 132 183 219
Binary 10000100 10110111 11011011
Octal 204 267 333

Shades and tints

Shades of #84B7DB

#84B7DB
(132,183,219)
#78A7C8
(120,167,200)
#6C97B5
(108,151,181)
#6087A2
(96,135,162)
#54778F
(84,119,143)
#48677C
(72,103,124)
#3C5769
(60,87,105)
#304756
(48,71,86)
#243743
(36,55,67)
#182730
(24,39,48)
#0C171D
(12,23,29)
#000000
(0,0,0)

Tints of #84B7DB

#84B7DB
(132,183,219)
#8FBDDE
(143,189,222)
#9AC3E1
(154,195,225)
#A5C9E4
(165,201,228)
#B0CFE7
(176,207,231)
#BBD5EA
(187,213,234)
#C6DBED
(198,219,237)
#D1E1F0
(209,225,240)
#DCE7F3
(220,231,243)
#E7EDF6
(231,237,246)
#F2F3F9
(242,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #84B7DB; }

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

This text font color is #84B7DB.

Background Color

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

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

This div background color is #84B7DB.

Border color

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

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

This div border color is #84B7DB.

Opacity

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

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

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

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

This text has shadow with #84B7DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #84B7DB.

Preview

Color preview on black background

This text has color #84B7DB on black background.


Color preview on white background

This text has color #84B7DB on white background.


Black color preview on #84B7DB background

This text has black color on #84B7DB background.


White color preview on #84B7DB background

This text has white color on #84B7DB background.


Related colors

Complementary color

Complementary color for #hex is #7B4824.


I love getcolorcode.com

Triadic colors

1 #DB84B7 and #B7DB84 with #84B7DB are triadic colors.

2 #DBB784 and #B784DB with #84B7DB are triadic colors.