COLOR #A5A1BE

HEX: #A5A1BE
RGB: (165,161,190)

Color info

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

RGB color model

#A5A1BE color RGB value is (165,161,190).

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

RGB channels and saturation

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

165
161
190

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

Portions of RGB colors in percentages

R + G + B =
165 + 161 + 190 = 516 (100%)
R 165 of 516 ~ 31.98%
G 161 of 516 ~ 31.2%
B 190 of 516 ~ 36.82%

%31.98
%31.2
%36.82

CMYK color model

#A5A1BE color CMYK value is (13,15,0,25).

  • cyan value is 13.16%
  • magenta value is 15.26%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,15,0,25)
C13M15Y0K25 
(13%,15%,0%,25%)
(0.13/0.15/0.00/0.25)	

CMYK percentages

%13.16
%15.26
%0
%25.49

Codes

Color #A5A1BE in popluar color models

A5A1BE
RGB165161190
HSL248°18.24%68.82%
HSB/HSV248°15.26%74.51%
CMYK13.16%15.26%0.00%
25.49%

Color #A5A1BE in popluar number systems.

HEXA5A1BE
Decimal165161190
Binary101001011010000110111110
Octal245241276

Shades and tints

Shades of #A5A1BE

#A5A1BE
(165,161,190)
#9693AD
(150,147,173)
#87859C
(135,133,156)
#78778B
(120,119,139)
#69697A
(105,105,122)
#5A5B69
(90,91,105)
#4B4D58
(75,77,88)
#3C3F47
(60,63,71)
#2D3136
(45,49,54)
#1E2325
(30,35,37)
#0F1514
(15,21,20)
#000000
(0,0,0)

Tints of #A5A1BE

#A5A1BE
(165,161,190)
#ADA9C3
(173,169,195)
#B5B1C8
(181,177,200)
#BDB9CD
(189,185,205)
#C5C1D2
(197,193,210)
#CDC9D7
(205,201,215)
#D5D1DC
(213,209,220)
#DDD9E1
(221,217,225)
#E5E1E6
(229,225,230)
#EDE9EB
(237,233,235)
#F5F1F0
(245,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A1BE; }

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

This text font color is #A5A1BE.


Background Color

.myBgColor { background-color: #A5A1BE; }

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

This div background color is #A5A1BE.


Border color

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

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

This div border color is #A5A1BE.


Opacity

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

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

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

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

This text has shadow with #A5A1BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A1BE on black background.


Color preview on white background

This text has color #A5A1BE on white background.



Black color preview on #A5A1BE background

This text has black color on #A5A1BE background.


White color preview on #A5A1BE background

This text has white color on #A5A1BE background.