COLOR #A5A8BF

HEX: #A5A8BF RGB: (165,168,191)

Color info

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

RGB color model

#A5A8BF color RGB value is (165,168,191).

RGB: (165,168,191) (65%, 66%, 75%)

RGB channels and saturation

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

165
168
191

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

Portions of RGB colors in percentages

R + G + B = 165 + 168 + 191 = 524 (100%)
R 165 of 524 ~ 31.49%
G 168 of 524 ~ 32.06%
B 191 of 524 ~ 36.45'%

%31.49
%32.06
%36.45

CMYK color model

#A5A8BF color CMYK value is (14,12,0,25).

  • cyan value is 13.61%
  • magenta value is 12.04%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (14,12,0,25)
C14M12Y0K25 (14%, 12%, 0%, 25%)
(0.14 / 0.12 / 0.00 / 0.25)

CMYK percentages

%13.61
%12.04
%0
%25.1

Codes

Color #A5A8BF in popluar color models

A5 A8 BF
RGB 165 168 191
HSL 233° 16.88% 69.80%
HSB/HSV 233° 13.61% 74.90%
CMYK 13.61% 12.04% 0.00%
25.10%

Color #A5A8BF in popluar number systems.

HEX A5 A8 BF
Decimal 165 168 191
Binary 10100101 10101000 10111111
Octal 245 250 277

Shades and tints

Shades of #A5A8BF

#A5A8BF
(165,168,191)
#9699AE
(150,153,174)
#878A9D
(135,138,157)
#787B8C
(120,123,140)
#696C7B
(105,108,123)
#5A5D6A
(90,93,106)
#4B4E59
(75,78,89)
#3C3F48
(60,63,72)
#2D3037
(45,48,55)
#1E2126
(30,33,38)
#0F1215
(15,18,21)
#000000
(0,0,0)

Tints of #A5A8BF

#A5A8BF
(165,168,191)
#ADAFC4
(173,175,196)
#B5B6C9
(181,182,201)
#BDBDCE
(189,189,206)
#C5C4D3
(197,196,211)
#CDCBD8
(205,203,216)
#D5D2DD
(213,210,221)
#DDD9E2
(221,217,226)
#E5E0E7
(229,224,231)
#EDE7EC
(237,231,236)
#F5EEF1
(245,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5A8BF; }

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

This text font color is #A5A8BF.

Background Color

.myBgColor { background-color: #A5A8BF; }

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

This div background color is #A5A8BF.

Border color

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

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

This div border color is #A5A8BF.

Opacity

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

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

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

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

This text has shadow with #A5A8BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5A8BF.

Preview

Color preview on black background

This text has color #A5A8BF on black background.


Color preview on white background

This text has color #A5A8BF on white background.


Black color preview on #A5A8BF background

This text has black color on #A5A8BF background.


White color preview on #A5A8BF background

This text has white color on #A5A8BF background.


Related colors

Complementary color

Complementary color for #hex is #5A5740.


I love getcolorcode.com

Triadic colors

1 #BFA5A8 and #A8BFA5 with #A5A8BF are triadic colors.

2 #BFA8A5 and #A8A5BF with #A5A8BF are triadic colors.