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