COLOR #A9CAB5

HEX: #A9CAB5 RGB: (169,202,181)

Color info

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

RGB color model

#A9CAB5 color RGB value is (169,202,181).

RGB: (169,202,181) (66%, 79%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 202 of 255 = 79%
B 181 of 255 = 71%

169
202
181

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

Portions of RGB colors in percentages

R + G + B = 169 + 202 + 181 = 552 (100%)
R 169 of 552 ~ 30.62%
G 202 of 552 ~ 36.59%
B 181 of 552 ~ 32.79'%

%30.62
%36.59
%32.79

CMYK color model

#A9CAB5 color CMYK value is (16,0,10,21).

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

CMYK: (16,0,10,21)
C16M0Y10K21 (16%, 0%, 10%, 21%)
(0.16 / 0.00 / 0.10 / 0.21)

CMYK percentages

%16.34
%0
%10.4
%20.78

Codes

Color #A9CAB5 in popluar color models

A9 CA B5
RGB 169 202 181
HSL 142° 23.74% 72.75%
HSB/HSV 142° 16.34% 79.22%
CMYK 16.34% 0.00% 10.40%
20.78%

Color #A9CAB5 in popluar number systems.

HEX A9 CA B5
Decimal 169 202 181
Binary 10101001 11001010 10110101
Octal 251 312 265

Shades and tints

Shades of #A9CAB5

#A9CAB5
(169,202,181)
#9AB8A5
(154,184,165)
#8BA695
(139,166,149)
#7C9485
(124,148,133)
#6D8275
(109,130,117)
#5E7065
(94,112,101)
#4F5E55
(79,94,85)
#404C45
(64,76,69)
#313A35
(49,58,53)
#222825
(34,40,37)
#131615
(19,22,21)
#000000
(0,0,0)

Tints of #A9CAB5

#A9CAB5
(169,202,181)
#B0CEBB
(176,206,187)
#B7D2C1
(183,210,193)
#BED6C7
(190,214,199)
#C5DACD
(197,218,205)
#CCDED3
(204,222,211)
#D3E2D9
(211,226,217)
#DAE6DF
(218,230,223)
#E1EAE5
(225,234,229)
#E8EEEB
(232,238,235)
#EFF2F1
(239,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CAB5; }

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

This text font color is #A9CAB5.

Background Color

.myBgColor { background-color: #A9CAB5; }

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

This div background color is #A9CAB5.

Border color

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

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

This div border color is #A9CAB5.

Opacity

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

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

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

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

This text has shadow with #A9CAB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CAB5.

Preview

Color preview on black background

This text has color #A9CAB5 on black background.


Color preview on white background

This text has color #A9CAB5 on white background.


Black color preview on #A9CAB5 background

This text has black color on #A9CAB5 background.


White color preview on #A9CAB5 background

This text has white color on #A9CAB5 background.


Related colors

Complementary color

Complementary color for #hex is #56354A.


I love getcolorcode.com

Triadic colors

1 #B5A9CA and #CAB5A9 with #A9CAB5 are triadic colors.

2 #B5CAA9 and #CAA9B5 with #A9CAB5 are triadic colors.