COLOR #A5ABBF

HEX: #A5ABBF
RGB: (165,171,191)

Color info

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

RGB color model

#A5ABBF color RGB value is (165,171,191).

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

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 191 of 255 = 75%

165
171
191

R + G + B ~ 69%. #A5ABBF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 171 + 191 = 527 (100%)
R 165 of 527 ~ 31.31%
G 171 of 527 ~ 32.45%
B 191 of 527 ~ 36.24%

%31.31
%32.45
%36.24

CMYK color model

#A5ABBF color CMYK value is (14,10,0,25).

  • cyan value is 13.61%
  • magenta value is 10.47%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(14,10,0,25)
C14M10Y0K25 
(14%,10%,0%,25%)
(0.14/0.10/0.00/0.25)	

CMYK percentages

%13.61
%10.47
%0
%25.1

Codes

Color #A5ABBF in popluar color models

A5ABBF
RGB165171191
HSL226°16.88%69.80%
HSB/HSV226°13.61%74.90%
CMYK13.61%10.47%0.00%
25.10%

Color #A5ABBF in popluar number systems.

HEXA5ABBF
Decimal165171191
Binary101001011010101110111111
Octal245253277

Shades and tints

Shades of #A5ABBF

#A5ABBF
(165,171,191)
#969CAE
(150,156,174)
#878D9D
(135,141,157)
#787E8C
(120,126,140)
#696F7B
(105,111,123)
#5A606A
(90,96,106)
#4B5159
(75,81,89)
#3C4248
(60,66,72)
#2D3337
(45,51,55)
#1E2426
(30,36,38)
#0F1515
(15,21,21)
#000000
(0,0,0)

Tints of #A5ABBF

#A5ABBF
(165,171,191)
#ADB2C4
(173,178,196)
#B5B9C9
(181,185,201)
#BDC0CE
(189,192,206)
#C5C7D3
(197,199,211)
#CDCED8
(205,206,216)
#D5D5DD
(213,213,221)
#DDDCE2
(221,220,226)
#E5E3E7
(229,227,231)
#EDEAEC
(237,234,236)
#F5F1F1
(245,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABBF; }

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

This text font color is #A5ABBF.


Background Color

.myBgColor { background-color: #A5ABBF; }

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

This div background color is #A5ABBF.


Border color

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

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

This div border color is #A5ABBF.


Opacity

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

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

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

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

This text has shadow with #A5ABBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5ABBF on black background.


Color preview on white background

This text has color #A5ABBF on white background.



Black color preview on #A5ABBF background

This text has black color on #A5ABBF background.


White color preview on #A5ABBF background

This text has white color on #A5ABBF background.