COLOR #A8A8C6

HEX: #A8A8C6
RGB: (168,168,198)

Color info

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

RGB color model

#A8A8C6 color RGB value is (168,168,198).

  • red value is 168;
  • green value is 168;
  • blue value is 198.
RGB:
(168,168,198)
(66%,66%,78%)

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 198 of 255 = 78%

168
168
198

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 198 = 534 (100%)
R 168 of 534 ~ 31.46%
G 168 of 534 ~ 31.46%
B 198 of 534 ~ 37.08%

%31.46
%31.46
%37.08

CMYK color model

#A8A8C6 color CMYK value is (15,15,0,22).

  • cyan value is 15.15%
  • magenta value is 15.15%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(15,15,0,22)
C15M15Y0K22 
(15%,15%,0%,22%)
(0.15/0.15/0.00/0.22)	

CMYK percentages

%15.15
%15.15
%0
%22.35

Codes

Color #A8A8C6 in popluar color models

A8A8C6
RGB168168198
HSL240°20.83%71.76%
HSB/HSV240°15.15%77.65%
CMYK15.15%15.15%0.00%
22.35%

Color #A8A8C6 in popluar number systems.

HEXA8A8C6
Decimal168168198
Binary101010001010100011000110
Octal250250306

Shades and tints

Shades of #A8A8C6

#A8A8C6
(168,168,198)
#9999B4
(153,153,180)
#8A8AA2
(138,138,162)
#7B7B90
(123,123,144)
#6C6C7E
(108,108,126)
#5D5D6C
(93,93,108)
#4E4E5A
(78,78,90)
#3F3F48
(63,63,72)
#303036
(48,48,54)
#212124
(33,33,36)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #A8A8C6

#A8A8C6
(168,168,198)
#AFAFCB
(175,175,203)
#B6B6D0
(182,182,208)
#BDBDD5
(189,189,213)
#C4C4DA
(196,196,218)
#CBCBDF
(203,203,223)
#D2D2E4
(210,210,228)
#D9D9E9
(217,217,233)
#E0E0EE
(224,224,238)
#E7E7F3
(231,231,243)
#EEEEF8
(238,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8C6; }

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

This text font color is #A8A8C6.


Background Color

.myBgColor { background-color: #A8A8C6; }

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

This div background color is #A8A8C6.


Border color

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

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

This div border color is #A8A8C6.


Opacity

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

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

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

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

This text has shadow with #A8A8C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A8C6 on black background.


Color preview on white background

This text has color #A8A8C6 on white background.



Black color preview on #A8A8C6 background

This text has black color on #A8A8C6 background.


White color preview on #A8A8C6 background

This text has white color on #A8A8C6 background.