COLOR #A9C3BA

HEX: #A9C3BA RGB: (169,195,186)

Color info

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

RGB color model

#A9C3BA color RGB value is (169,195,186).

RGB: (169,195,186) (66%, 76%, 73%)

RGB channels and saturation

R 169 of 255 = 66%
G 195 of 255 = 76%
B 186 of 255 = 73%

169
195
186

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

Portions of RGB colors in percentages

R + G + B = 169 + 195 + 186 = 550 (100%)
R 169 of 550 ~ 30.73%
G 195 of 550 ~ 35.45%
B 186 of 550 ~ 33.82'%

%30.73
%35.45
%33.82

CMYK color model

#A9C3BA color CMYK value is (13,0,5,24).

  • cyan value is 13.33%
  • magenta value is 0.00%
  • yellow value is 4.62%
  • key color value is 23.53%

CMYK: (13,0,5,24)
C13M0Y5K24 (13%, 0%, 5%, 24%)
(0.13 / 0.00 / 0.05 / 0.24)

CMYK percentages

%13.33
%0
%4.62
%23.53

Codes

Color #A9C3BA in popluar color models

A9 C3 BA
RGB 169 195 186
HSL 159° 17.81% 71.37%
HSB/HSV 159° 13.33% 76.47%
CMYK 13.33% 0.00% 4.62%
23.53%

Color #A9C3BA in popluar number systems.

HEX A9 C3 BA
Decimal 169 195 186
Binary 10101001 11000011 10111010
Octal 251 303 272

Shades and tints

Shades of #A9C3BA

#A9C3BA
(169,195,186)
#9AB2AA
(154,178,170)
#8BA19A
(139,161,154)
#7C908A
(124,144,138)
#6D7F7A
(109,127,122)
#5E6E6A
(94,110,106)
#4F5D5A
(79,93,90)
#404C4A
(64,76,74)
#313B3A
(49,59,58)
#222A2A
(34,42,42)
#13191A
(19,25,26)
#000000
(0,0,0)

Tints of #A9C3BA

#A9C3BA
(169,195,186)
#B0C8C0
(176,200,192)
#B7CDC6
(183,205,198)
#BED2CC
(190,210,204)
#C5D7D2
(197,215,210)
#CCDCD8
(204,220,216)
#D3E1DE
(211,225,222)
#DAE6E4
(218,230,228)
#E1EBEA
(225,235,234)
#E8F0F0
(232,240,240)
#EFF5F6
(239,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C3BA color. Also use rgb(169,195,186) instead hex code.

Text Font Color

.myTextColor { color: #A9C3BA; }

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

This text font color is #A9C3BA.

Background Color

.myBgColor { background-color: #A9C3BA; }

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

This div background color is #A9C3BA.

Border color

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

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

This div border color is #A9C3BA.

Opacity

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

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

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

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

This text has shadow with #A9C3BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C3BA.

Preview

Color preview on black background

This text has color #A9C3BA on black background.


Color preview on white background

This text has color #A9C3BA on white background.


Black color preview on #A9C3BA background

This text has black color on #A9C3BA background.


White color preview on #A9C3BA background

This text has white color on #A9C3BA background.


Related colors

Complementary color

Complementary color for #hex is #563C45.


I love getcolorcode.com

Triadic colors

1 #BAA9C3 and #C3BAA9 with #A9C3BA are triadic colors.

2 #BAC3A9 and #C3A9BA with #A9C3BA are triadic colors.