COLOR #A5A5BD

HEX: #A5A5BD RGB: (165,165,189)

Color info

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

RGB color model

#A5A5BD color RGB value is (165,165,189).

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

RGB channels and saturation

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

165
165
189

R + G + B ~ 68%. #A5A5BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 165 + 165 + 189 = 519 (100%)
R 165 of 519 ~ 31.79%
G 165 of 519 ~ 31.79%
B 189 of 519 ~ 36.42'%

%31.79
%31.79
%36.42

CMYK color model

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

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

CMYK percentages

%12.7
%12.7
%0
%25.88

Codes

Color #A5A5BD in popluar color models

A5 A5 BD
RGB 165 165 189
HSL 240° 15.38% 69.41%
HSB/HSV 240° 12.70% 74.12%
CMYK 12.70% 12.70% 0.00%
25.88%

Color #A5A5BD in popluar number systems.

HEX A5 A5 BD
Decimal 165 165 189
Binary 10100101 10100101 10111101
Octal 245 245 275

Shades and tints

Shades of #A5A5BD

#A5A5BD
(165,165,189)
#9696AC
(150,150,172)
#87879B
(135,135,155)
#78788A
(120,120,138)
#696979
(105,105,121)
#5A5A68
(90,90,104)
#4B4B57
(75,75,87)
#3C3C46
(60,60,70)
#2D2D35
(45,45,53)
#1E1E24
(30,30,36)
#0F0F13
(15,15,19)
#000000
(0,0,0)

Tints of #A5A5BD

#A5A5BD
(165,165,189)
#ADADC3
(173,173,195)
#B5B5C9
(181,181,201)
#BDBDCF
(189,189,207)
#C5C5D5
(197,197,213)
#CDCDDB
(205,205,219)
#D5D5E1
(213,213,225)
#DDDDE7
(221,221,231)
#E5E5ED
(229,229,237)
#EDEDF3
(237,237,243)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A5BD; }

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

This text font color is #A5A5BD.

Background Color

.myBgColor { background-color: #A5A5BD; }

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

This div background color is #A5A5BD.

Border color

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

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

This div border color is #A5A5BD.

Opacity

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

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

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

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

This text has shadow with #A5A5BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A5BD.

Preview

Color preview on black background

This text has color #A5A5BD on black background.


Color preview on white background

This text has color #A5A5BD on white background.


Black color preview on #A5A5BD background

This text has black color on #A5A5BD background.


White color preview on #A5A5BD background

This text has white color on #A5A5BD background.


Related colors

Complementary color

Complementary color for #hex is #5A5A42.


I love getcolorcode.com