COLOR #A9C9BE

HEX: #A9C9BE
RGB: (169,201,190)

Color info

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

RGB color model

#A9C9BE color RGB value is (169,201,190).

  • red value is 169;
  • green value is 201;
  • blue value is 190.
RGB:
(169,201,190)
(66%,79%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 201 of 255 = 79%
B 190 of 255 = 75%

169
201
190

R + G + B ~ 73%. #A9C9BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 201 + 190 = 560 (100%)
R 169 of 560 ~ 30.18%
G 201 of 560 ~ 35.89%
B 190 of 560 ~ 33.93%

%30.18
%35.89
%33.93

CMYK color model

#A9C9BE color CMYK value is (16,0,5,21).

  • cyan value is 15.92%
  • magenta value is 0.00%
  • yellow value is 5.47%
  • key color value is 21.18%
CMYK:
(16,0,5,21)
C16M0Y5K21 
(16%,0%,5%,21%)
(0.16/0.00/0.05/0.21)	

CMYK percentages

%15.92
%0
%5.47
%21.18

Codes

Color #A9C9BE in popluar color models

A9C9BE
RGB169201190
HSL159°22.86%72.55%
HSB/HSV159°15.92%78.82%
CMYK15.92%0.00%5.47%
21.18%

Color #A9C9BE in popluar number systems.

HEXA9C9BE
Decimal169201190
Binary101010011100100110111110
Octal251311276

Shades and tints

Shades of #A9C9BE

#A9C9BE
(169,201,190)
#9AB7AD
(154,183,173)
#8BA59C
(139,165,156)
#7C938B
(124,147,139)
#6D817A
(109,129,122)
#5E6F69
(94,111,105)
#4F5D58
(79,93,88)
#404B47
(64,75,71)
#313936
(49,57,54)
#222725
(34,39,37)
#131514
(19,21,20)
#000000
(0,0,0)

Tints of #A9C9BE

#A9C9BE
(169,201,190)
#B0CDC3
(176,205,195)
#B7D1C8
(183,209,200)
#BED5CD
(190,213,205)
#C5D9D2
(197,217,210)
#CCDDD7
(204,221,215)
#D3E1DC
(211,225,220)
#DAE5E1
(218,229,225)
#E1E9E6
(225,233,230)
#E8EDEB
(232,237,235)
#EFF1F0
(239,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C9BE color. Also use rgb(169,201,190) instead hex code.

Text Font Color

.myTextColor { color: #A9C9BE; }

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

This text font color is #A9C9BE.


Background Color

.myBgColor { background-color: #A9C9BE; }

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

This div background color is #A9C9BE.


Border color

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

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

This div border color is #A9C9BE.


Opacity

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

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

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

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

This text has shadow with #A9C9BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C9BE on black background.


Color preview on white background

This text has color #A9C9BE on white background.



Black color preview on #A9C9BE background

This text has black color on #A9C9BE background.


White color preview on #A9C9BE background

This text has white color on #A9C9BE background.