COLOR #A8AABD

HEX: #A8AABD
RGB: (168,170,189)

Color info

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

RGB color model

#A8AABD color RGB value is (168,170,189).

  • red value is 168;
  • green value is 170;
  • blue value is 189.
RGB:
(168,170,189)
(66%,67%,74%)

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 189 of 255 = 74%

168
170
189

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

Portions of RGB colors in percentages

R + G + B =
168 + 170 + 189 = 527 (100%)
R 168 of 527 ~ 31.88%
G 170 of 527 ~ 32.26%
B 189 of 527 ~ 35.86%

%31.88
%32.26
%35.86

CMYK color model

#A8AABD color CMYK value is (11,10,0,26).

  • cyan value is 11.11%
  • magenta value is 10.05%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(11,10,0,26)
C11M10Y0K26 
(11%,10%,0%,26%)
(0.11/0.10/0.00/0.26)	

CMYK percentages

%11.11
%10.05
%0
%25.88

Codes

Color #A8AABD in popluar color models

A8AABD
RGB168170189
HSL234°13.73%70.00%
HSB/HSV234°11.11%74.12%
CMYK11.11%10.05%0.00%
25.88%

Color #A8AABD in popluar number systems.

HEXA8AABD
Decimal168170189
Binary101010001010101010111101
Octal250252275

Shades and tints

Shades of #A8AABD

#A8AABD
(168,170,189)
#999BAC
(153,155,172)
#8A8C9B
(138,140,155)
#7B7D8A
(123,125,138)
#6C6E79
(108,110,121)
#5D5F68
(93,95,104)
#4E5057
(78,80,87)
#3F4146
(63,65,70)
#303235
(48,50,53)
#212324
(33,35,36)
#121413
(18,20,19)
#000000
(0,0,0)

Tints of #A8AABD

#A8AABD
(168,170,189)
#AFB1C3
(175,177,195)
#B6B8C9
(182,184,201)
#BDBFCF
(189,191,207)
#C4C6D5
(196,198,213)
#CBCDDB
(203,205,219)
#D2D4E1
(210,212,225)
#D9DBE7
(217,219,231)
#E0E2ED
(224,226,237)
#E7E9F3
(231,233,243)
#EEF0F9
(238,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8AABD color. Also use rgb(168,170,189) instead hex code.

Text Font Color

.myTextColor { color: #A8AABD; }

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

This text font color is #A8AABD.


Background Color

.myBgColor { background-color: #A8AABD; }

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

This div background color is #A8AABD.


Border color

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

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

This div border color is #A8AABD.


Opacity

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

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

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

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

This text has shadow with #A8AABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AABD on black background.


Color preview on white background

This text has color #A8AABD on white background.



Black color preview on #A8AABD background

This text has black color on #A8AABD background.


White color preview on #A8AABD background

This text has white color on #A8AABD background.