HEX: #85ABDC
RGB: (133,171,220)
#85ABDC contains mainly green and blue colors. Web safe color of #85ABDC is #9999CC (or #99C).
#85ABDC color RGB value is (133,171,220).
RGB: (133,171,220)
(52%, 67%, 86%)
R 133 of 255 = 52%
G 171 of 255 = 67%
B 220 of 255 = 86%
R + G + B ~ 68%. #85ABDC is quite light color.
R + G + B = 133 + 171 + 220 = 524 (100%)
R 133 of 524 ~ 25.38%
G 171 of 524 ~ 32.63%
B 220 of 524 ~ 41.98'%
#85ABDC color CMYK value is (40,22,0,14).
CMYK: (40,22,0,14)
C40M22Y0K14 (40%, 22%, 0%, 14%)
(0.40 / 0.22 / 0.00 / 0.14)
Color #85ABDC in popluar color models
85 | AB | DC | |
---|---|---|---|
RGB | 133 | 171 | 220 |
HSL | 214° | 55.41% | 69.22% |
HSB/HSV | 214° | 39.55% | 86.27% |
CMYK | 39.55% | 22.27% | 0.00% |
13.73% |
Color #85ABDC in popluar number systems.
HEX | 85 | AB | DC |
Decimal | 133 | 171 | 220 |
Binary | 10000101 | 10101011 | 11011100 |
Octal | 205 | 253 | 334 |
Shades of #85ABDC
Tints of #85ABDC
Examples of css and html codes for elements with #85ABDC color. Also use rgb(133,171,220) instead hex code.
.myTextColor { color: #85ABDC; }
<p style="color:#85ABDC">This sample text font color is #85ABDC.</p>
This text font color is #85ABDC.
.myBgColor { background-color: #85ABDC; }
<div style="background-color:#85ABDC">Inner text</div>
This div background color is #85ABDC.
.myBorderColor { border: 1px solid #85ABDC; }
<div style="border:3px solid #85ABDC">Div</div>
This div border color is #85ABDC.
.myOpacity80 { color: #85ABDC; opacity: 0.8; }
<p style="color:#85ABDC;opacity:0.8;">80%</p>
Text with #85ABDC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #85ABDC;}
<p style="text-shadow: 3px 3px 1px #85ABDC">Text here.</p>
This text has shadow with #85ABDC color.
.textShadow {text-shadow: 3px 3px 1px #85ABDC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #85ABDC, 5px 5px 20px red">Text here.</p>
This text has shadow with #85ABDC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#85ABDC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#85ABDC, Direction=45, Strength=4)">Text</p>
This text has shadow with #85ABDC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #85ABDC;
-webkit-box-shadow: 1px 1px 3px 2px #85ABDC;
box-shadow: 1px 1px 3px 2px #85ABDC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #85ABDC; -webkit-box-shadow: 1px 1px 3px 2px #85ABDC; box-shadow:1px 1px 3px 2px #85ABDC;">
Div content here
</div>
This text has color #85ABDC on black background.
This text has color #85ABDC on white background.
This text has black color on #85ABDC background.
This text has white color on #85ABDC background.
Complementary color for #hex is #7A5423.