COLOR #A9C1BA

HEX: #A9C1BA
RGB: (169,193,186)

Color info

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

RGB color model

#A9C1BA color RGB value is (169,193,186).

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

RGB channels and saturation

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

169
193
186

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

Portions of RGB colors in percentages

R + G + B =
169 + 193 + 186 = 548 (100%)
R 169 of 548 ~ 30.84%
G 193 of 548 ~ 35.22%
B 186 of 548 ~ 33.94%

%30.84
%35.22
%33.94

CMYK color model

#A9C1BA color CMYK value is (12,0,4,24).

  • cyan value is 12.44%
  • magenta value is 0.00%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(12,0,4,24)
C12M0Y4K24 
(12%,0%,4%,24%)
(0.12/0.00/0.04/0.24)	

CMYK percentages

%12.44
%0
%3.63
%24.31

Codes

Color #A9C1BA in popluar color models

A9C1BA
RGB169193186
HSL163°16.22%70.98%
HSB/HSV163°12.44%75.69%
CMYK12.44%0.00%3.63%
24.31%

Color #A9C1BA in popluar number systems.

HEXA9C1BA
Decimal169193186
Binary101010011100000110111010
Octal251301272

Shades and tints

Shades of #A9C1BA

#A9C1BA
(169,193,186)
#9AB0AA
(154,176,170)
#8B9F9A
(139,159,154)
#7C8E8A
(124,142,138)
#6D7D7A
(109,125,122)
#5E6C6A
(94,108,106)
#4F5B5A
(79,91,90)
#404A4A
(64,74,74)
#31393A
(49,57,58)
#22282A
(34,40,42)
#13171A
(19,23,26)
#000000
(0,0,0)

Tints of #A9C1BA

#A9C1BA
(169,193,186)
#B0C6C0
(176,198,192)
#B7CBC6
(183,203,198)
#BED0CC
(190,208,204)
#C5D5D2
(197,213,210)
#CCDAD8
(204,218,216)
#D3DFDE
(211,223,222)
#DAE4E4
(218,228,228)
#E1E9EA
(225,233,234)
#E8EEF0
(232,238,240)
#EFF3F6
(239,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C1BA; }

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

This text font color is #A9C1BA.


Background Color

.myBgColor { background-color: #A9C1BA; }

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

This div background color is #A9C1BA.


Border color

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

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

This div border color is #A9C1BA.


Opacity

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

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

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

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

This text has shadow with #A9C1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C1BA on black background.


Color preview on white background

This text has color #A9C1BA on white background.



Black color preview on #A9C1BA background

This text has black color on #A9C1BA background.


White color preview on #A9C1BA background

This text has white color on #A9C1BA background.