COLOR #A5ABB3

HEX: #A5ABB3 RGB: (165,171,179)

Color info

#A5ABB3 contains red, green and blue colors in about the same proportion. Web safe color of #A5ABB3 is #999999 (or #999).

RGB color model

#A5ABB3 color RGB value is (165,171,179).

RGB: (165,171,179) (65%, 67%, 70%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 179 of 255 = 70%

165
171
179

R + G + B ~ 67%. #A5ABB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 179 = 515 (100%)
R 165 of 515 ~ 32.04%
G 171 of 515 ~ 33.2%
B 179 of 515 ~ 34.76'%

%32.04
%33.2
%34.76

CMYK color model

#A5ABB3 color CMYK value is (8,4,0,30).

  • cyan value is 7.82%
  • magenta value is 4.47%
  • yellow value is 0.00%
  • key color value is 29.80%

CMYK: (8,4,0,30)
C8M4Y0K30 (8%, 4%, 0%, 30%)
(0.08 / 0.04 / 0.00 / 0.30)

CMYK percentages

%7.82
%4.47
%0
%29.8

Codes

Color #A5ABB3 in popluar color models

A5 AB B3
RGB 165 171 179
HSL 214° 8.43% 67.45%
HSB/HSV 214° 7.82% 70.20%
CMYK 7.82% 4.47% 0.00%
29.80%

Color #A5ABB3 in popluar number systems.

HEX A5 AB B3
Decimal 165 171 179
Binary 10100101 10101011 10110011
Octal 245 253 263

Shades and tints

Shades of #A5ABB3

#A5ABB3
(165,171,179)
#969CA3
(150,156,163)
#878D93
(135,141,147)
#787E83
(120,126,131)
#696F73
(105,111,115)
#5A6063
(90,96,99)
#4B5153
(75,81,83)
#3C4243
(60,66,67)
#2D3333
(45,51,51)
#1E2423
(30,36,35)
#0F1513
(15,21,19)
#000000
(0,0,0)

Tints of #A5ABB3

#A5ABB3
(165,171,179)
#ADB2B9
(173,178,185)
#B5B9BF
(181,185,191)
#BDC0C5
(189,192,197)
#C5C7CB
(197,199,203)
#CDCED1
(205,206,209)
#D5D5D7
(213,213,215)
#DDDCDD
(221,220,221)
#E5E3E3
(229,227,227)
#EDEAE9
(237,234,233)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABB3; }

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

This text font color is #A5ABB3.

Background Color

.myBgColor { background-color: #A5ABB3; }

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

This div background color is #A5ABB3.

Border color

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

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

This div border color is #A5ABB3.

Opacity

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

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

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

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

This text has shadow with #A5ABB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ABB3.

Preview

Color preview on black background

This text has color #A5ABB3 on black background.


Color preview on white background

This text has color #A5ABB3 on white background.


Black color preview on #A5ABB3 background

This text has black color on #A5ABB3 background.


White color preview on #A5ABB3 background

This text has white color on #A5ABB3 background.


Related colors

Complementary color

Complementary color for #hex is #5A544C.


I love getcolorcode.com

Triadic colors

1 #B3A5AB and #ABB3A5 with #A5ABB3 are triadic colors.

2 #B3ABA5 and #ABA5B3 with #A5ABB3 are triadic colors.