COLOR #A8A8CA

HEX: #A8A8CA
RGB: (168,168,202)

Color info

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

RGB color model

#A8A8CA color RGB value is (168,168,202).

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

RGB channels and saturation

R 168 of 255 = 66%
G 168 of 255 = 66%
B 202 of 255 = 79%

168
168
202

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

Portions of RGB colors in percentages

R + G + B =
168 + 168 + 202 = 538 (100%)
R 168 of 538 ~ 31.23%
G 168 of 538 ~ 31.23%
B 202 of 538 ~ 37.55%

%31.23
%31.23
%37.55

CMYK color model

#A8A8CA color CMYK value is (17,17,0,21).

  • cyan value is 16.83%
  • magenta value is 16.83%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(17,17,0,21)
C17M17Y0K21 
(17%,17%,0%,21%)
(0.17/0.17/0.00/0.21)	

CMYK percentages

%16.83
%16.83
%0
%20.78

Codes

Color #A8A8CA in popluar color models

A8A8CA
RGB168168202
HSL240°24.29%72.55%
HSB/HSV240°16.83%79.22%
CMYK16.83%16.83%0.00%
20.78%

Color #A8A8CA in popluar number systems.

HEXA8A8CA
Decimal168168202
Binary101010001010100011001010
Octal250250312

Shades and tints

Shades of #A8A8CA

#A8A8CA
(168,168,202)
#9999B8
(153,153,184)
#8A8AA6
(138,138,166)
#7B7B94
(123,123,148)
#6C6C82
(108,108,130)
#5D5D70
(93,93,112)
#4E4E5E
(78,78,94)
#3F3F4C
(63,63,76)
#30303A
(48,48,58)
#212128
(33,33,40)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #A8A8CA

#A8A8CA
(168,168,202)
#AFAFCE
(175,175,206)
#B6B6D2
(182,182,210)
#BDBDD6
(189,189,214)
#C4C4DA
(196,196,218)
#CBCBDE
(203,203,222)
#D2D2E2
(210,210,226)
#D9D9E6
(217,217,230)
#E0E0EA
(224,224,234)
#E7E7EE
(231,231,238)
#EEEEF2
(238,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A8CA; }

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

This text font color is #A8A8CA.


Background Color

.myBgColor { background-color: #A8A8CA; }

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

This div background color is #A8A8CA.


Border color

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

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

This div border color is #A8A8CA.


Opacity

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

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

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

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

This text has shadow with #A8A8CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A8CA on black background.


Color preview on white background

This text has color #A8A8CA on white background.



Black color preview on #A8A8CA background

This text has black color on #A8A8CA background.


White color preview on #A8A8CA background

This text has white color on #A8A8CA background.