COLOR #A1B1C1

HEX: #A1B1C1
RGB: (161,177,193)

Color info

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

RGB color model

#A1B1C1 color RGB value is (161,177,193).

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

RGB channels and saturation

R 161 of 255 = 63%
G 177 of 255 = 69%
B 193 of 255 = 76%

161
177
193

R + G + B ~ 69%. #A1B1C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 177 + 193 = 531 (100%)
R 161 of 531 ~ 30.32%
G 177 of 531 ~ 33.33%
B 193 of 531 ~ 36.35%

%30.32
%33.33
%36.35

CMYK color model

#A1B1C1 color CMYK value is (17,8,0,24).

  • cyan value is 16.58%
  • magenta value is 8.29%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(17,8,0,24)
C17M8Y0K24 
(17%,8%,0%,24%)
(0.17/0.08/0.00/0.24)	

CMYK percentages

%16.58
%8.29
%0
%24.31

Codes

Color #A1B1C1 in popluar color models

A1B1C1
RGB161177193
HSL210°20.51%69.41%
HSB/HSV210°16.58%75.69%
CMYK16.58%8.29%0.00%
24.31%

Color #A1B1C1 in popluar number systems.

HEXA1B1C1
Decimal161177193
Binary101000011011000111000001
Octal241261301

Shades and tints

Shades of #A1B1C1

#A1B1C1
(161,177,193)
#93A1B0
(147,161,176)
#85919F
(133,145,159)
#77818E
(119,129,142)
#69717D
(105,113,125)
#5B616C
(91,97,108)
#4D515B
(77,81,91)
#3F414A
(63,65,74)
#313139
(49,49,57)
#232128
(35,33,40)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #A1B1C1

#A1B1C1
(161,177,193)
#A9B8C6
(169,184,198)
#B1BFCB
(177,191,203)
#B9C6D0
(185,198,208)
#C1CDD5
(193,205,213)
#C9D4DA
(201,212,218)
#D1DBDF
(209,219,223)
#D9E2E4
(217,226,228)
#E1E9E9
(225,233,233)
#E9F0EE
(233,240,238)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1B1C1; }

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

This text font color is #A1B1C1.


Background Color

.myBgColor { background-color: #A1B1C1; }

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

This div background color is #A1B1C1.


Border color

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

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

This div border color is #A1B1C1.


Opacity

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

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

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

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

This text has shadow with #A1B1C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1B1C1 on black background.


Color preview on white background

This text has color #A1B1C1 on white background.



Black color preview on #A1B1C1 background

This text has black color on #A1B1C1 background.


White color preview on #A1B1C1 background

This text has white color on #A1B1C1 background.