COLOR #A5A0BB

HEX: #A5A0BB
RGB: (165,160,187)

Color info

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

RGB color model

#A5A0BB color RGB value is (165,160,187).

  • red value is 165;
  • green value is 160;
  • blue value is 187.
RGB:
(165,160,187)
(65%,63%,73%)

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 187 of 255 = 73%

165
160
187

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

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 187 = 512 (100%)
R 165 of 512 ~ 32.23%
G 160 of 512 ~ 31.25%
B 187 of 512 ~ 36.52%

%32.23
%31.25
%36.52

CMYK color model

#A5A0BB color CMYK value is (12,14,0,27).

  • cyan value is 11.76%
  • magenta value is 14.44%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK:
(12,14,0,27)
C12M14Y0K27 
(12%,14%,0%,27%)
(0.12/0.14/0.00/0.27)	

CMYK percentages

%11.76
%14.44
%0
%26.67

Codes

Color #A5A0BB in popluar color models

A5A0BB
RGB165160187
HSL251°16.56%68.04%
HSB/HSV251°14.44%73.33%
CMYK11.76%14.44%0.00%
26.67%

Color #A5A0BB in popluar number systems.

HEXA5A0BB
Decimal165160187
Binary101001011010000010111011
Octal245240273

Shades and tints

Shades of #A5A0BB

#A5A0BB
(165,160,187)
#9692AA
(150,146,170)
#878499
(135,132,153)
#787688
(120,118,136)
#696877
(105,104,119)
#5A5A66
(90,90,102)
#4B4C55
(75,76,85)
#3C3E44
(60,62,68)
#2D3033
(45,48,51)
#1E2222
(30,34,34)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #A5A0BB

#A5A0BB
(165,160,187)
#ADA8C1
(173,168,193)
#B5B0C7
(181,176,199)
#BDB8CD
(189,184,205)
#C5C0D3
(197,192,211)
#CDC8D9
(205,200,217)
#D5D0DF
(213,208,223)
#DDD8E5
(221,216,229)
#E5E0EB
(229,224,235)
#EDE8F1
(237,232,241)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0BB; }

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

This text font color is #A5A0BB.


Background Color

.myBgColor { background-color: #A5A0BB; }

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

This div background color is #A5A0BB.


Border color

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

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

This div border color is #A5A0BB.


Opacity

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

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

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

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

This text has shadow with #A5A0BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A0BB on black background.


Color preview on white background

This text has color #A5A0BB on white background.



Black color preview on #A5A0BB background

This text has black color on #A5A0BB background.


White color preview on #A5A0BB background

This text has white color on #A5A0BB background.