COLOR #A9C4BB

HEX: #A9C4BB
RGB: (169,196,187)

Color info

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

RGB color model

#A9C4BB color RGB value is (169,196,187).

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

RGB channels and saturation

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

169
196
187

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

Portions of RGB colors in percentages

R + G + B =
169 + 196 + 187 = 552 (100%)
R 169 of 552 ~ 30.62%
G 196 of 552 ~ 35.51%
B 187 of 552 ~ 33.88%

%30.62
%35.51
%33.88

CMYK color model

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

  • cyan value is 13.78%
  • magenta value is 0.00%
  • yellow value is 4.59%
  • 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
%4.59
%23.14

Codes

Color #A9C4BB in popluar color models

A9C4BB
RGB169196187
HSL160°18.62%71.57%
HSB/HSV160°13.78%76.86%
CMYK13.78%0.00%4.59%
23.14%

Color #A9C4BB in popluar number systems.

HEXA9C4BB
Decimal169196187
Binary101010011100010010111011
Octal251304273

Shades and tints

Shades of #A9C4BB

#A9C4BB
(169,196,187)
#9AB3AA
(154,179,170)
#8BA299
(139,162,153)
#7C9188
(124,145,136)
#6D8077
(109,128,119)
#5E6F66
(94,111,102)
#4F5E55
(79,94,85)
#404D44
(64,77,68)
#313C33
(49,60,51)
#222B22
(34,43,34)
#131A11
(19,26,17)
#000000
(0,0,0)

Tints of #A9C4BB

#A9C4BB
(169,196,187)
#B0C9C1
(176,201,193)
#B7CEC7
(183,206,199)
#BED3CD
(190,211,205)
#C5D8D3
(197,216,211)
#CCDDD9
(204,221,217)
#D3E2DF
(211,226,223)
#DAE7E5
(218,231,229)
#E1ECEB
(225,236,235)
#E8F1F1
(232,241,241)
#EFF6F7
(239,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C4BB; }

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

This text font color is #A9C4BB.


Background Color

.myBgColor { background-color: #A9C4BB; }

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

This div background color is #A9C4BB.


Border color

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

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

This div border color is #A9C4BB.


Opacity

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

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

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

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

This text has shadow with #A9C4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C4BB on black background.


Color preview on white background

This text has color #A9C4BB on white background.



Black color preview on #A9C4BB background

This text has black color on #A9C4BB background.


White color preview on #A9C4BB background

This text has white color on #A9C4BB background.