COLOR #A1ABDF

HEX: #A1ABDF
RGB: (161,171,223)

Color info

#A1ABDF contains mainly green and blue colors. Web safe color of #A1ABDF is #9999CC (or #99C).

RGB color model

#A1ABDF color RGB value is (161,171,223).

  • red value is 161;
  • green value is 171;
  • blue value is 223.
RGB:
(161,171,223)
(63%,67%,87%)

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 223 of 255 = 87%

161
171
223

R + G + B ~ 72%. #A1ABDF is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 223 = 555 (100%)
R 161 of 555 ~ 29.01%
G 171 of 555 ~ 30.81%
B 223 of 555 ~ 40.18%

%29.01
%30.81
%40.18

CMYK color model

#A1ABDF color CMYK value is (28,23,0,13).

  • cyan value is 27.80%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(28,23,0,13)
C28M23Y0K13 
(28%,23%,0%,13%)
(0.28/0.23/0.00/0.13)	

CMYK percentages

%27.8
%23.32
%0
%12.55

Codes

Color #A1ABDF in popluar color models

A1ABDF
RGB161171223
HSL230°49.21%75.29%
HSB/HSV230°27.80%87.45%
CMYK27.80%23.32%0.00%
12.55%

Color #A1ABDF in popluar number systems.

HEXA1ABDF
Decimal161171223
Binary101000011010101111011111
Octal241253337

Shades and tints

Shades of #A1ABDF

#A1ABDF
(161,171,223)
#939CCB
(147,156,203)
#858DB7
(133,141,183)
#777EA3
(119,126,163)
#696F8F
(105,111,143)
#5B607B
(91,96,123)
#4D5167
(77,81,103)
#3F4253
(63,66,83)
#31333F
(49,51,63)
#23242B
(35,36,43)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A1ABDF

#A1ABDF
(161,171,223)
#A9B2E1
(169,178,225)
#B1B9E3
(177,185,227)
#B9C0E5
(185,192,229)
#C1C7E7
(193,199,231)
#C9CEE9
(201,206,233)
#D1D5EB
(209,213,235)
#D9DCED
(217,220,237)
#E1E3EF
(225,227,239)
#E9EAF1
(233,234,241)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ABDF; }

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

This text font color is #A1ABDF.


Background Color

.myBgColor { background-color: #A1ABDF; }

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

This div background color is #A1ABDF.


Border color

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

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

This div border color is #A1ABDF.


Opacity

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

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

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

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

This text has shadow with #A1ABDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ABDF on black background.


Color preview on white background

This text has color #A1ABDF on white background.



Black color preview on #A1ABDF background

This text has black color on #A1ABDF background.


White color preview on #A1ABDF background

This text has white color on #A1ABDF background.