COLOR #A9C7BB

HEX: #A9C7BB
RGB: (169,199,187)

Color info

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

RGB color model

#A9C7BB color RGB value is (169,199,187).

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

RGB channels and saturation

R 169 of 255 = 66%
G 199 of 255 = 78%
B 187 of 255 = 73%

169
199
187

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

Portions of RGB colors in percentages

R + G + B =
169 + 199 + 187 = 555 (100%)
R 169 of 555 ~ 30.45%
G 199 of 555 ~ 35.86%
B 187 of 555 ~ 33.69%

%30.45
%35.86
%33.69

CMYK color model

#A9C7BB color CMYK value is (15,0,6,22).

  • cyan value is 15.08%
  • magenta value is 0.00%
  • yellow value is 6.03%
  • key color value is 21.96%
CMYK:
(15,0,6,22)
C15M0Y6K22 
(15%,0%,6%,22%)
(0.15/0.00/0.06/0.22)	

CMYK percentages

%15.08
%0
%6.03
%21.96

Codes

Color #A9C7BB in popluar color models

A9C7BB
RGB169199187
HSL156°21.13%72.16%
HSB/HSV156°15.08%78.04%
CMYK15.08%0.00%6.03%
21.96%

Color #A9C7BB in popluar number systems.

HEXA9C7BB
Decimal169199187
Binary101010011100011110111011
Octal251307273

Shades and tints

Shades of #A9C7BB

#A9C7BB
(169,199,187)
#9AB5AA
(154,181,170)
#8BA399
(139,163,153)
#7C9188
(124,145,136)
#6D7F77
(109,127,119)
#5E6D66
(94,109,102)
#4F5B55
(79,91,85)
#404944
(64,73,68)
#313733
(49,55,51)
#222522
(34,37,34)
#131311
(19,19,17)
#000000
(0,0,0)

Tints of #A9C7BB

#A9C7BB
(169,199,187)
#B0CCC1
(176,204,193)
#B7D1C7
(183,209,199)
#BED6CD
(190,214,205)
#C5DBD3
(197,219,211)
#CCE0D9
(204,224,217)
#D3E5DF
(211,229,223)
#DAEAE5
(218,234,229)
#E1EFEB
(225,239,235)
#E8F4F1
(232,244,241)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C7BB; }

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

This text font color is #A9C7BB.


Background Color

.myBgColor { background-color: #A9C7BB; }

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

This div background color is #A9C7BB.


Border color

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

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

This div border color is #A9C7BB.


Opacity

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

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

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

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

This text has shadow with #A9C7BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C7BB on black background.


Color preview on white background

This text has color #A9C7BB on white background.



Black color preview on #A9C7BB background

This text has black color on #A9C7BB background.


White color preview on #A9C7BB background

This text has white color on #A9C7BB background.