COLOR #A1ABEE

HEX: #A1ABEE
RGB: (161,171,238)

Color info

#A1ABEE contains mainly blue color. Web safe color of #A1ABEE is #9999FF (or #99F).

RGB color model

#A1ABEE color RGB value is (161,171,238).

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

RGB channels and saturation

R 161 of 255 = 63%
G 171 of 255 = 67%
B 238 of 255 = 93%

161
171
238

R + G + B ~ 74%. #A1ABEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 171 + 238 = 570 (100%)
R 161 of 570 ~ 28.25%
G 171 of 570 ~ 30%
B 238 of 570 ~ 41.75%

%28.25
%30
%41.75

CMYK color model

#A1ABEE color CMYK value is (32,28,0,7).

  • cyan value is 32.35%
  • magenta value is 28.15%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(32,28,0,7)
C32M28Y0K7 
(32%,28%,0%,7%)
(0.32/0.28/0.00/0.07)	

CMYK percentages

%32.35
%28.15
%0
%6.67

Codes

Color #A1ABEE in popluar color models

A1ABEE
RGB161171238
HSL232°69.37%78.24%
HSB/HSV232°32.35%93.33%
CMYK32.35%28.15%0.00%
6.67%

Color #A1ABEE in popluar number systems.

HEXA1ABEE
Decimal161171238
Binary101000011010101111101110
Octal241253356

Shades and tints

Shades of #A1ABEE

#A1ABEE
(161,171,238)
#939CD9
(147,156,217)
#858DC4
(133,141,196)
#777EAF
(119,126,175)
#696F9A
(105,111,154)
#5B6085
(91,96,133)
#4D5170
(77,81,112)
#3F425B
(63,66,91)
#313346
(49,51,70)
#232431
(35,36,49)
#15151C
(21,21,28)
#000000
(0,0,0)

Tints of #A1ABEE

#A1ABEE
(161,171,238)
#A9B2EF
(169,178,239)
#B1B9F0
(177,185,240)
#B9C0F1
(185,192,241)
#C1C7F2
(193,199,242)
#C9CEF3
(201,206,243)
#D1D5F4
(209,213,244)
#D9DCF5
(217,220,245)
#E1E3F6
(225,227,246)
#E9EAF7
(233,234,247)
#F1F1F8
(241,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A1ABEE; }

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

This text font color is #A1ABEE.


Background Color

.myBgColor { background-color: #A1ABEE; }

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

This div background color is #A1ABEE.


Border color

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

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

This div border color is #A1ABEE.


Opacity

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

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

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

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

This text has shadow with #A1ABEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A1ABEE on black background.


Color preview on white background

This text has color #A1ABEE on white background.



Black color preview on #A1ABEE background

This text has black color on #A1ABEE background.


White color preview on #A1ABEE background

This text has white color on #A1ABEE background.