COLOR #A1ACD5

HEX: #A1ACD5
RGB: (161,172,213)

Color info

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

RGB color model

#A1ACD5 color RGB value is (161,172,213).

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

RGB channels and saturation

R 161 of 255 = 63%
G 172 of 255 = 67%
B 213 of 255 = 84%

161
172
213

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

Portions of RGB colors in percentages

R + G + B =
161 + 172 + 213 = 546 (100%)
R 161 of 546 ~ 29.49%
G 172 of 546 ~ 31.5%
B 213 of 546 ~ 39.01%

%29.49
%31.5
%39.01

CMYK color model

#A1ACD5 color CMYK value is (24,19,0,16).

  • cyan value is 24.41%
  • magenta value is 19.25%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(24,19,0,16)
C24M19Y0K16 
(24%,19%,0%,16%)
(0.24/0.19/0.00/0.16)	

CMYK percentages

%24.41
%19.25
%0
%16.47

Codes

Color #A1ACD5 in popluar color models

A1ACD5
RGB161172213
HSL227°38.24%73.33%
HSB/HSV227°24.41%83.53%
CMYK24.41%19.25%0.00%
16.47%

Color #A1ACD5 in popluar number systems.

HEXA1ACD5
Decimal161172213
Binary101000011010110011010101
Octal241254325

Shades and tints

Shades of #A1ACD5

#A1ACD5
(161,172,213)
#939DC2
(147,157,194)
#858EAF
(133,142,175)
#777F9C
(119,127,156)
#697089
(105,112,137)
#5B6176
(91,97,118)
#4D5263
(77,82,99)
#3F4350
(63,67,80)
#31343D
(49,52,61)
#23252A
(35,37,42)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #A1ACD5

#A1ACD5
(161,172,213)
#A9B3D8
(169,179,216)
#B1BADB
(177,186,219)
#B9C1DE
(185,193,222)
#C1C8E1
(193,200,225)
#C9CFE4
(201,207,228)
#D1D6E7
(209,214,231)
#D9DDEA
(217,221,234)
#E1E4ED
(225,228,237)
#E9EBF0
(233,235,240)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ACD5; }

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

This text font color is #A1ACD5.


Background Color

.myBgColor { background-color: #A1ACD5; }

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

This div background color is #A1ACD5.


Border color

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

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

This div border color is #A1ACD5.


Opacity

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

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

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

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

This text has shadow with #A1ACD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ACD5 on black background.


Color preview on white background

This text has color #A1ACD5 on white background.



Black color preview on #A1ACD5 background

This text has black color on #A1ACD5 background.


White color preview on #A1ACD5 background

This text has white color on #A1ACD5 background.