COLOR #A8A5BE

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

168
165
190

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

Portions of RGB colors in percentages

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

%32.12
%31.55
%36.33

CMYK color model

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

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

CMYK percentages

%11.58
%13.16
%0
%25.49

Codes

Color #A8A5BE in popluar color models

A8A5BE
RGB168165190
HSL247°16.13%69.61%
HSB/HSV247°13.16%74.51%
CMYK11.58%13.16%0.00%
25.49%

Color #A8A5BE in popluar number systems.

HEXA8A5BE
Decimal168165190
Binary101010001010010110111110
Octal250245276

Shades and tints

Shades of #A8A5BE

#A8A5BE
(168,165,190)
#9996AD
(153,150,173)
#8A879C
(138,135,156)
#7B788B
(123,120,139)
#6C697A
(108,105,122)
#5D5A69
(93,90,105)
#4E4B58
(78,75,88)
#3F3C47
(63,60,71)
#302D36
(48,45,54)
#211E25
(33,30,37)
#120F14
(18,15,20)
#000000
(0,0,0)

Tints of #A8A5BE

#A8A5BE
(168,165,190)
#AFADC3
(175,173,195)
#B6B5C8
(182,181,200)
#BDBDCD
(189,189,205)
#C4C5D2
(196,197,210)
#CBCDD7
(203,205,215)
#D2D5DC
(210,213,220)
#D9DDE1
(217,221,225)
#E0E5E6
(224,229,230)
#E7EDEB
(231,237,235)
#EEF5F0
(238,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A5BE; }

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

This text font color is #A8A5BE.


Background Color

.myBgColor { background-color: #A8A5BE; }

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

This div background color is #A8A5BE.


Border color

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

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

This div border color is #A8A5BE.


Opacity

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

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

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

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

This text has shadow with #A8A5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A5BE on black background.


Color preview on white background

This text has color #A8A5BE on white background.



Black color preview on #A8A5BE background

This text has black color on #A8A5BE background.


White color preview on #A8A5BE background

This text has white color on #A8A5BE background.