COLOR #A5ABBC

HEX: #A5ABBC RGB: (165,171,188)

Color info

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

RGB color model

#A5ABBC color RGB value is (165,171,188).

RGB: (165,171,188) (65%, 67%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 171 of 255 = 67%
B 188 of 255 = 74%

165
171
188

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

Portions of RGB colors in percentages

R + G + B = 165 + 171 + 188 = 524 (100%)
R 165 of 524 ~ 31.49%
G 171 of 524 ~ 32.63%
B 188 of 524 ~ 35.88'%

%31.49
%32.63
%35.88

CMYK color model

#A5ABBC color CMYK value is (12,9,0,26).

  • cyan value is 12.23%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK: (12,9,0,26) C12M9Y0K26 (12%,9%,0%,26%) (0.12/0.09/0.00/0.26) 

CMYK percentages

%12.23
%9.04
%0
%26.27

Codes

Color #A5ABBC in popluar color models

A5 AB BC
RGB 165 171 188
HSL 224° 14.65% 69.22%
HSB/HSV 224° 12.23% 73.73%
CMYK 12.23% 9.04% 0.00%
26.27%

Color #A5ABBC in popluar number systems.

HEX A5 AB BC
Decimal 165 171 188
Binary 10100101 10101011 10111100
Octal 245 253 274

Shades and tints

Shades of #A5ABBC

#A5ABBC
(165,171,188)
#969CAB
(150,156,171)
#878D9A
(135,141,154)
#787E89
(120,126,137)
#696F78
(105,111,120)
#5A6067
(90,96,103)
#4B5156
(75,81,86)
#3C4245
(60,66,69)
#2D3334
(45,51,52)
#1E2423
(30,36,35)
#0F1512
(15,21,18)
#000000
(0,0,0)

Tints of #A5ABBC

#A5ABBC
(165,171,188)
#ADB2C2
(173,178,194)
#B5B9C8
(181,185,200)
#BDC0CE
(189,192,206)
#C5C7D4
(197,199,212)
#CDCEDA
(205,206,218)
#D5D5E0
(213,213,224)
#DDDCE6
(221,220,230)
#E5E3EC
(229,227,236)
#EDEAF2
(237,234,242)
#F5F1F8
(245,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5ABBC; }

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

This text font color is #A5ABBC.

Background Color

.myBgColor { background-color: #A5ABBC; }

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

This div background color is #A5ABBC.

Border color

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

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

This div border color is #A5ABBC.

Opacity

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

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

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

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

This text has shadow with #A5ABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5ABBC.

Preview

Color preview on black background

This text has color #A5ABBC on black background.


Color preview on white background

This text has color #A5ABBC on white background.


Black color preview on #A5ABBC background

This text has black color on #A5ABBC background.


White color preview on #A5ABBC background

This text has white color on #A5ABBC background.


Related colors

Complementary color

Complementary color for #hex is #5A5443.


I love getcolorcode.com

Triadic colors

1 #BCA5AB and #ABBCA5 with #A5ABBC are triadic colors.

2 #BCABA5 and #ABA5BC with #A5ABBC are triadic colors.