COLOR #A9B0BC

HEX: #A9B0BC RGB: (169,176,188)

Color info

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

RGB color model

#A9B0BC color RGB value is (169,176,188).

RGB: (169,176,188) (66%, 69%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 176 of 255 = 69%
B 188 of 255 = 74%

169
176
188

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

Portions of RGB colors in percentages

R + G + B = 169 + 176 + 188 = 533 (100%)
R 169 of 533 ~ 31.71%
G 176 of 533 ~ 33.02%
B 188 of 533 ~ 35.27'%

%31.71
%33.02
%35.27

CMYK color model

#A9B0BC color CMYK value is (10,6,0,26).

  • cyan value is 10.11%
  • magenta value is 6.38%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (10,6,0,26)
C10M6Y0K26 (10%, 6%, 0%, 26%)
(0.10 / 0.06 / 0.00 / 0.26)

CMYK percentages

%10.11
%6.38
%0
%26.27

Codes

Color #A9B0BC in popluar color models

A9 B0 BC
RGB 169 176 188
HSL 218° 12.42% 70.00%
HSB/HSV 218° 10.11% 73.73%
CMYK 10.11% 6.38% 0.00%
26.27%

Color #A9B0BC in popluar number systems.

HEX A9 B0 BC
Decimal 169 176 188
Binary 10101001 10110000 10111100
Octal 251 260 274

Shades and tints

Shades of #A9B0BC

#A9B0BC
(169,176,188)
#9AA0AB
(154,160,171)
#8B909A
(139,144,154)
#7C8089
(124,128,137)
#6D7078
(109,112,120)
#5E6067
(94,96,103)
#4F5056
(79,80,86)
#404045
(64,64,69)
#313034
(49,48,52)
#222023
(34,32,35)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #A9B0BC

#A9B0BC
(169,176,188)
#B0B7C2
(176,183,194)
#B7BEC8
(183,190,200)
#BEC5CE
(190,197,206)
#C5CCD4
(197,204,212)
#CCD3DA
(204,211,218)
#D3DAE0
(211,218,224)
#DAE1E6
(218,225,230)
#E1E8EC
(225,232,236)
#E8EFF2
(232,239,242)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B0BC; }

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

This text font color is #A9B0BC.

Background Color

.myBgColor { background-color: #A9B0BC; }

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

This div background color is #A9B0BC.

Border color

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

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

This div border color is #A9B0BC.

Opacity

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

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

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

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

This text has shadow with #A9B0BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9B0BC.

Preview

Color preview on black background

This text has color #A9B0BC on black background.


Color preview on white background

This text has color #A9B0BC on white background.


Black color preview on #A9B0BC background

This text has black color on #A9B0BC background.


White color preview on #A9B0BC background

This text has white color on #A9B0BC background.


Related colors

Complementary color

Complementary color for #hex is #564F43.


I love getcolorcode.com

Triadic colors

1 #BCA9B0 and #B0BCA9 with #A9B0BC are triadic colors.

2 #BCB0A9 and #B0A9BC with #A9B0BC are triadic colors.