COLOR #A5A2BC

HEX: #A5A2BC
RGB: (165,162,188)

Color info

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

RGB color model

#A5A2BC color RGB value is (165,162,188).

  • red value is 165;
  • green value is 162;
  • blue value is 188.
RGB:
(165,162,188)
(65%,64%,74%)

RGB channels and saturation

R 165 of 255 = 65%
G 162 of 255 = 64%
B 188 of 255 = 74%

165
162
188

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

Portions of RGB colors in percentages

R + G + B =
165 + 162 + 188 = 515 (100%)
R 165 of 515 ~ 32.04%
G 162 of 515 ~ 31.46%
B 188 of 515 ~ 36.5%

%32.04
%31.46
%36.5

CMYK color model

#A5A2BC color CMYK value is (12,14,0,26).

  • cyan value is 12.23%
  • magenta value is 13.83%
  • yellow value is 0.00%
  • key color value is 26.27%
CMYK:
(12,14,0,26)
C12M14Y0K26 
(12%,14%,0%,26%)
(0.12/0.14/0.00/0.26)	

CMYK percentages

%12.23
%13.83
%0
%26.27

Codes

Color #A5A2BC in popluar color models

A5A2BC
RGB165162188
HSL247°16.25%68.63%
HSB/HSV247°13.83%73.73%
CMYK12.23%13.83%0.00%
26.27%

Color #A5A2BC in popluar number systems.

HEXA5A2BC
Decimal165162188
Binary101001011010001010111100
Octal245242274

Shades and tints

Shades of #A5A2BC

#A5A2BC
(165,162,188)
#9694AB
(150,148,171)
#87869A
(135,134,154)
#787889
(120,120,137)
#696A78
(105,106,120)
#5A5C67
(90,92,103)
#4B4E56
(75,78,86)
#3C4045
(60,64,69)
#2D3234
(45,50,52)
#1E2423
(30,36,35)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #A5A2BC

#A5A2BC
(165,162,188)
#ADAAC2
(173,170,194)
#B5B2C8
(181,178,200)
#BDBACE
(189,186,206)
#C5C2D4
(197,194,212)
#CDCADA
(205,202,218)
#D5D2E0
(213,210,224)
#DDDAE6
(221,218,230)
#E5E2EC
(229,226,236)
#EDEAF2
(237,234,242)
#F5F2F8
(245,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A2BC; }

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

This text font color is #A5A2BC.


Background Color

.myBgColor { background-color: #A5A2BC; }

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

This div background color is #A5A2BC.


Border color

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

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

This div border color is #A5A2BC.


Opacity

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

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

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

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

This text has shadow with #A5A2BC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A2BC on black background.


Color preview on white background

This text has color #A5A2BC on white background.



Black color preview on #A5A2BC background

This text has black color on #A5A2BC background.


White color preview on #A5A2BC background

This text has white color on #A5A2BC background.