COLOR #A9BCB2

HEX: #A9BCB2 RGB: (169,188,178)

Color info

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

RGB color model

#A9BCB2 color RGB value is (169,188,178).

RGB: (169,188,178) (66%, 74%, 70%)

RGB channels and saturation

R 169 of 255 = 66%
G 188 of 255 = 74%
B 178 of 255 = 70%

169
188
178

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

Portions of RGB colors in percentages

R + G + B = 169 + 188 + 178 = 535 (100%)
R 169 of 535 ~ 31.59%
G 188 of 535 ~ 35.14%
B 178 of 535 ~ 33.27'%

%31.59
%35.14
%33.27

CMYK color model

#A9BCB2 color CMYK value is (10,0,5,26).

  • cyan value is 10.11%
  • magenta value is 0.00%
  • yellow value is 5.32%
  • key color value is 26.27%
CMYK: (10,0,5,26) C10M0Y5K26 (10%,0%,5%,26%) (0.10/0.00/0.05/0.26) 

CMYK percentages

%10.11
%0
%5.32
%26.27

Codes

Color #A9BCB2 in popluar color models

A9 BC B2
RGB 169 188 178
HSL 148° 12.42% 70.00%
HSB/HSV 148° 10.11% 73.73%
CMYK 10.11% 0.00% 5.32%
26.27%

Color #A9BCB2 in popluar number systems.

HEX A9 BC B2
Decimal 169 188 178
Binary 10101001 10111100 10110010
Octal 251 274 262

Shades and tints

Shades of #A9BCB2

#A9BCB2
(169,188,178)
#9AABA2
(154,171,162)
#8B9A92
(139,154,146)
#7C8982
(124,137,130)
#6D7872
(109,120,114)
#5E6762
(94,103,98)
#4F5652
(79,86,82)
#404542
(64,69,66)
#313432
(49,52,50)
#222322
(34,35,34)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9BCB2

#A9BCB2
(169,188,178)
#B0C2B9
(176,194,185)
#B7C8C0
(183,200,192)
#BECEC7
(190,206,199)
#C5D4CE
(197,212,206)
#CCDAD5
(204,218,213)
#D3E0DC
(211,224,220)
#DAE6E3
(218,230,227)
#E1ECEA
(225,236,234)
#E8F2F1
(232,242,241)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BCB2; }

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

This text font color is #A9BCB2.

Background Color

.myBgColor { background-color: #A9BCB2; }

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

This div background color is #A9BCB2.

Border color

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

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

This div border color is #A9BCB2.

Opacity

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

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

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

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

This text has shadow with #A9BCB2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9BCB2.

Preview

Color preview on black background

This text has color #A9BCB2 on black background.


Color preview on white background

This text has color #A9BCB2 on white background.


Black color preview on #A9BCB2 background

This text has black color on #A9BCB2 background.


White color preview on #A9BCB2 background

This text has white color on #A9BCB2 background.


Related colors

Complementary color

Complementary color for #hex is #56434D.


I love getcolorcode.com

Triadic colors

1 #B2A9BC and #BCB2A9 with #A9BCB2 are triadic colors.

2 #B2BCA9 and #BCA9B2 with #A9BCB2 are triadic colors.