COLOR #A5A8BE

HEX: #A5A8BE
RGB: (165,168,190)

Color info

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

RGB color model

#A5A8BE color RGB value is (165,168,190).

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

RGB channels and saturation

R 165 of 255 = 65%
G 168 of 255 = 66%
B 190 of 255 = 75%

165
168
190

R + G + B ~ 69%. #A5A8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 168 + 190 = 523 (100%)
R 165 of 523 ~ 31.55%
G 168 of 523 ~ 32.12%
B 190 of 523 ~ 36.33%

%31.55
%32.12
%36.33

CMYK color model

#A5A8BE color CMYK value is (13,12,0,25).

  • cyan value is 13.16%
  • magenta value is 11.58%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(13,12,0,25)
C13M12Y0K25 
(13%,12%,0%,25%)
(0.13/0.12/0.00/0.25)	

CMYK percentages

%13.16
%11.58
%0
%25.49

Codes

Color #A5A8BE in popluar color models

A5A8BE
RGB165168190
HSL233°16.13%69.61%
HSB/HSV233°13.16%74.51%
CMYK13.16%11.58%0.00%
25.49%

Color #A5A8BE in popluar number systems.

HEXA5A8BE
Decimal165168190
Binary101001011010100010111110
Octal245250276

Shades and tints

Shades of #A5A8BE

#A5A8BE
(165,168,190)
#9699AD
(150,153,173)
#878A9C
(135,138,156)
#787B8B
(120,123,139)
#696C7A
(105,108,122)
#5A5D69
(90,93,105)
#4B4E58
(75,78,88)
#3C3F47
(60,63,71)
#2D3036
(45,48,54)
#1E2125
(30,33,37)
#0F1214
(15,18,20)
#000000
(0,0,0)

Tints of #A5A8BE

#A5A8BE
(165,168,190)
#ADAFC3
(173,175,195)
#B5B6C8
(181,182,200)
#BDBDCD
(189,189,205)
#C5C4D2
(197,196,210)
#CDCBD7
(205,203,215)
#D5D2DC
(213,210,220)
#DDD9E1
(221,217,225)
#E5E0E6
(229,224,230)
#EDE7EB
(237,231,235)
#F5EEF0
(245,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A8BE; }

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

This text font color is #A5A8BE.


Background Color

.myBgColor { background-color: #A5A8BE; }

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

This div background color is #A5A8BE.


Border color

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

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

This div border color is #A5A8BE.


Opacity

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

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

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

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

This text has shadow with #A5A8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5A8BE on black background.


Color preview on white background

This text has color #A5A8BE on white background.



Black color preview on #A5A8BE background

This text has black color on #A5A8BE background.


White color preview on #A5A8BE background

This text has white color on #A5A8BE background.