COLOR #A1ACC0

HEX: #A1ACC0
RGB: (161,172,192)

Color info

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

RGB color model

#A1ACC0 color RGB value is (161,172,192).

  • red value is 161;
  • green value is 172;
  • blue value is 192.
RGB:
(161,172,192)
(63%,67%,75%)

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 192 of 255 = 75%

161
172
192

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

Portions of RGB colors in percentages

R + G + B =
161 + 172 + 192 = 525 (100%)
R 161 of 525 ~ 30.67%
G 172 of 525 ~ 32.76%
B 192 of 525 ~ 36.57%

%30.67
%32.76
%36.57

CMYK color model

#A1ACC0 color CMYK value is (16,10,0,25).

  • cyan value is 16.15%
  • magenta value is 10.42%
  • yellow value is 0.00%
  • key color value is 24.71%
CMYK:
(16,10,0,25)
C16M10Y0K25 
(16%,10%,0%,25%)
(0.16/0.10/0.00/0.25)	

CMYK percentages

%16.15
%10.42
%0
%24.71

Codes

Color #A1ACC0 in popluar color models

A1ACC0
RGB161172192
HSL219°19.75%69.22%
HSB/HSV219°16.15%75.29%
CMYK16.15%10.42%0.00%
24.71%

Color #A1ACC0 in popluar number systems.

HEXA1ACC0
Decimal161172192
Binary101000011010110011000000
Octal241254300

Shades and tints

Shades of #A1ACC0

#A1ACC0
(161,172,192)
#939DAF
(147,157,175)
#858E9E
(133,142,158)
#777F8D
(119,127,141)
#69707C
(105,112,124)
#5B616B
(91,97,107)
#4D525A
(77,82,90)
#3F4349
(63,67,73)
#313438
(49,52,56)
#232527
(35,37,39)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #A1ACC0

#A1ACC0
(161,172,192)
#A9B3C5
(169,179,197)
#B1BACA
(177,186,202)
#B9C1CF
(185,193,207)
#C1C8D4
(193,200,212)
#C9CFD9
(201,207,217)
#D1D6DE
(209,214,222)
#D9DDE3
(217,221,227)
#E1E4E8
(225,228,232)
#E9EBED
(233,235,237)
#F1F2F2
(241,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1ACC0 color. Also use rgb(161,172,192) instead hex code.

Text Font Color

.myTextColor { color: #A1ACC0; }

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

This text font color is #A1ACC0.


Background Color

.myBgColor { background-color: #A1ACC0; }

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

This div background color is #A1ACC0.


Border color

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

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

This div border color is #A1ACC0.


Opacity

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

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

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

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

This text has shadow with #A1ACC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ACC0 on black background.


Color preview on white background

This text has color #A1ACC0 on white background.



Black color preview on #A1ACC0 background

This text has black color on #A1ACC0 background.


White color preview on #A1ACC0 background

This text has white color on #A1ACC0 background.