COLOR #A5ABE0

HEX: #A5ABE0
RGB: (165,171,224)

Color info

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

RGB color model

#A5ABE0 color RGB value is (165,171,224).

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

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 224 of 255 = 88%

165
171
224

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

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 224 = 560 (100%)
R 165 of 560 ~ 29.46%
G 171 of 560 ~ 30.54%
B 224 of 560 ~ 40%

%29.46
%30.54
%40

CMYK color model

#A5ABE0 color CMYK value is (26,24,0,12).

  • cyan value is 26.34%
  • magenta value is 23.66%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(26,24,0,12)
C26M24Y0K12 
(26%,24%,0%,12%)
(0.26/0.24/0.00/0.12)	

CMYK percentages

%26.34
%23.66
%0
%12.16

Codes

Color #A5ABE0 in popluar color models

A5ABE0
RGB165171224
HSL234°48.76%76.27%
HSB/HSV234°26.34%87.84%
CMYK26.34%23.66%0.00%
12.16%

Color #A5ABE0 in popluar number systems.

HEXA5ABE0
Decimal165171224
Binary101001011010101111100000
Octal245253340

Shades and tints

Shades of #A5ABE0

#A5ABE0
(165,171,224)
#969CCC
(150,156,204)
#878DB8
(135,141,184)
#787EA4
(120,126,164)
#696F90
(105,111,144)
#5A607C
(90,96,124)
#4B5168
(75,81,104)
#3C4254
(60,66,84)
#2D3340
(45,51,64)
#1E242C
(30,36,44)
#0F1518
(15,21,24)
#000000
(0,0,0)

Tints of #A5ABE0

#A5ABE0
(165,171,224)
#ADB2E2
(173,178,226)
#B5B9E4
(181,185,228)
#BDC0E6
(189,192,230)
#C5C7E8
(197,199,232)
#CDCEEA
(205,206,234)
#D5D5EC
(213,213,236)
#DDDCEE
(221,220,238)
#E5E3F0
(229,227,240)
#EDEAF2
(237,234,242)
#F5F1F4
(245,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABE0; }

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

This text font color is #A5ABE0.


Background Color

.myBgColor { background-color: #A5ABE0; }

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

This div background color is #A5ABE0.


Border color

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

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

This div border color is #A5ABE0.


Opacity

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

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

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

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

This text has shadow with #A5ABE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABE0 on black background.


Color preview on white background

This text has color #A5ABE0 on white background.



Black color preview on #A5ABE0 background

This text has black color on #A5ABE0 background.


White color preview on #A5ABE0 background

This text has white color on #A5ABE0 background.