COLOR #A8A9BE

HEX: #A8A9BE RGB: (168,169,190)

Color info

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

RGB color model

#A8A9BE color RGB value is (168,169,190).

RGB: (168,169,190) (66%, 66%, 75%)

RGB channels and saturation

R 168 of 255 = 66%
G 169 of 255 = 66%
B 190 of 255 = 75%

168
169
190

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

Portions of RGB colors in percentages

R + G + B = 168 + 169 + 190 = 527 (100%)
R 168 of 527 ~ 31.88%
G 169 of 527 ~ 32.07%
B 190 of 527 ~ 36.05'%

%31.88
%32.07
%36.05

CMYK color model

#A8A9BE color CMYK value is (12,11,0,25).

  • cyan value is 11.58%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (12,11,0,25)
C12M11Y0K25 (12%, 11%, 0%, 25%)
(0.12 / 0.11 / 0.00 / 0.25)

CMYK percentages

%11.58
%11.05
%0
%25.49

Codes

Color #A8A9BE in popluar color models

A8 A9 BE
RGB 168 169 190
HSL 237° 14.47% 70.20%
HSB/HSV 237° 11.58% 74.51%
CMYK 11.58% 11.05% 0.00%
25.49%

Color #A8A9BE in popluar number systems.

HEX A8 A9 BE
Decimal 168 169 190
Binary 10101000 10101001 10111110
Octal 250 251 276

Shades and tints

Shades of #A8A9BE

#A8A9BE
(168,169,190)
#999AAD
(153,154,173)
#8A8B9C
(138,139,156)
#7B7C8B
(123,124,139)
#6C6D7A
(108,109,122)
#5D5E69
(93,94,105)
#4E4F58
(78,79,88)
#3F4047
(63,64,71)
#303136
(48,49,54)
#212225
(33,34,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #A8A9BE

#A8A9BE
(168,169,190)
#AFB0C3
(175,176,195)
#B6B7C8
(182,183,200)
#BDBECD
(189,190,205)
#C4C5D2
(196,197,210)
#CBCCD7
(203,204,215)
#D2D3DC
(210,211,220)
#D9DAE1
(217,218,225)
#E0E1E6
(224,225,230)
#E7E8EB
(231,232,235)
#EEEFF0
(238,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A9BE; }

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

This text font color is #A8A9BE.

Background Color

.myBgColor { background-color: #A8A9BE; }

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

This div background color is #A8A9BE.

Border color

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

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

This div border color is #A8A9BE.

Opacity

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

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

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

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

This text has shadow with #A8A9BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8A9BE.

Preview

Color preview on black background

This text has color #A8A9BE on black background.


Color preview on white background

This text has color #A8A9BE on white background.


Black color preview on #A8A9BE background

This text has black color on #A8A9BE background.


White color preview on #A8A9BE background

This text has white color on #A8A9BE background.


Related colors

Complementary color

Complementary color for #hex is #575641.


I love getcolorcode.com

Triadic colors

1 #BEA8A9 and #A9BEA8 with #A8A9BE are triadic colors.

2 #BEA9A8 and #A9A8BE with #A8A9BE are triadic colors.