COLOR #A8AAC1

HEX: #A8AAC1
RGB: (168,170,193)

Color info

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

RGB color model

#A8AAC1 color RGB value is (168,170,193).

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

RGB channels and saturation

R 168 of 255 = 66%
G 170 of 255 = 67%
B 193 of 255 = 76%

168
170
193

R + G + B ~ 70%. #A8AAC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
168 + 170 + 193 = 531 (100%)
R 168 of 531 ~ 31.64%
G 170 of 531 ~ 32.02%
B 193 of 531 ~ 36.35%

%31.64
%32.02
%36.35

CMYK color model

#A8AAC1 color CMYK value is (13,12,0,24).

  • cyan value is 12.95%
  • magenta value is 11.92%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(13,12,0,24)
C13M12Y0K24 
(13%,12%,0%,24%)
(0.13/0.12/0.00/0.24)	

CMYK percentages

%12.95
%11.92
%0
%24.31

Codes

Color #A8AAC1 in popluar color models

A8AAC1
RGB168170193
HSL235°16.78%70.78%
HSB/HSV235°12.95%75.69%
CMYK12.95%11.92%0.00%
24.31%

Color #A8AAC1 in popluar number systems.

HEXA8AAC1
Decimal168170193
Binary101010001010101011000001
Octal250252301

Shades and tints

Shades of #A8AAC1

#A8AAC1
(168,170,193)
#999BB0
(153,155,176)
#8A8C9F
(138,140,159)
#7B7D8E
(123,125,142)
#6C6E7D
(108,110,125)
#5D5F6C
(93,95,108)
#4E505B
(78,80,91)
#3F414A
(63,65,74)
#303239
(48,50,57)
#212328
(33,35,40)
#121417
(18,20,23)
#000000
(0,0,0)

Tints of #A8AAC1

#A8AAC1
(168,170,193)
#AFB1C6
(175,177,198)
#B6B8CB
(182,184,203)
#BDBFD0
(189,191,208)
#C4C6D5
(196,198,213)
#CBCDDA
(203,205,218)
#D2D4DF
(210,212,223)
#D9DBE4
(217,219,228)
#E0E2E9
(224,226,233)
#E7E9EE
(231,233,238)
#EEF0F3
(238,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8AAC1; }

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

This text font color is #A8AAC1.


Background Color

.myBgColor { background-color: #A8AAC1; }

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

This div background color is #A8AAC1.


Border color

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

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

This div border color is #A8AAC1.


Opacity

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

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

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

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

This text has shadow with #A8AAC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8AAC1 on black background.


Color preview on white background

This text has color #A8AAC1 on white background.



Black color preview on #A8AAC1 background

This text has black color on #A8AAC1 background.


White color preview on #A8AAC1 background

This text has white color on #A8AAC1 background.