COLOR #A8A7CC

HEX: #A8A7CC
RGB: (168,167,204)

Color info

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

RGB color model

#A8A7CC color RGB value is (168,167,204).

  • red value is 168;
  • green value is 167;
  • blue value is 204.
RGB:
(168,167,204)
(66%,65%,80%)

RGB channels and saturation

R 168 of 255 = 66%
G 167 of 255 = 65%
B 204 of 255 = 80%

168
167
204

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

Portions of RGB colors in percentages

R + G + B =
168 + 167 + 204 = 539 (100%)
R 168 of 539 ~ 31.17%
G 167 of 539 ~ 30.98%
B 204 of 539 ~ 37.85%

%31.17
%30.98
%37.85

CMYK color model

#A8A7CC color CMYK value is (18,18,0,20).

  • cyan value is 17.65%
  • magenta value is 18.14%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(18,18,0,20)
C18M18Y0K20 
(18%,18%,0%,20%)
(0.18/0.18/0.00/0.20)	

CMYK percentages

%17.65
%18.14
%0
%20

Codes

Color #A8A7CC in popluar color models

A8A7CC
RGB168167204
HSL242°26.62%72.75%
HSB/HSV242°18.14%80.00%
CMYK17.65%18.14%0.00%
20.00%

Color #A8A7CC in popluar number systems.

HEXA8A7CC
Decimal168167204
Binary101010001010011111001100
Octal250247314

Shades and tints

Shades of #A8A7CC

#A8A7CC
(168,167,204)
#9998BA
(153,152,186)
#8A89A8
(138,137,168)
#7B7A96
(123,122,150)
#6C6B84
(108,107,132)
#5D5C72
(93,92,114)
#4E4D60
(78,77,96)
#3F3E4E
(63,62,78)
#302F3C
(48,47,60)
#21202A
(33,32,42)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #A8A7CC

#A8A7CC
(168,167,204)
#AFAFD0
(175,175,208)
#B6B7D4
(182,183,212)
#BDBFD8
(189,191,216)
#C4C7DC
(196,199,220)
#CBCFE0
(203,207,224)
#D2D7E4
(210,215,228)
#D9DFE8
(217,223,232)
#E0E7EC
(224,231,236)
#E7EFF0
(231,239,240)
#EEF7F4
(238,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8A7CC; }

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

This text font color is #A8A7CC.


Background Color

.myBgColor { background-color: #A8A7CC; }

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

This div background color is #A8A7CC.


Border color

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

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

This div border color is #A8A7CC.


Opacity

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

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

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

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

This text has shadow with #A8A7CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A7CC on black background.


Color preview on white background

This text has color #A8A7CC on white background.



Black color preview on #A8A7CC background

This text has black color on #A8A7CC background.


White color preview on #A8A7CC background

This text has white color on #A8A7CC background.