COLOR #A9BCAC

HEX: #A9BCAC
RGB: (169,188,172)

Color info

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

RGB color model

#A9BCAC color RGB value is (169,188,172).

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

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 172 of 255 = 67%

169
188
172

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

Portions of RGB colors in percentages

R + G + B =
169 + 188 + 172 = 529 (100%)
R 169 of 529 ~ 31.95%
G 188 of 529 ~ 35.54%
B 172 of 529 ~ 32.51%

%31.95
%35.54
%32.51

CMYK color model

#A9BCAC color CMYK value is (10,0,9,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 26.27%
CMYK:
(10,0,9,26)
C10M0Y9K26 
(10%,0%,9%,26%)
(0.10/0.00/0.09/0.26)	

CMYK percentages

%10.11
%0
%8.51
%26.27

Codes

Color #A9BCAC in popluar color models

A9BCAC
RGB169188172
HSL129°12.42%70.00%
HSB/HSV129°10.11%73.73%
CMYK10.11%0.00%8.51%
26.27%

Color #A9BCAC in popluar number systems.

HEXA9BCAC
Decimal169188172
Binary101010011011110010101100
Octal251274254

Shades and tints

Shades of #A9BCAC

#A9BCAC
(169,188,172)
#9AAB9D
(154,171,157)
#8B9A8E
(139,154,142)
#7C897F
(124,137,127)
#6D7870
(109,120,112)
#5E6761
(94,103,97)
#4F5652
(79,86,82)
#404543
(64,69,67)
#313434
(49,52,52)
#222325
(34,35,37)
#131216
(19,18,22)
#000000
(0,0,0)

Tints of #A9BCAC

#A9BCAC
(169,188,172)
#B0C2B3
(176,194,179)
#B7C8BA
(183,200,186)
#BECEC1
(190,206,193)
#C5D4C8
(197,212,200)
#CCDACF
(204,218,207)
#D3E0D6
(211,224,214)
#DAE6DD
(218,230,221)
#E1ECE4
(225,236,228)
#E8F2EB
(232,242,235)
#EFF8F2
(239,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCAC; }

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

This text font color is #A9BCAC.


Background Color

.myBgColor { background-color: #A9BCAC; }

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

This div background color is #A9BCAC.


Border color

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

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

This div border color is #A9BCAC.


Opacity

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

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

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

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

This text has shadow with #A9BCAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BCAC on black background.


Color preview on white background

This text has color #A9BCAC on white background.



Black color preview on #A9BCAC background

This text has black color on #A9BCAC background.


White color preview on #A9BCAC background

This text has white color on #A9BCAC background.