HEX: #A5BECA
RGB: (165,190,202)
#A5BECA contains red, green and blue colors in about the same proportion. Web safe color of #A5BECA is #99CCCC (or #9CC).
#A5BECA color RGB value is (165,190,202).
RGB: (165,190,202)
(65%, 75%, 79%)
R 165 of 255 = 65%
G 190 of 255 = 75%
B 202 of 255 = 79%
R + G + B ~ 73%. #A5BECA is quite light color.
R + G + B = 165 + 190 + 202 = 557 (100%)
R 165 of 557 ~ 29.62%
G 190 of 557 ~ 34.11%
B 202 of 557 ~ 36.27'%
#A5BECA color CMYK value is (18,6,0,21).
CMYK: (18,6,0,21)
C18M6Y0K21 (18%, 6%, 0%, 21%)
(0.18 / 0.06 / 0.00 / 0.21)
Color #A5BECA in popluar color models
A5 | BE | CA | |
---|---|---|---|
RGB | 165 | 190 | 202 |
HSL | 199° | 25.87% | 71.96% |
HSB/HSV | 199° | 18.32% | 79.22% |
CMYK | 18.32% | 5.94% | 0.00% |
20.78% |
Color #A5BECA in popluar number systems.
HEX | A5 | BE | CA |
Decimal | 165 | 190 | 202 |
Binary | 10100101 | 10111110 | 11001010 |
Octal | 245 | 276 | 312 |
Shades of #A5BECA
Tints of #A5BECA
Examples of css and html codes for elements with #A5BECA color. Also use rgb(165,190,202) instead hex code.
.myTextColor { color: #A5BECA; }
<p style="color:#A5BECA">This sample text font color is #A5BECA.</p>
This text font color is #A5BECA.
.myBgColor { background-color: #A5BECA; }
<div style="background-color:#A5BECA">Inner text</div>
This div background color is #A5BECA.
.myBorderColor { border: 1px solid #A5BECA; }
<div style="border:3px solid #A5BECA">Div</div>
This div border color is #A5BECA.
.myOpacity80 { color: #A5BECA; opacity: 0.8; }
<p style="color:#A5BECA;opacity:0.8;">80%</p>
Text with #A5BECA color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #A5BECA;}
<p style="text-shadow: 3px 3px 1px #A5BECA">Text here.</p>
This text has shadow with #A5BECA color.
.textShadow {text-shadow: 3px 3px 1px #A5BECA', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #A5BECA, 5px 5px 20px red">Text here.</p>
This text has shadow with #A5BECA primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5BECA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#A5BECA, Direction=45, Strength=4)">Text</p>
This text has shadow with #A5BECA and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5BECA;
-webkit-box-shadow: 1px 1px 3px 2px #A5BECA;
box-shadow: 1px 1px 3px 2px #A5BECA;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5BECA; -webkit-box-shadow: 1px 1px 3px 2px #A5BECA; box-shadow:1px 1px 3px 2px #A5BECA;">
Div content here
</div>
This text has color #A5BECA on black background.
This text has color #A5BECA on white background.
This text has black color on #A5BECA background.
This text has white color on #A5BECA background.
Complementary color for #hex is #5A4135.