COLOR #A9CABB

HEX: #A9CABB RGB: (169,202,187)

Color info

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

RGB color model

#A9CABB color RGB value is (169,202,187).

RGB: (169,202,187) (66%, 79%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 187 of 255 = 73%

169
202
187

R + G + B ~ 73%. #A9CABB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 202 + 187 = 558 (100%)
R 169 of 558 ~ 30.29%
G 202 of 558 ~ 36.2%
B 187 of 558 ~ 33.51'%

%30.29
%36.2
%33.51

CMYK color model

#A9CABB color CMYK value is (16,0,7,21).

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

CMYK: (16,0,7,21)
C16M0Y7K21 (16%, 0%, 7%, 21%)
(0.16 / 0.00 / 0.07 / 0.21)

CMYK percentages

%16.34
%0
%7.43
%20.78

Codes

Color #A9CABB in popluar color models

A9 CA BB
RGB 169 202 187
HSL 153° 23.74% 72.75%
HSB/HSV 153° 16.34% 79.22%
CMYK 16.34% 0.00% 7.43%
20.78%

Color #A9CABB in popluar number systems.

HEX A9 CA BB
Decimal 169 202 187
Binary 10101001 11001010 10111011
Octal 251 312 273

Shades and tints

Shades of #A9CABB

#A9CABB
(169,202,187)
#9AB8AA
(154,184,170)
#8BA699
(139,166,153)
#7C9488
(124,148,136)
#6D8277
(109,130,119)
#5E7066
(94,112,102)
#4F5E55
(79,94,85)
#404C44
(64,76,68)
#313A33
(49,58,51)
#222822
(34,40,34)
#131611
(19,22,17)
#000000
(0,0,0)

Tints of #A9CABB

#A9CABB
(169,202,187)
#B0CEC1
(176,206,193)
#B7D2C7
(183,210,199)
#BED6CD
(190,214,205)
#C5DAD3
(197,218,211)
#CCDED9
(204,222,217)
#D3E2DF
(211,226,223)
#DAE6E5
(218,230,229)
#E1EAEB
(225,234,235)
#E8EEF1
(232,238,241)
#EFF2F7
(239,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CABB; }

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

This text font color is #A9CABB.

Background Color

.myBgColor { background-color: #A9CABB; }

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

This div background color is #A9CABB.

Border color

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

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

This div border color is #A9CABB.

Opacity

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

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

Text with #A9CABB 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 #A9CABB;}

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

This text has shadow with #A9CABB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CABB.

Preview

Color preview on black background

This text has color #A9CABB on black background.


Color preview on white background

This text has color #A9CABB on white background.


Black color preview on #A9CABB background

This text has black color on #A9CABB background.


White color preview on #A9CABB background

This text has white color on #A9CABB background.


Related colors

Complementary color

Complementary color for #hex is #563544.


I love getcolorcode.com

Triadic colors

1 #BBA9CA and #CABBA9 with #A9CABB are triadic colors.

2 #BBCAA9 and #CAA9BB with #A9CABB are triadic colors.