COLOR #A5A0BE

HEX: #A5A0BE
RGB: (165,160,190)

Color info

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

RGB color model

#A5A0BE color RGB value is (165,160,190).

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

RGB channels and saturation

R 165 of 255 = 65%
G 160 of 255 = 63%
B 190 of 255 = 75%

165
160
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 160 + 190 = 515 (100%)
R 165 of 515 ~ 32.04%
G 160 of 515 ~ 31.07%
B 190 of 515 ~ 36.89%

%32.04
%31.07
%36.89

CMYK color model

#A5A0BE color CMYK value is (13,16,0,25).

  • cyan value is 13.16%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,16,0,25)
C13M16Y0K25 
(13%,16%,0%,25%)
(0.13/0.16/0.00/0.25)	

CMYK percentages

%13.16
%15.79
%0
%25.49

Codes

Color #A5A0BE in popluar color models

A5A0BE
RGB165160190
HSL250°18.75%68.63%
HSB/HSV250°15.79%74.51%
CMYK13.16%15.79%0.00%
25.49%

Color #A5A0BE in popluar number systems.

HEXA5A0BE
Decimal165160190
Binary101001011010000010111110
Octal245240276

Shades and tints

Shades of #A5A0BE

#A5A0BE
(165,160,190)
#9692AD
(150,146,173)
#87849C
(135,132,156)
#78768B
(120,118,139)
#69687A
(105,104,122)
#5A5A69
(90,90,105)
#4B4C58
(75,76,88)
#3C3E47
(60,62,71)
#2D3036
(45,48,54)
#1E2225
(30,34,37)
#0F1414
(15,20,20)
#000000
(0,0,0)

Tints of #A5A0BE

#A5A0BE
(165,160,190)
#ADA8C3
(173,168,195)
#B5B0C8
(181,176,200)
#BDB8CD
(189,184,205)
#C5C0D2
(197,192,210)
#CDC8D7
(205,200,215)
#D5D0DC
(213,208,220)
#DDD8E1
(221,216,225)
#E5E0E6
(229,224,230)
#EDE8EB
(237,232,235)
#F5F0F0
(245,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A0BE; }

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

This text font color is #A5A0BE.


Background Color

.myBgColor { background-color: #A5A0BE; }

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

This div background color is #A5A0BE.


Border color

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

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

This div border color is #A5A0BE.


Opacity

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

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

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

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

This text has shadow with #A5A0BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A0BE on black background.


Color preview on white background

This text has color #A5A0BE on white background.



Black color preview on #A5A0BE background

This text has black color on #A5A0BE background.


White color preview on #A5A0BE background

This text has white color on #A5A0BE background.