COLOR #A9AFC1

HEX: #A9AFC1 RGB: (169,175,193)

Color info

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

RGB color model

#A9AFC1 color RGB value is (169,175,193).

RGB: (169,175,193) (66%, 69%, 76%)

RGB channels and saturation

R 169 of 255 = 66%
G 175 of 255 = 69%
B 193 of 255 = 76%

169
175
193

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

Portions of RGB colors in percentages

R + G + B = 169 + 175 + 193 = 537 (100%)
R 169 of 537 ~ 31.47%
G 175 of 537 ~ 32.59%
B 193 of 537 ~ 35.94'%

%31.47
%32.59
%35.94

CMYK color model

#A9AFC1 color CMYK value is (12,9,0,24).

  • cyan value is 12.44%
  • magenta value is 9.33%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (12,9,0,24)
C12M9Y0K24 (12%, 9%, 0%, 24%)
(0.12 / 0.09 / 0.00 / 0.24)

CMYK percentages

%12.44
%9.33
%0
%24.31

Codes

Color #A9AFC1 in popluar color models

A9 AF C1
RGB 169 175 193
HSL 225° 16.22% 70.98%
HSB/HSV 225° 12.44% 75.69%
CMYK 12.44% 9.33% 0.00%
24.31%

Color #A9AFC1 in popluar number systems.

HEX A9 AF C1
Decimal 169 175 193
Binary 10101001 10101111 11000001
Octal 251 257 301

Shades and tints

Shades of #A9AFC1

#A9AFC1
(169,175,193)
#9AA0B0
(154,160,176)
#8B919F
(139,145,159)
#7C828E
(124,130,142)
#6D737D
(109,115,125)
#5E646C
(94,100,108)
#4F555B
(79,85,91)
#40464A
(64,70,74)
#313739
(49,55,57)
#222828
(34,40,40)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9AFC1

#A9AFC1
(169,175,193)
#B0B6C6
(176,182,198)
#B7BDCB
(183,189,203)
#BEC4D0
(190,196,208)
#C5CBD5
(197,203,213)
#CCD2DA
(204,210,218)
#D3D9DF
(211,217,223)
#DAE0E4
(218,224,228)
#E1E7E9
(225,231,233)
#E8EEEE
(232,238,238)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9AFC1; }

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

This text font color is #A9AFC1.

Background Color

.myBgColor { background-color: #A9AFC1; }

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

This div background color is #A9AFC1.

Border color

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

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

This div border color is #A9AFC1.

Opacity

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

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

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

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

This text has shadow with #A9AFC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9AFC1.

Preview

Color preview on black background

This text has color #A9AFC1 on black background.


Color preview on white background

This text has color #A9AFC1 on white background.


Black color preview on #A9AFC1 background

This text has black color on #A9AFC1 background.


White color preview on #A9AFC1 background

This text has white color on #A9AFC1 background.


Related colors

Complementary color

Complementary color for #hex is #56503E.


I love getcolorcode.com

Triadic colors

1 #C1A9AF and #AFC1A9 with #A9AFC1 are triadic colors.

2 #C1AFA9 and #AFA9C1 with #A9AFC1 are triadic colors.