HEX: #84ABBD
RGB: (132,171,189)
#84ABBD contains red, green and blue colors in about the same proportion. Web safe color of #84ABBD is #9999CC (or #99C).
#84ABBD color RGB value is (132,171,189).
RGB: (132,171,189)
(52%, 67%, 74%)
R 132 of 255 = 52%
G 171 of 255 = 67%
B 189 of 255 = 74%
R + G + B ~ 64%. #84ABBD is quite light color.
R + G + B = 132 + 171 + 189 = 492 (100%)
R 132 of 492 ~ 26.83%
G 171 of 492 ~ 34.76%
B 189 of 492 ~ 38.41'%
#84ABBD color CMYK value is (30,10,0,26).
CMYK: (30,10,0,26)
C30M10Y0K26 (30%, 10%, 0%, 26%)
(0.30 / 0.10 / 0.00 / 0.26)
Color #84ABBD in popluar color models
84 | AB | BD | |
---|---|---|---|
RGB | 132 | 171 | 189 |
HSL | 199° | 30.16% | 62.94% |
HSB/HSV | 199° | 30.16% | 74.12% |
CMYK | 30.16% | 9.52% | 0.00% |
25.88% |
Color #84ABBD in popluar number systems.
HEX | 84 | AB | BD |
Decimal | 132 | 171 | 189 |
Binary | 10000100 | 10101011 | 10111101 |
Octal | 204 | 253 | 275 |
Shades of #84ABBD
Tints of #84ABBD
Examples of css and html codes for elements with #84ABBD color. Also use rgb(132,171,189) instead hex code.
.myTextColor { color: #84ABBD; }
<p style="color:#84ABBD">This sample text font color is #84ABBD.</p>
This text font color is #84ABBD.
.myBgColor { background-color: #84ABBD; }
<div style="background-color:#84ABBD">Inner text</div>
This div background color is #84ABBD.
.myBorderColor { border: 1px solid #84ABBD; }
<div style="border:3px solid #84ABBD">Div</div>
This div border color is #84ABBD.
.myOpacity80 { color: #84ABBD; opacity: 0.8; }
<p style="color:#84ABBD;opacity:0.8;">80%</p>
Text with #84ABBD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #84ABBD;}
<p style="text-shadow: 3px 3px 1px #84ABBD">Text here.</p>
This text has shadow with #84ABBD color.
.textShadow {text-shadow: 3px 3px 1px #84ABBD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #84ABBD, 5px 5px 20px red">Text here.</p>
This text has shadow with #84ABBD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#84ABBD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#84ABBD, Direction=45, Strength=4)">Text</p>
This text has shadow with #84ABBD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #84ABBD;
-webkit-box-shadow: 1px 1px 3px 2px #84ABBD;
box-shadow: 1px 1px 3px 2px #84ABBD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #84ABBD; -webkit-box-shadow: 1px 1px 3px 2px #84ABBD; box-shadow:1px 1px 3px 2px #84ABBD;">
Div content here
</div>
This text has color #84ABBD on black background.
This text has color #84ABBD on white background.
This text has black color on #84ABBD background.
This text has white color on #84ABBD background.
Complementary color for #hex is #7B5442.