COLOR #A5A5BA

HEX: #A5A5BA RGB: (165,165,186)

Color info

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

RGB color model

#A5A5BA color RGB value is (165,165,186).

RGB: (165,165,186) (65%, 65%, 73%)

RGB channels and saturation

R 165 of 255 = 65%
G 165 of 255 = 65%
B 186 of 255 = 73%

165
165
186

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

Portions of RGB colors in percentages

R + G + B = 165 + 165 + 186 = 516 (100%)
R 165 of 516 ~ 31.98%
G 165 of 516 ~ 31.98%
B 186 of 516 ~ 36.05'%

%31.98
%31.98
%36.05

CMYK color model

#A5A5BA color CMYK value is (11,11,0,27).

  • cyan value is 11.29%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (11,11,0,27)
C11M11Y0K27 (11%, 11%, 0%, 27%)
(0.11 / 0.11 / 0.00 / 0.27)

CMYK percentages

%11.29
%11.29
%0
%27.06

Codes

Color #A5A5BA in popluar color models

A5 A5 BA
RGB 165 165 186
HSL 240° 13.21% 68.82%
HSB/HSV 240° 11.29% 72.94%
CMYK 11.29% 11.29% 0.00%
27.06%

Color #A5A5BA in popluar number systems.

HEX A5 A5 BA
Decimal 165 165 186
Binary 10100101 10100101 10111010
Octal 245 245 272

Shades and tints

Shades of #A5A5BA

#A5A5BA
(165,165,186)
#9696AA
(150,150,170)
#87879A
(135,135,154)
#78788A
(120,120,138)
#69697A
(105,105,122)
#5A5A6A
(90,90,106)
#4B4B5A
(75,75,90)
#3C3C4A
(60,60,74)
#2D2D3A
(45,45,58)
#1E1E2A
(30,30,42)
#0F0F1A
(15,15,26)
#000000
(0,0,0)

Tints of #A5A5BA

#A5A5BA
(165,165,186)
#ADADC0
(173,173,192)
#B5B5C6
(181,181,198)
#BDBDCC
(189,189,204)
#C5C5D2
(197,197,210)
#CDCDD8
(205,205,216)
#D5D5DE
(213,213,222)
#DDDDE4
(221,221,228)
#E5E5EA
(229,229,234)
#EDEDF0
(237,237,240)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A5BA; }

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

This text font color is #A5A5BA.

Background Color

.myBgColor { background-color: #A5A5BA; }

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

This div background color is #A5A5BA.

Border color

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

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

This div border color is #A5A5BA.

Opacity

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

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

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

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

This text has shadow with #A5A5BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A5BA.

Preview

Color preview on black background

This text has color #A5A5BA on black background.


Color preview on white background

This text has color #A5A5BA on white background.


Black color preview on #A5A5BA background

This text has black color on #A5A5BA background.


White color preview on #A5A5BA background

This text has white color on #A5A5BA background.


Related colors

Complementary color

Complementary color for #hex is #5A5A45.


I love getcolorcode.com