COLOR #A1ABE3

HEX: #A1ABE3
RGB: (161,171,227)

Color info

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

RGB color model

#A1ABE3 color RGB value is (161,171,227).

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

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 227 of 255 = 89%

161
171
227

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

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 227 = 559 (100%)
R 161 of 559 ~ 28.8%
G 171 of 559 ~ 30.59%
B 227 of 559 ~ 40.61%

%28.8
%30.59
%40.61

CMYK color model

#A1ABE3 color CMYK value is (29,25,0,11).

  • cyan value is 29.07%
  • magenta value is 24.67%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(29,25,0,11)
C29M25Y0K11 
(29%,25%,0%,11%)
(0.29/0.25/0.00/0.11)	

CMYK percentages

%29.07
%24.67
%0
%10.98

Codes

Color #A1ABE3 in popluar color models

A1ABE3
RGB161171227
HSL231°54.10%76.08%
HSB/HSV231°29.07%89.02%
CMYK29.07%24.67%0.00%
10.98%

Color #A1ABE3 in popluar number systems.

HEXA1ABE3
Decimal161171227
Binary101000011010101111100011
Octal241253343

Shades and tints

Shades of #A1ABE3

#A1ABE3
(161,171,227)
#939CCF
(147,156,207)
#858DBB
(133,141,187)
#777EA7
(119,126,167)
#696F93
(105,111,147)
#5B607F
(91,96,127)
#4D516B
(77,81,107)
#3F4257
(63,66,87)
#313343
(49,51,67)
#23242F
(35,36,47)
#15151B
(21,21,27)
#000000
(0,0,0)

Tints of #A1ABE3

#A1ABE3
(161,171,227)
#A9B2E5
(169,178,229)
#B1B9E7
(177,185,231)
#B9C0E9
(185,192,233)
#C1C7EB
(193,199,235)
#C9CEED
(201,206,237)
#D1D5EF
(209,213,239)
#D9DCF1
(217,220,241)
#E1E3F3
(225,227,243)
#E9EAF5
(233,234,245)
#F1F1F7
(241,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ABE3; }

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

This text font color is #A1ABE3.


Background Color

.myBgColor { background-color: #A1ABE3; }

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

This div background color is #A1ABE3.


Border color

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

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

This div border color is #A1ABE3.


Opacity

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

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

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

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

This text has shadow with #A1ABE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ABE3 on black background.


Color preview on white background

This text has color #A1ABE3 on white background.



Black color preview on #A1ABE3 background

This text has black color on #A1ABE3 background.


White color preview on #A1ABE3 background

This text has white color on #A1ABE3 background.