COLOR #A9BBB7

HEX: #A9BBB7 RGB: (169,187,183)

Color info

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

RGB color model

#A9BBB7 color RGB value is (169,187,183).

RGB: (169,187,183) (66%, 73%, 72%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 183 of 255 = 72%

169
187
183

R + G + B ~ 70%. #A9BBB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 183 = 539 (100%)
R 169 of 539 ~ 31.35%
G 187 of 539 ~ 34.69%
B 183 of 539 ~ 33.95'%

%31.35
%34.69
%33.95

CMYK color model

#A9BBB7 color CMYK value is (10,0,2,27).

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

CMYK: (10,0,2,27)
C10M0Y2K27 (10%, 0%, 2%, 27%)
(0.10 / 0.00 / 0.02 / 0.27)

CMYK percentages

%9.63
%0
%2.14
%26.67

Codes

Color #A9BBB7 in popluar color models

A9 BB B7
RGB 169 187 183
HSL 167° 11.69% 69.80%
HSB/HSV 167° 9.63% 73.33%
CMYK 9.63% 0.00% 2.14%
26.67%

Color #A9BBB7 in popluar number systems.

HEX A9 BB B7
Decimal 169 187 183
Binary 10101001 10111011 10110111
Octal 251 273 267

Shades and tints

Shades of #A9BBB7

#A9BBB7
(169,187,183)
#9AAAA7
(154,170,167)
#8B9997
(139,153,151)
#7C8887
(124,136,135)
#6D7777
(109,119,119)
#5E6667
(94,102,103)
#4F5557
(79,85,87)
#404447
(64,68,71)
#313337
(49,51,55)
#222227
(34,34,39)
#131117
(19,17,23)
#000000
(0,0,0)

Tints of #A9BBB7

#A9BBB7
(169,187,183)
#B0C1BD
(176,193,189)
#B7C7C3
(183,199,195)
#BECDC9
(190,205,201)
#C5D3CF
(197,211,207)
#CCD9D5
(204,217,213)
#D3DFDB
(211,223,219)
#DAE5E1
(218,229,225)
#E1EBE7
(225,235,231)
#E8F1ED
(232,241,237)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBB7; }

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

This text font color is #A9BBB7.

Background Color

.myBgColor { background-color: #A9BBB7; }

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

This div background color is #A9BBB7.

Border color

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

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

This div border color is #A9BBB7.

Opacity

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

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

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

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

This text has shadow with #A9BBB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BBB7.

Preview

Color preview on black background

This text has color #A9BBB7 on black background.


Color preview on white background

This text has color #A9BBB7 on white background.


Black color preview on #A9BBB7 background

This text has black color on #A9BBB7 background.


White color preview on #A9BBB7 background

This text has white color on #A9BBB7 background.


Related colors

Complementary color

Complementary color for #hex is #564448.


I love getcolorcode.com

Triadic colors

1 #B7A9BB and #BBB7A9 with #A9BBB7 are triadic colors.

2 #B7BBA9 and #BBA9B7 with #A9BBB7 are triadic colors.