COLOR #A1ABE0

HEX: #A1ABE0
RGB: (161,171,224)

Color info

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

RGB color model

#A1ABE0 color RGB value is (161,171,224).

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

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 224 of 255 = 88%

161
171
224

R + G + B ~ 73%. #A1ABE0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 224 = 556 (100%)
R 161 of 556 ~ 28.96%
G 171 of 556 ~ 30.76%
B 224 of 556 ~ 40.29%

%28.96
%30.76
%40.29

CMYK color model

#A1ABE0 color CMYK value is (28,24,0,12).

  • cyan value is 28.13%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(28,24,0,12)
C28M24Y0K12 
(28%,24%,0%,12%)
(0.28/0.24/0.00/0.12)	

CMYK percentages

%28.13
%23.66
%0
%12.16

Codes

Color #A1ABE0 in popluar color models

A1ABE0
RGB161171224
HSL230°50.40%75.49%
HSB/HSV230°28.13%87.84%
CMYK28.13%23.66%0.00%
12.16%

Color #A1ABE0 in popluar number systems.

HEXA1ABE0
Decimal161171224
Binary101000011010101111100000
Octal241253340

Shades and tints

Shades of #A1ABE0

#A1ABE0
(161,171,224)
#939CCC
(147,156,204)
#858DB8
(133,141,184)
#777EA4
(119,126,164)
#696F90
(105,111,144)
#5B607C
(91,96,124)
#4D5168
(77,81,104)
#3F4254
(63,66,84)
#313340
(49,51,64)
#23242C
(35,36,44)
#151518
(21,21,24)
#000000
(0,0,0)

Tints of #A1ABE0

#A1ABE0
(161,171,224)
#A9B2E2
(169,178,226)
#B1B9E4
(177,185,228)
#B9C0E6
(185,192,230)
#C1C7E8
(193,199,232)
#C9CEEA
(201,206,234)
#D1D5EC
(209,213,236)
#D9DCEE
(217,220,238)
#E1E3F0
(225,227,240)
#E9EAF2
(233,234,242)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ABE0; }

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

This text font color is #A1ABE0.


Background Color

.myBgColor { background-color: #A1ABE0; }

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

This div background color is #A1ABE0.


Border color

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

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

This div border color is #A1ABE0.


Opacity

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

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

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

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

This text has shadow with #A1ABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ABE0 on black background.


Color preview on white background

This text has color #A1ABE0 on white background.



Black color preview on #A1ABE0 background

This text has black color on #A1ABE0 background.


White color preview on #A1ABE0 background

This text has white color on #A1ABE0 background.