COLOR #A5CABA

HEX: #A5CABA RGB: (165,202,186)

Color info

#A5CABA contains red, green and blue colors in about the same proportion. Web safe color of #A5CABA is #99CCCC (or #9CC).

RGB color model

#A5CABA color RGB value is (165,202,186).

RGB: (165,202,186) (65%, 79%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 202 of 255 = 79%
B 186 of 255 = 73%

165
202
186

R + G + B ~ 72%. #A5CABA is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 202 + 186 = 553 (100%)
R 165 of 553 ~ 29.84%
G 202 of 553 ~ 36.53%
B 186 of 553 ~ 33.63'%

%29.84
%36.53
%33.63

CMYK color model

#A5CABA color CMYK value is (18,0,8,21).

  • cyan value is 18.32%
  • magenta value is 0.00%
  • yellow value is 7.92%
  • key color value is 20.78%

CMYK: (18,0,8,21)
C18M0Y8K21 (18%, 0%, 8%, 21%)
(0.18 / 0.00 / 0.08 / 0.21)

CMYK percentages

%18.32
%0
%7.92
%20.78

Codes

Color #A5CABA in popluar color models

A5 CA BA
RGB 165 202 186
HSL 154° 25.87% 71.96%
HSB/HSV 154° 18.32% 79.22%
CMYK 18.32% 0.00% 7.92%
20.78%

Color #A5CABA in popluar number systems.

HEX A5 CA BA
Decimal 165 202 186
Binary 10100101 11001010 10111010
Octal 245 312 272

Shades and tints

Shades of #A5CABA

#A5CABA
(165,202,186)
#96B8AA
(150,184,170)
#87A69A
(135,166,154)
#78948A
(120,148,138)
#69827A
(105,130,122)
#5A706A
(90,112,106)
#4B5E5A
(75,94,90)
#3C4C4A
(60,76,74)
#2D3A3A
(45,58,58)
#1E282A
(30,40,42)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #A5CABA

#A5CABA
(165,202,186)
#ADCEC0
(173,206,192)
#B5D2C6
(181,210,198)
#BDD6CC
(189,214,204)
#C5DAD2
(197,218,210)
#CDDED8
(205,222,216)
#D5E2DE
(213,226,222)
#DDE6E4
(221,230,228)
#E5EAEA
(229,234,234)
#EDEEF0
(237,238,240)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5CABA color. Also use rgb(165,202,186) instead hex code.

Text Font Color

.myTextColor { color: #A5CABA; }

<p style="color:#A5CABA">This sample text font color is #A5CABA.</p>

This text font color is #A5CABA.

Background Color

.myBgColor { background-color: #A5CABA; }

<div style="background-color:#A5CABA">Inner text</div>

This div background color is #A5CABA.

Border color

.myBorderColor { border: 1px solid #A5CABA; }

<div style="border:3px solid #A5CABA">Div</div>

This div border color is #A5CABA.

Opacity

.myOpacity80 { color: #A5CABA; opacity: 0.8; }

<p style="color:#A5CABA;opacity:0.8;">80%</p>

Text with #A5CABA color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A5CABA;}

<p style="text-shadow: 3px 3px 1px #A5CABA">Text here.</p>

This text has shadow with #A5CABA color.


.textShadow {text-shadow: 3px 3px 1px #A5CABA', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A5CABA, 5px 5px 20px red">Text here.</p>

This text has shadow with #A5CABA primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A5CABA, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A5CABA, Direction=45, Strength=4)">Text</p>

This text has shadow with #A5CABA and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A5CABA;
-webkit-box-shadow: 1px 1px 3px 2px #A5CABA;
box-shadow: 1px 1px 3px 2px #A5CABA;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A5CABA; -webkit-box-shadow: 1px 1px 3px 2px #A5CABA; box-shadow:1px 1px 3px 2px #A5CABA;">
Div content here
</div>

This div box has shadow with color #A5CABA.

Preview

Color preview on black background

This text has color #A5CABA on black background.


Color preview on white background

This text has color #A5CABA on white background.


Black color preview on #A5CABA background

This text has black color on #A5CABA background.


White color preview on #A5CABA background

This text has white color on #A5CABA background.


Related colors

Complementary color

Complementary color for #hex is #5A3545.


I love getcolorcode.com

Triadic colors

1 #BAA5CA and #CABAA5 with #A5CABA are triadic colors.

2 #BACAA5 and #CAA5BA with #A5CABA are triadic colors.