COLOR #A5ABEC

HEX: #A5ABEC
RGB: (165,171,236)

Color info

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

RGB color model

#A5ABEC color RGB value is (165,171,236).

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

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 236 of 255 = 93%

165
171
236

R + G + B ~ 75%. #A5ABEC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 236 = 572 (100%)
R 165 of 572 ~ 28.85%
G 171 of 572 ~ 29.9%
B 236 of 572 ~ 41.26%

%28.85
%29.9
%41.26

CMYK color model

#A5ABEC color CMYK value is (30,28,0,7).

  • cyan value is 30.08%
  • magenta value is 27.54%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(30,28,0,7)
C30M28Y0K7 
(30%,28%,0%,7%)
(0.30/0.28/0.00/0.07)	

CMYK percentages

%30.08
%27.54
%0
%7.45

Codes

Color #A5ABEC in popluar color models

A5ABEC
RGB165171236
HSL235°65.14%78.63%
HSB/HSV235°30.08%92.55%
CMYK30.08%27.54%0.00%
7.45%

Color #A5ABEC in popluar number systems.

HEXA5ABEC
Decimal165171236
Binary101001011010101111101100
Octal245253354

Shades and tints

Shades of #A5ABEC

#A5ABEC
(165,171,236)
#969CD7
(150,156,215)
#878DC2
(135,141,194)
#787EAD
(120,126,173)
#696F98
(105,111,152)
#5A6083
(90,96,131)
#4B516E
(75,81,110)
#3C4259
(60,66,89)
#2D3344
(45,51,68)
#1E242F
(30,36,47)
#0F151A
(15,21,26)
#000000
(0,0,0)

Tints of #A5ABEC

#A5ABEC
(165,171,236)
#ADB2ED
(173,178,237)
#B5B9EE
(181,185,238)
#BDC0EF
(189,192,239)
#C5C7F0
(197,199,240)
#CDCEF1
(205,206,241)
#D5D5F2
(213,213,242)
#DDDCF3
(221,220,243)
#E5E3F4
(229,227,244)
#EDEAF5
(237,234,245)
#F5F1F6
(245,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABEC; }

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

This text font color is #A5ABEC.


Background Color

.myBgColor { background-color: #A5ABEC; }

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

This div background color is #A5ABEC.


Border color

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

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

This div border color is #A5ABEC.


Opacity

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

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

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

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

This text has shadow with #A5ABEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABEC on black background.


Color preview on white background

This text has color #A5ABEC on white background.



Black color preview on #A5ABEC background

This text has black color on #A5ABEC background.


White color preview on #A5ABEC background

This text has white color on #A5ABEC background.