COLOR #A1ABD0

HEX: #A1ABD0
RGB: (161,171,208)

Color info

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

RGB color model

#A1ABD0 color RGB value is (161,171,208).

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

RGB channels and saturation

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

161
171
208

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

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 208 = 540 (100%)
R 161 of 540 ~ 29.81%
G 171 of 540 ~ 31.67%
B 208 of 540 ~ 38.52%

%29.81
%31.67
%38.52

CMYK color model

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

  • cyan value is 22.60%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(23,18,0,18)
C23M18Y0K18 
(23%,18%,0%,18%)
(0.23/0.18/0.00/0.18)	

CMYK percentages

%22.6
%17.79
%0
%18.43

Codes

Color #A1ABD0 in popluar color models

A1ABD0
RGB161171208
HSL227°33.33%72.35%
HSB/HSV227°22.60%81.57%
CMYK22.60%17.79%0.00%
18.43%

Color #A1ABD0 in popluar number systems.

HEXA1ABD0
Decimal161171208
Binary101000011010101111010000
Octal241253320

Shades and tints

Shades of #A1ABD0

#A1ABD0
(161,171,208)
#939CBE
(147,156,190)
#858DAC
(133,141,172)
#777E9A
(119,126,154)
#696F88
(105,111,136)
#5B6076
(91,96,118)
#4D5164
(77,81,100)
#3F4252
(63,66,82)
#313340
(49,51,64)
#23242E
(35,36,46)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #A1ABD0

#A1ABD0
(161,171,208)
#A9B2D4
(169,178,212)
#B1B9D8
(177,185,216)
#B9C0DC
(185,192,220)
#C1C7E0
(193,199,224)
#C9CEE4
(201,206,228)
#D1D5E8
(209,213,232)
#D9DCEC
(217,220,236)
#E1E3F0
(225,227,240)
#E9EAF4
(233,234,244)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ABD0; }

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

This text font color is #A1ABD0.


Background Color

.myBgColor { background-color: #A1ABD0; }

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

This div background color is #A1ABD0.


Border color

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

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

This div border color is #A1ABD0.


Opacity

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

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

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

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

This text has shadow with #A1ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ABD0 on black background.


Color preview on white background

This text has color #A1ABD0 on white background.



Black color preview on #A1ABD0 background

This text has black color on #A1ABD0 background.


White color preview on #A1ABD0 background

This text has white color on #A1ABD0 background.