HEX: #84B7DB
RGB: (132,183,219)
#84B7DB contains mainly green and blue colors. Web safe color of #84B7DB is #99CCCC (or #9CC).
#84B7DB color RGB value is (132,183,219).
RGB: (132,183,219)
(52%, 72%, 86%)
R 132 of 255 = 52%
G 183 of 255 = 72%
B 219 of 255 = 86%
R + G + B ~ 70%. #84B7DB is quite light color.
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'%
#84B7DB color CMYK value is (40,16,0,14).
CMYK: (40,16,0,14)
C40M16Y0K14 (40%, 16%, 0%, 14%)
(0.40 / 0.16 / 0.00 / 0.14)
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 of #84B7DB
Tints of #84B7DB
Examples of css and html codes for elements with #84B7DB color. Also use rgb(132,183,219) instead hex code.
.myTextColor { color: #84B7DB; }
<p style="color:#84B7DB">This sample text font color is #84B7DB.</p>
This text font color is #84B7DB.
.myBgColor { background-color: #84B7DB; }
<div style="background-color:#84B7DB">Inner text</div>
This div background color is #84B7DB.
.myBorderColor { border: 1px solid #84B7DB; }
<div style="border:3px solid #84B7DB">Div</div>
This div border color is #84B7DB.
.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%.
.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.
/* 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 text has color #84B7DB on black background.
This text has color #84B7DB on white background.
This text has black color on #84B7DB background.
This text has white color on #84B7DB background.
Complementary color for #hex is #7B4824.