COLOR #A9BBB2

HEX: #A9BBB2 RGB: (169,187,178)

Color info

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

RGB color model

#A9BBB2 color RGB value is (169,187,178).

RGB: (169,187,178) (66%, 73%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 187 of 255 = 73%
B 178 of 255 = 70%

169
187
178

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

Portions of RGB colors in percentages

R + G + B = 169 + 187 + 178 = 534 (100%)
R 169 of 534 ~ 31.65%
G 187 of 534 ~ 35.02%
B 178 of 534 ~ 33.33'%

%31.65
%35.02
%33.33

CMYK color model

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

  • cyan value is 9.63%
  • magenta value is 0.00%
  • yellow value is 4.81%
  • 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
%4.81
%26.67

Codes

Color #A9BBB2 in popluar color models

A9 BB B2
RGB 169 187 178
HSL 150° 11.69% 69.80%
HSB/HSV 150° 9.63% 73.33%
CMYK 9.63% 0.00% 4.81%
26.67%

Color #A9BBB2 in popluar number systems.

HEX A9 BB B2
Decimal 169 187 178
Binary 10101001 10111011 10110010
Octal 251 273 262

Shades and tints

Shades of #A9BBB2

#A9BBB2
(169,187,178)
#9AAAA2
(154,170,162)
#8B9992
(139,153,146)
#7C8882
(124,136,130)
#6D7772
(109,119,114)
#5E6662
(94,102,98)
#4F5552
(79,85,82)
#404442
(64,68,66)
#313332
(49,51,50)
#222222
(34,34,34)
#131112
(19,17,18)
#000000
(0,0,0)

Tints of #A9BBB2

#A9BBB2
(169,187,178)
#B0C1B9
(176,193,185)
#B7C7C0
(183,199,192)
#BECDC7
(190,205,199)
#C5D3CE
(197,211,206)
#CCD9D5
(204,217,213)
#D3DFDC
(211,223,220)
#DAE5E3
(218,229,227)
#E1EBEA
(225,235,234)
#E8F1F1
(232,241,241)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BBB2; }

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

This text font color is #A9BBB2.

Background Color

.myBgColor { background-color: #A9BBB2; }

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

This div background color is #A9BBB2.

Border color

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

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

This div border color is #A9BBB2.

Opacity

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

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

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

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

This text has shadow with #A9BBB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BBB2.

Preview

Color preview on black background

This text has color #A9BBB2 on black background.


Color preview on white background

This text has color #A9BBB2 on white background.


Black color preview on #A9BBB2 background

This text has black color on #A9BBB2 background.


White color preview on #A9BBB2 background

This text has white color on #A9BBB2 background.


Related colors

Complementary color

Complementary color for #hex is #56444D.


I love getcolorcode.com

Triadic colors

1 #B2A9BB and #BBB2A9 with #A9BBB2 are triadic colors.

2 #B2BBA9 and #BBA9B2 with #A9BBB2 are triadic colors.