HEX: #A4BCEB
RGB: (164,188,235)
#A4BCEB contains mainly green and blue colors. Web safe color of #A4BCEB is #99CCFF (or #9CF).
#A4BCEB color RGB value is (164,188,235).
RGB: (164,188,235)
(64%, 74%, 92%)
R 164 of 255 = 64%
G 188 of 255 = 74%
B 235 of 255 = 92%
R + G + B ~ 77%. #A4BCEB is quite light color.
R + G + B = 164 + 188 + 235 = 587 (100%)
R 164 of 587 ~ 27.94%
G 188 of 587 ~ 32.03%
B 235 of 587 ~ 40.03'%
#A4BCEB color CMYK value is (30,20,0,8).
CMYK: (30,20,0,8)
C30M20Y0K8 (30%, 20%, 0%, 8%)
(0.30 / 0.20 / 0.00 / 0.08)
Color #A4BCEB in popluar color models
A4 | BC | EB | |
---|---|---|---|
RGB | 164 | 188 | 235 |
HSL | 220° | 63.96% | 78.24% |
HSB/HSV | 220° | 30.21% | 92.16% |
CMYK | 30.21% | 20.00% | 0.00% |
7.84% |
Color #A4BCEB in popluar number systems.
HEX | A4 | BC | EB |
Decimal | 164 | 188 | 235 |
Binary | 10100100 | 10111100 | 11101011 |
Octal | 244 | 274 | 353 |
Shades of #A4BCEB
Tints of #A4BCEB
Examples of css and html codes for elements with #A4BCEB color. Also use rgb(164,188,235) instead hex code.
.myTextColor { color: #A4BCEB; }
<p style="color:#A4BCEB">This sample text font color is #A4BCEB.</p>
This text font color is #A4BCEB.
.myBgColor { background-color: #A4BCEB; }
<div style="background-color:#A4BCEB">Inner text</div>
This div background color is #A4BCEB.
.myBorderColor { border: 1px solid #A4BCEB; }
<div style="border:3px solid #A4BCEB">Div</div>
This div border color is #A4BCEB.
.myOpacity80 { color: #A4BCEB; opacity: 0.8; }
<p style="color:#A4BCEB;opacity:0.8;">80%</p>
Text with #A4BCEB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A4BCEB;}
<p style="text-shadow: 3px 3px 1px #A4BCEB">Text here.</p>
This text has shadow with #A4BCEB color.
.textShadow {text-shadow: 3px 3px 1px #A4BCEB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A4BCEB, 5px 5px 20px red">Text here.</p>
This text has shadow with #A4BCEB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A4BCEB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A4BCEB, Direction=45, Strength=4)">Text</p>
This text has shadow with #A4BCEB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A4BCEB;
-webkit-box-shadow: 1px 1px 3px 2px #A4BCEB;
box-shadow: 1px 1px 3px 2px #A4BCEB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A4BCEB; -webkit-box-shadow: 1px 1px 3px 2px #A4BCEB; box-shadow:1px 1px 3px 2px #A4BCEB;">
Div content here
</div>
This text has color #A4BCEB on black background.
This text has color #A4BCEB on white background.
This text has black color on #A4BCEB background.
This text has white color on #A4BCEB background.
Complementary color for #hex is #5B4314.