COLOR #A5CABB

HEX: #A5CABB RGB: (165,202,187)

Color info

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

RGB color model

#A5CABB color RGB value is (165,202,187).

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

RGB channels and saturation

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

165
202
187

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

Portions of RGB colors in percentages

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'%

%29.78
%36.46
%33.75

CMYK color model

#A5CABB color CMYK value is (18,0,7,21).

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

CMYK: (18,0,7,21)
C18M0Y7K21 (18%, 0%, 7%, 21%)
(0.18 / 0.00 / 0.07 / 0.21)

CMYK percentages

%18.32
%0
%7.43
%20.78

Codes

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 and tints

Shades of #A5CABB

#A5CABB
(165,202,187)
#96B8AA
(150,184,170)
#87A699
(135,166,153)
#789488
(120,148,136)
#698277
(105,130,119)
#5A7066
(90,112,102)
#4B5E55
(75,94,85)
#3C4C44
(60,76,68)
#2D3A33
(45,58,51)
#1E2822
(30,40,34)
#0F1611
(15,22,17)
#000000
(0,0,0)

Tints of #A5CABB

#A5CABB
(165,202,187)
#ADCEC1
(173,206,193)
#B5D2C7
(181,210,199)
#BDD6CD
(189,214,205)
#C5DAD3
(197,218,211)
#CDDED9
(205,222,217)
#D5E2DF
(213,226,223)
#DDE6E5
(221,230,229)
#E5EAEB
(229,234,235)
#EDEEF1
(237,238,241)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5CABB; }

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

This text font color is #A5CABB.

Background Color

.myBgColor { background-color: #A5CABB; }

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

This div background color is #A5CABB.

Border color

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

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

This div border color is #A5CABB.

Opacity

.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%.

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 #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.

Div box shadow color

/* 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 div box has shadow with color #A5CABB.

Preview

Color preview on black background

This text has color #A5CABB on black background.


Color preview on white background

This text has color #A5CABB on white background.


Black color preview on #A5CABB background

This text has black color on #A5CABB background.


White color preview on #A5CABB background

This text has white color on #A5CABB background.


Related colors

Complementary color

Complementary color for #hex is #5A3544.


I love getcolorcode.com

Triadic colors

1 #BBA5CA and #CABBA5 with #A5CABB are triadic colors.

2 #BBCAA5 and #CAA5BB with #A5CABB are triadic colors.