COLOR #A9C4BA

HEX: #A9C4BA
RGB: (169,196,186)

Color info

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

RGB color model

#A9C4BA color RGB value is (169,196,186).

  • red value is 169;
  • green value is 196;
  • blue value is 186.
RGB:
(169,196,186)
(66%,77%,73%)

RGB channels and saturation

R 169 of 255 = 66%
G 196 of 255 = 77%
B 186 of 255 = 73%

169
196
186

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

Portions of RGB colors in percentages

R + G + B =
169 + 196 + 186 = 551 (100%)
R 169 of 551 ~ 30.67%
G 196 of 551 ~ 35.57%
B 186 of 551 ~ 33.76%

%30.67
%35.57
%33.76

CMYK color model

#A9C4BA color CMYK value is (14,0,5,23).

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 5.10%
  • key color value is 23.14%
CMYK:
(14,0,5,23)
C14M0Y5K23 
(14%,0%,5%,23%)
(0.14/0.00/0.05/0.23)	

CMYK percentages

%13.78
%0
%5.1
%23.14

Codes

Color #A9C4BA in popluar color models

A9C4BA
RGB169196186
HSL158°18.62%71.57%
HSB/HSV158°13.78%76.86%
CMYK13.78%0.00%5.10%
23.14%

Color #A9C4BA in popluar number systems.

HEXA9C4BA
Decimal169196186
Binary101010011100010010111010
Octal251304272

Shades and tints

Shades of #A9C4BA

#A9C4BA
(169,196,186)
#9AB3AA
(154,179,170)
#8BA29A
(139,162,154)
#7C918A
(124,145,138)
#6D807A
(109,128,122)
#5E6F6A
(94,111,106)
#4F5E5A
(79,94,90)
#404D4A
(64,77,74)
#313C3A
(49,60,58)
#222B2A
(34,43,42)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #A9C4BA

#A9C4BA
(169,196,186)
#B0C9C0
(176,201,192)
#B7CEC6
(183,206,198)
#BED3CC
(190,211,204)
#C5D8D2
(197,216,210)
#CCDDD8
(204,221,216)
#D3E2DE
(211,226,222)
#DAE7E4
(218,231,228)
#E1ECEA
(225,236,234)
#E8F1F0
(232,241,240)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C4BA; }

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

This text font color is #A9C4BA.


Background Color

.myBgColor { background-color: #A9C4BA; }

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

This div background color is #A9C4BA.


Border color

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

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

This div border color is #A9C4BA.


Opacity

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

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

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

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

This text has shadow with #A9C4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C4BA on black background.


Color preview on white background

This text has color #A9C4BA on white background.



Black color preview on #A9C4BA background

This text has black color on #A9C4BA background.


White color preview on #A9C4BA background

This text has white color on #A9C4BA background.