COLOR #A9B8B3

HEX: #A9B8B3 RGB: (169,184,179)

Color info

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

RGB color model

#A9B8B3 color RGB value is (169,184,179).

RGB: (169,184,179) (66%, 72%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 184 of 255 = 72%
B 179 of 255 = 70%

169
184
179

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

Portions of RGB colors in percentages

R + G + B = 169 + 184 + 179 = 532 (100%)
R 169 of 532 ~ 31.77%
G 184 of 532 ~ 34.59%
B 179 of 532 ~ 33.65'%

%31.77
%34.59
%33.65

CMYK color model

#A9B8B3 color CMYK value is (8,0,3,28).

  • cyan value is 8.15%
  • magenta value is 0.00%
  • yellow value is 2.72%
  • key color value is 27.84%

CMYK: (8,0,3,28)
C8M0Y3K28 (8%, 0%, 3%, 28%)
(0.08 / 0.00 / 0.03 / 0.28)

CMYK percentages

%8.15
%0
%2.72
%27.84

Codes

Color #A9B8B3 in popluar color models

A9 B8 B3
RGB 169 184 179
HSL 160° 9.55% 69.22%
HSB/HSV 160° 8.15% 72.16%
CMYK 8.15% 0.00% 2.72%
27.84%

Color #A9B8B3 in popluar number systems.

HEX A9 B8 B3
Decimal 169 184 179
Binary 10101001 10111000 10110011
Octal 251 270 263

Shades and tints

Shades of #A9B8B3

#A9B8B3
(169,184,179)
#9AA8A3
(154,168,163)
#8B9893
(139,152,147)
#7C8883
(124,136,131)
#6D7873
(109,120,115)
#5E6863
(94,104,99)
#4F5853
(79,88,83)
#404843
(64,72,67)
#313833
(49,56,51)
#222823
(34,40,35)
#131813
(19,24,19)
#000000
(0,0,0)

Tints of #A9B8B3

#A9B8B3
(169,184,179)
#B0BEB9
(176,190,185)
#B7C4BF
(183,196,191)
#BECAC5
(190,202,197)
#C5D0CB
(197,208,203)
#CCD6D1
(204,214,209)
#D3DCD7
(211,220,215)
#DAE2DD
(218,226,221)
#E1E8E3
(225,232,227)
#E8EEE9
(232,238,233)
#EFF4EF
(239,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9B8B3 color. Also use rgb(169,184,179) instead hex code.

Text Font Color

.myTextColor { color: #A9B8B3; }

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

This text font color is #A9B8B3.

Background Color

.myBgColor { background-color: #A9B8B3; }

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

This div background color is #A9B8B3.

Border color

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

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

This div border color is #A9B8B3.

Opacity

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

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

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

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

This text has shadow with #A9B8B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B8B3.

Preview

Color preview on black background

This text has color #A9B8B3 on black background.


Color preview on white background

This text has color #A9B8B3 on white background.


Black color preview on #A9B8B3 background

This text has black color on #A9B8B3 background.


White color preview on #A9B8B3 background

This text has white color on #A9B8B3 background.


Related colors

Complementary color

Complementary color for #hex is #56474C.


I love getcolorcode.com

Triadic colors

1 #B3A9B8 and #B8B3A9 with #A9B8B3 are triadic colors.

2 #B3B8A9 and #B8A9B3 with #A9B8B3 are triadic colors.