COLOR #A1ABD1

HEX: #A1ABD1 RGB: (161,171,209)

Color info

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

RGB color model

#A1ABD1 color RGB value is (161,171,209).

RGB: (161,171,209) (63%, 67%, 82%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 209 of 255 = 82%

161
171
209

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

Portions of RGB colors in percentages

R + G + B = 161 + 171 + 209 = 541 (100%)
R 161 of 541 ~ 29.76%
G 171 of 541 ~ 31.61%
B 209 of 541 ~ 38.63'%

%29.76
%31.61
%38.63

CMYK color model

#A1ABD1 color CMYK value is (23,18,0,18).

  • cyan value is 22.97%
  • magenta value is 18.18%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (23,18,0,18)
C23M18Y0K18 (23%, 18%, 0%, 18%)
(0.23 / 0.18 / 0.00 / 0.18)

CMYK percentages

%22.97
%18.18
%0
%18.04

Codes

Color #A1ABD1 in popluar color models

A1 AB D1
RGB 161 171 209
HSL 228° 34.29% 72.55%
HSB/HSV 228° 22.97% 81.96%
CMYK 22.97% 18.18% 0.00%
18.04%

Color #A1ABD1 in popluar number systems.

HEX A1 AB D1
Decimal 161 171 209
Binary 10100001 10101011 11010001
Octal 241 253 321

Shades and tints

Shades of #A1ABD1

#A1ABD1
(161,171,209)
#939CBE
(147,156,190)
#858DAB
(133,141,171)
#777E98
(119,126,152)
#696F85
(105,111,133)
#5B6072
(91,96,114)
#4D515F
(77,81,95)
#3F424C
(63,66,76)
#313339
(49,51,57)
#232426
(35,36,38)
#151513
(21,21,19)
#000000
(0,0,0)

Tints of #A1ABD1

#A1ABD1
(161,171,209)
#A9B2D5
(169,178,213)
#B1B9D9
(177,185,217)
#B9C0DD
(185,192,221)
#C1C7E1
(193,199,225)
#C9CEE5
(201,206,229)
#D1D5E9
(209,213,233)
#D9DCED
(217,220,237)
#E1E3F1
(225,227,241)
#E9EAF5
(233,234,245)
#F1F1F9
(241,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A1ABD1 color. Also use rgb(161,171,209) instead hex code.

Text Font Color

.myTextColor { color: #A1ABD1; }

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

This text font color is #A1ABD1.

Background Color

.myBgColor { background-color: #A1ABD1; }

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

This div background color is #A1ABD1.

Border color

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

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

This div border color is #A1ABD1.

Opacity

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

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

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

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

This text has shadow with #A1ABD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1ABD1.

Preview

Color preview on black background

This text has color #A1ABD1 on black background.


Color preview on white background

This text has color #A1ABD1 on white background.


Black color preview on #A1ABD1 background

This text has black color on #A1ABD1 background.


White color preview on #A1ABD1 background

This text has white color on #A1ABD1 background.


Related colors

Complementary color

Complementary color for #hex is #5E542E.


I love getcolorcode.com

Triadic colors

1 #D1A1AB and #ABD1A1 with #A1ABD1 are triadic colors.

2 #D1ABA1 and #ABA1D1 with #A1ABD1 are triadic colors.