COLOR #A0A5BD

HEX: #A0A5BD RGB: (160,165,189)

Color info

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

RGB color model

#A0A5BD color RGB value is (160,165,189).

RGB: (160,165,189) (63%, 65%, 74%)

RGB channels and saturation

R 160 of 255 = 63%
G 165 of 255 = 65%
B 189 of 255 = 74%

160
165
189

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

Portions of RGB colors in percentages

R + G + B = 160 + 165 + 189 = 514 (100%)
R 160 of 514 ~ 31.13%
G 165 of 514 ~ 32.1%
B 189 of 514 ~ 36.77'%

%31.13
%32.1
%36.77

CMYK color model

#A0A5BD color CMYK value is (15,13,0,26).

  • cyan value is 15.34%
  • magenta value is 12.70%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK: (15,13,0,26) C15M13Y0K26 (15%,13%,0%,26%) (0.15/0.13/0.00/0.26) 

CMYK percentages

%15.34
%12.7
%0
%25.88

Codes

Color #A0A5BD in popluar color models

A0 A5 BD
RGB 160 165 189
HSL 230° 18.01% 68.43%
HSB/HSV 230° 15.34% 74.12%
CMYK 15.34% 12.70% 0.00%
25.88%

Color #A0A5BD in popluar number systems.

HEX A0 A5 BD
Decimal 160 165 189
Binary 10100000 10100101 10111101
Octal 240 245 275

Shades and tints

Shades of #A0A5BD

#A0A5BD
(160,165,189)
#9296AC
(146,150,172)
#84879B
(132,135,155)
#76788A
(118,120,138)
#686979
(104,105,121)
#5A5A68
(90,90,104)
#4C4B57
(76,75,87)
#3E3C46
(62,60,70)
#302D35
(48,45,53)
#221E24
(34,30,36)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A0A5BD

#A0A5BD
(160,165,189)
#A8ADC3
(168,173,195)
#B0B5C9
(176,181,201)
#B8BDCF
(184,189,207)
#C0C5D5
(192,197,213)
#C8CDDB
(200,205,219)
#D0D5E1
(208,213,225)
#D8DDE7
(216,221,231)
#E0E5ED
(224,229,237)
#E8EDF3
(232,237,243)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A0A5BD; }

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

This text font color is #A0A5BD.

Background Color

.myBgColor { background-color: #A0A5BD; }

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

This div background color is #A0A5BD.

Border color

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

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

This div border color is #A0A5BD.

Opacity

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

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

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

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

This text has shadow with #A0A5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A0A5BD.

Preview

Color preview on black background

This text has color #A0A5BD on black background.


Color preview on white background

This text has color #A0A5BD on white background.


Black color preview on #A0A5BD background

This text has black color on #A0A5BD background.


White color preview on #A0A5BD background

This text has white color on #A0A5BD background.


Related colors

Complementary color

Complementary color for #hex is #5F5A42.


I love getcolorcode.com

Triadic colors

1 #BDA0A5 and #A5BDA0 with #A0A5BD are triadic colors.

2 #BDA5A0 and #A5A0BD with #A0A5BD are triadic colors.