COLOR #A9AFBC

HEX: #A9AFBC RGB: (169,175,188)

Color info

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

RGB color model

#A9AFBC color RGB value is (169,175,188).

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

RGB channels and saturation

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

169
175
188

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 188 = 532 (100%)
R 169 of 532 ~ 31.77%
G 175 of 532 ~ 32.89%
B 188 of 532 ~ 35.34'%

%31.77
%32.89
%35.34

CMYK color model

#A9AFBC color CMYK value is (10,7,0,26).

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

CMYK: (10,7,0,26)
C10M7Y0K26 (10%, 7%, 0%, 26%)
(0.10 / 0.07 / 0.00 / 0.26)

CMYK percentages

%10.11
%6.91
%0
%26.27

Codes

Color #A9AFBC in popluar color models

A9 AF BC
RGB 169 175 188
HSL 221° 12.42% 70.00%
HSB/HSV 221° 10.11% 73.73%
CMYK 10.11% 6.91% 0.00%
26.27%

Color #A9AFBC in popluar number systems.

HEX A9 AF BC
Decimal 169 175 188
Binary 10101001 10101111 10111100
Octal 251 257 274

Shades and tints

Shades of #A9AFBC

#A9AFBC
(169,175,188)
#9AA0AB
(154,160,171)
#8B919A
(139,145,154)
#7C8289
(124,130,137)
#6D7378
(109,115,120)
#5E6467
(94,100,103)
#4F5556
(79,85,86)
#404645
(64,70,69)
#313734
(49,55,52)
#222823
(34,40,35)
#131912
(19,25,18)
#000000
(0,0,0)

Tints of #A9AFBC

#A9AFBC
(169,175,188)
#B0B6C2
(176,182,194)
#B7BDC8
(183,189,200)
#BEC4CE
(190,196,206)
#C5CBD4
(197,203,212)
#CCD2DA
(204,210,218)
#D3D9E0
(211,217,224)
#DAE0E6
(218,224,230)
#E1E7EC
(225,231,236)
#E8EEF2
(232,238,242)
#EFF5F8
(239,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFBC; }

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

This text font color is #A9AFBC.

Background Color

.myBgColor { background-color: #A9AFBC; }

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

This div background color is #A9AFBC.

Border color

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

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

This div border color is #A9AFBC.

Opacity

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

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

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

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

This text has shadow with #A9AFBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AFBC.

Preview

Color preview on black background

This text has color #A9AFBC on black background.


Color preview on white background

This text has color #A9AFBC on white background.


Black color preview on #A9AFBC background

This text has black color on #A9AFBC background.


White color preview on #A9AFBC background

This text has white color on #A9AFBC background.


Related colors

Complementary color

Complementary color for #hex is #565043.


I love getcolorcode.com

Triadic colors

1 #BCA9AF and #AFBCA9 with #A9AFBC are triadic colors.

2 #BCAFA9 and #AFA9BC with #A9AFBC are triadic colors.