COLOR #A1ABD5

HEX: #A1ABD5 RGB: (161,171,213)

Color info

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

RGB color model

#A1ABD5 color RGB value is (161,171,213).

RGB: (161,171,213) (63%, 67%, 84%)

RGB channels and saturation

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

161
171
213

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

Portions of RGB colors in percentages

R + G + B = 161 + 171 + 213 = 545 (100%)
R 161 of 545 ~ 29.54%
G 171 of 545 ~ 31.38%
B 213 of 545 ~ 39.08'%

%29.54
%31.38
%39.08

CMYK color model

#A1ABD5 color CMYK value is (24,20,0,16).

  • cyan value is 24.41%
  • magenta value is 19.72%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (24,20,0,16)
C24M20Y0K16 (24%, 20%, 0%, 16%)
(0.24 / 0.20 / 0.00 / 0.16)

CMYK percentages

%24.41
%19.72
%0
%16.47

Codes

Color #A1ABD5 in popluar color models

A1 AB D5
RGB 161 171 213
HSL 228° 38.24% 73.33%
HSB/HSV 228° 24.41% 83.53%
CMYK 24.41% 19.72% 0.00%
16.47%

Color #A1ABD5 in popluar number systems.

HEX A1 AB D5
Decimal 161 171 213
Binary 10100001 10101011 11010101
Octal 241 253 325

Shades and tints

Shades of #A1ABD5

#A1ABD5
(161,171,213)
#939CC2
(147,156,194)
#858DAF
(133,141,175)
#777E9C
(119,126,156)
#696F89
(105,111,137)
#5B6076
(91,96,118)
#4D5163
(77,81,99)
#3F4250
(63,66,80)
#31333D
(49,51,61)
#23242A
(35,36,42)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1ABD5

#A1ABD5
(161,171,213)
#A9B2D8
(169,178,216)
#B1B9DB
(177,185,219)
#B9C0DE
(185,192,222)
#C1C7E1
(193,199,225)
#C9CEE4
(201,206,228)
#D1D5E7
(209,213,231)
#D9DCEA
(217,220,234)
#E1E3ED
(225,227,237)
#E9EAF0
(233,234,240)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ABD5; }

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

This text font color is #A1ABD5.

Background Color

.myBgColor { background-color: #A1ABD5; }

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

This div background color is #A1ABD5.

Border color

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

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

This div border color is #A1ABD5.

Opacity

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

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

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

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

This text has shadow with #A1ABD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A1ABD5.

Preview

Color preview on black background

This text has color #A1ABD5 on black background.


Color preview on white background

This text has color #A1ABD5 on white background.


Black color preview on #A1ABD5 background

This text has black color on #A1ABD5 background.


White color preview on #A1ABD5 background

This text has white color on #A1ABD5 background.


Related colors

Complementary color

Complementary color for #hex is #5E542A.


I love getcolorcode.com

Triadic colors

1 #D5A1AB and #ABD5A1 with #A1ABD5 are triadic colors.

2 #D5ABA1 and #ABA1D5 with #A1ABD5 are triadic colors.