COLOR #A1A9C1

HEX: #A1A9C1
RGB: (161,169,193)

Color info

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

RGB color model

#A1A9C1 color RGB value is (161,169,193).

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

RGB channels and saturation

R 161 of 255 = 63%
G 169 of 255 = 66%
B 193 of 255 = 76%

161
169
193

R + G + B ~ 68%. #A1A9C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 169 + 193 = 523 (100%)
R 161 of 523 ~ 30.78%
G 169 of 523 ~ 32.31%
B 193 of 523 ~ 36.9%

%30.78
%32.31
%36.9

CMYK color model

#A1A9C1 color CMYK value is (17,12,0,24).

  • cyan value is 16.58%
  • magenta value is 12.44%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,12,0,24)
C17M12Y0K24 
(17%,12%,0%,24%)
(0.17/0.12/0.00/0.24)	

CMYK percentages

%16.58
%12.44
%0
%24.31

Codes

Color #A1A9C1 in popluar color models

A1A9C1
RGB161169193
HSL225°20.51%69.41%
HSB/HSV225°16.58%75.69%
CMYK16.58%12.44%0.00%
24.31%

Color #A1A9C1 in popluar number systems.

HEXA1A9C1
Decimal161169193
Binary101000011010100111000001
Octal241251301

Shades and tints

Shades of #A1A9C1

#A1A9C1
(161,169,193)
#939AB0
(147,154,176)
#858B9F
(133,139,159)
#777C8E
(119,124,142)
#696D7D
(105,109,125)
#5B5E6C
(91,94,108)
#4D4F5B
(77,79,91)
#3F404A
(63,64,74)
#313139
(49,49,57)
#232228
(35,34,40)
#151317
(21,19,23)
#000000
(0,0,0)

Tints of #A1A9C1

#A1A9C1
(161,169,193)
#A9B0C6
(169,176,198)
#B1B7CB
(177,183,203)
#B9BED0
(185,190,208)
#C1C5D5
(193,197,213)
#C9CCDA
(201,204,218)
#D1D3DF
(209,211,223)
#D9DAE4
(217,218,228)
#E1E1E9
(225,225,233)
#E9E8EE
(233,232,238)
#F1EFF3
(241,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1A9C1; }

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

This text font color is #A1A9C1.


Background Color

.myBgColor { background-color: #A1A9C1; }

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

This div background color is #A1A9C1.


Border color

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

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

This div border color is #A1A9C1.


Opacity

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

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

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

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

This text has shadow with #A1A9C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1A9C1 on black background.


Color preview on white background

This text has color #A1A9C1 on white background.



Black color preview on #A1A9C1 background

This text has black color on #A1A9C1 background.


White color preview on #A1A9C1 background

This text has white color on #A1A9C1 background.