COLOR #A5AABD

HEX: #A5AABD RGB: (165,170,189)

Color info

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

RGB color model

#A5AABD color RGB value is (165,170,189).

RGB: (165,170,189) (65%, 67%, 74%)

RGB channels and saturation

R 165 of 255 = 65%
G 170 of 255 = 67%
B 189 of 255 = 74%

165
170
189

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

Portions of RGB colors in percentages

R + G + B = 165 + 170 + 189 = 524 (100%)
R 165 of 524 ~ 31.49%
G 170 of 524 ~ 32.44%
B 189 of 524 ~ 36.07'%

%31.49
%32.44
%36.07

CMYK color model

#A5AABD color CMYK value is (13,10,0,26).

  • cyan value is 12.70%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (13,10,0,26)
C13M10Y0K26 (13%, 10%, 0%, 26%)
(0.13 / 0.10 / 0.00 / 0.26)

CMYK percentages

%12.7
%10.05
%0
%25.88

Codes

Color #A5AABD in popluar color models

A5 AA BD
RGB 165 170 189
HSL 228° 15.38% 69.41%
HSB/HSV 228° 12.70% 74.12%
CMYK 12.70% 10.05% 0.00%
25.88%

Color #A5AABD in popluar number systems.

HEX A5 AA BD
Decimal 165 170 189
Binary 10100101 10101010 10111101
Octal 245 252 275

Shades and tints

Shades of #A5AABD

#A5AABD
(165,170,189)
#969BAC
(150,155,172)
#878C9B
(135,140,155)
#787D8A
(120,125,138)
#696E79
(105,110,121)
#5A5F68
(90,95,104)
#4B5057
(75,80,87)
#3C4146
(60,65,70)
#2D3235
(45,50,53)
#1E2324
(30,35,36)
#0F1413
(15,20,19)
#000000
(0,0,0)

Tints of #A5AABD

#A5AABD
(165,170,189)
#ADB1C3
(173,177,195)
#B5B8C9
(181,184,201)
#BDBFCF
(189,191,207)
#C5C6D5
(197,198,213)
#CDCDDB
(205,205,219)
#D5D4E1
(213,212,225)
#DDDBE7
(221,219,231)
#E5E2ED
(229,226,237)
#EDE9F3
(237,233,243)
#F5F0F9
(245,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5AABD color. Also use rgb(165,170,189) instead hex code.

Text Font Color

.myTextColor { color: #A5AABD; }

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

This text font color is #A5AABD.

Background Color

.myBgColor { background-color: #A5AABD; }

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

This div background color is #A5AABD.

Border color

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

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

This div border color is #A5AABD.

Opacity

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

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

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

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

This text has shadow with #A5AABD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5AABD.

Preview

Color preview on black background

This text has color #A5AABD on black background.


Color preview on white background

This text has color #A5AABD on white background.


Black color preview on #A5AABD background

This text has black color on #A5AABD background.


White color preview on #A5AABD background

This text has white color on #A5AABD background.


Related colors

Complementary color

Complementary color for #hex is #5A5542.


I love getcolorcode.com

Triadic colors

1 #BDA5AA and #AABDA5 with #A5AABD are triadic colors.

2 #BDAAA5 and #AAA5BD with #A5AABD are triadic colors.