COLOR #A9B2C1

HEX: #A9B2C1
RGB: (169,178,193)

Color info

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

RGB color model

#A9B2C1 color RGB value is (169,178,193).

  • red value is 169;
  • green value is 178;
  • blue value is 193.
RGB:
(169,178,193)
(66%,70%,76%)

RGB channels and saturation

R 169 of 255 = 66%
G 178 of 255 = 70%
B 193 of 255 = 76%

169
178
193

R + G + B ~ 71%. #A9B2C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 178 + 193 = 540 (100%)
R 169 of 540 ~ 31.3%
G 178 of 540 ~ 32.96%
B 193 of 540 ~ 35.74%

%31.3
%32.96
%35.74

CMYK color model

#A9B2C1 color CMYK value is (12,8,0,24).

  • cyan value is 12.44%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(12,8,0,24)
C12M8Y0K24 
(12%,8%,0%,24%)
(0.12/0.08/0.00/0.24)	

CMYK percentages

%12.44
%7.77
%0
%24.31

Codes

Color #A9B2C1 in popluar color models

A9B2C1
RGB169178193
HSL218°16.22%70.98%
HSB/HSV218°12.44%75.69%
CMYK12.44%7.77%0.00%
24.31%

Color #A9B2C1 in popluar number systems.

HEXA9B2C1
Decimal169178193
Binary101010011011001011000001
Octal251262301

Shades and tints

Shades of #A9B2C1

#A9B2C1
(169,178,193)
#9AA2B0
(154,162,176)
#8B929F
(139,146,159)
#7C828E
(124,130,142)
#6D727D
(109,114,125)
#5E626C
(94,98,108)
#4F525B
(79,82,91)
#40424A
(64,66,74)
#313239
(49,50,57)
#222228
(34,34,40)
#131217
(19,18,23)
#000000
(0,0,0)

Tints of #A9B2C1

#A9B2C1
(169,178,193)
#B0B9C6
(176,185,198)
#B7C0CB
(183,192,203)
#BEC7D0
(190,199,208)
#C5CED5
(197,206,213)
#CCD5DA
(204,213,218)
#D3DCDF
(211,220,223)
#DAE3E4
(218,227,228)
#E1EAE9
(225,234,233)
#E8F1EE
(232,241,238)
#EFF8F3
(239,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9B2C1; }

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

This text font color is #A9B2C1.


Background Color

.myBgColor { background-color: #A9B2C1; }

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

This div background color is #A9B2C1.


Border color

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

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

This div border color is #A9B2C1.


Opacity

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

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

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

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

This text has shadow with #A9B2C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9B2C1 on black background.


Color preview on white background

This text has color #A9B2C1 on white background.



Black color preview on #A9B2C1 background

This text has black color on #A9B2C1 background.


White color preview on #A9B2C1 background

This text has white color on #A9B2C1 background.