COLOR #A9BBB1

HEX: #A9BBB1 RGB: (169,187,177)

Color info

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

RGB color model

#A9BBB1 color RGB value is (169,187,177).

RGB: (169,187,177) (66%, 73%, 69%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 177 of 255 = 69%

169
187
177

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

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 177 = 533 (100%)
R 169 of 533 ~ 31.71%
G 187 of 533 ~ 35.08%
B 177 of 533 ~ 33.21'%

%31.71
%35.08
%33.21

CMYK color model

#A9BBB1 color CMYK value is (10,0,5,27).

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 5.35%
  • key color value is 26.67%

CMYK: (10,0,5,27)
C10M0Y5K27 (10%, 0%, 5%, 27%)
(0.10 / 0.00 / 0.05 / 0.27)

CMYK percentages

%9.63
%0
%5.35
%26.67

Codes

Color #A9BBB1 in popluar color models

A9 BB B1
RGB 169 187 177
HSL 147° 11.69% 69.80%
HSB/HSV 147° 9.63% 73.33%
CMYK 9.63% 0.00% 5.35%
26.67%

Color #A9BBB1 in popluar number systems.

HEX A9 BB B1
Decimal 169 187 177
Binary 10101001 10111011 10110001
Octal 251 273 261

Shades and tints

Shades of #A9BBB1

#A9BBB1
(169,187,177)
#9AAAA1
(154,170,161)
#8B9991
(139,153,145)
#7C8881
(124,136,129)
#6D7771
(109,119,113)
#5E6661
(94,102,97)
#4F5551
(79,85,81)
#404441
(64,68,65)
#313331
(49,51,49)
#222221
(34,34,33)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #A9BBB1

#A9BBB1
(169,187,177)
#B0C1B8
(176,193,184)
#B7C7BF
(183,199,191)
#BECDC6
(190,205,198)
#C5D3CD
(197,211,205)
#CCD9D4
(204,217,212)
#D3DFDB
(211,223,219)
#DAE5E2
(218,229,226)
#E1EBE9
(225,235,233)
#E8F1F0
(232,241,240)
#EFF7F7
(239,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBB1; }

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

This text font color is #A9BBB1.

Background Color

.myBgColor { background-color: #A9BBB1; }

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

This div background color is #A9BBB1.

Border color

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

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

This div border color is #A9BBB1.

Opacity

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

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

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

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

This text has shadow with #A9BBB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BBB1.

Preview

Color preview on black background

This text has color #A9BBB1 on black background.


Color preview on white background

This text has color #A9BBB1 on white background.


Black color preview on #A9BBB1 background

This text has black color on #A9BBB1 background.


White color preview on #A9BBB1 background

This text has white color on #A9BBB1 background.


Related colors

Complementary color

Complementary color for #hex is #56444E.


I love getcolorcode.com

Triadic colors

1 #B1A9BB and #BBB1A9 with #A9BBB1 are triadic colors.

2 #B1BBA9 and #BBA9B1 with #A9BBB1 are triadic colors.