COLOR #A9BFAC

HEX: #A9BFAC
RGB: (169,191,172)

Color info

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

RGB color model

#A9BFAC color RGB value is (169,191,172).

  • red value is 169;
  • green value is 191;
  • blue value is 172.
RGB:
(169,191,172)
(66%,75%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 191 of 255 = 75%
B 172 of 255 = 67%

169
191
172

R + G + B ~ 69%. #A9BFAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 191 + 172 = 532 (100%)
R 169 of 532 ~ 31.77%
G 191 of 532 ~ 35.9%
B 172 of 532 ~ 32.33%

%31.77
%35.9
%32.33

CMYK color model

#A9BFAC color CMYK value is (12,0,10,25).

  • cyan value is 11.52%
  • magenta value is 0.00%
  • yellow value is 9.95%
  • key color value is 25.10%
CMYK:
(12,0,10,25)
C12M0Y10K25 
(12%,0%,10%,25%)
(0.12/0.00/0.10/0.25)	

CMYK percentages

%11.52
%0
%9.95
%25.1

Codes

Color #A9BFAC in popluar color models

A9BFAC
RGB169191172
HSL128°14.67%70.59%
HSB/HSV128°11.52%74.90%
CMYK11.52%0.00%9.95%
25.10%

Color #A9BFAC in popluar number systems.

HEXA9BFAC
Decimal169191172
Binary101010011011111110101100
Octal251277254

Shades and tints

Shades of #A9BFAC

#A9BFAC
(169,191,172)
#9AAE9D
(154,174,157)
#8B9D8E
(139,157,142)
#7C8C7F
(124,140,127)
#6D7B70
(109,123,112)
#5E6A61
(94,106,97)
#4F5952
(79,89,82)
#404843
(64,72,67)
#313734
(49,55,52)
#222625
(34,38,37)
#131516
(19,21,22)
#000000
(0,0,0)

Tints of #A9BFAC

#A9BFAC
(169,191,172)
#B0C4B3
(176,196,179)
#B7C9BA
(183,201,186)
#BECEC1
(190,206,193)
#C5D3C8
(197,211,200)
#CCD8CF
(204,216,207)
#D3DDD6
(211,221,214)
#DAE2DD
(218,226,221)
#E1E7E4
(225,231,228)
#E8ECEB
(232,236,235)
#EFF1F2
(239,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9BFAC color. Also use rgb(169,191,172) instead hex code.

Text Font Color

.myTextColor { color: #A9BFAC; }

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

This text font color is #A9BFAC.


Background Color

.myBgColor { background-color: #A9BFAC; }

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

This div background color is #A9BFAC.


Border color

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

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

This div border color is #A9BFAC.


Opacity

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

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

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

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

This text has shadow with #A9BFAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BFAC on black background.


Color preview on white background

This text has color #A9BFAC on white background.



Black color preview on #A9BFAC background

This text has black color on #A9BFAC background.


White color preview on #A9BFAC background

This text has white color on #A9BFAC background.