COLOR #A7A8CC

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

Color info

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

RGB color model

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

RGB: (167,168,204) (65%, 66%, 80%)

RGB channels and saturation

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

167
168
204

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

Portions of RGB colors in percentages

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

%30.98
%31.17
%37.85

CMYK color model

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

  • cyan value is 18.14%
  • magenta value is 17.65%
  • 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

%18.14
%17.65
%0
%20

Codes

Color #A7A8CC in popluar color models

A7 A8 CC
RGB 167 168 204
HSL 238° 26.62% 72.75%
HSB/HSV 238° 18.14% 80.00%
CMYK 18.14% 17.65% 0.00%
20.00%

Color #A7A8CC in popluar number systems.

HEX A7 A8 CC
Decimal 167 168 204
Binary 10100111 10101000 11001100
Octal 247 250 314

Shades and tints

Shades of #A7A8CC

#A7A8CC
(167,168,204)
#9899BA
(152,153,186)
#898AA8
(137,138,168)
#7A7B96
(122,123,150)
#6B6C84
(107,108,132)
#5C5D72
(92,93,114)
#4D4E60
(77,78,96)
#3E3F4E
(62,63,78)
#2F303C
(47,48,60)
#20212A
(32,33,42)
#111218
(17,18,24)
#000000
(0,0,0)

Tints of #A7A8CC

#A7A8CC
(167,168,204)
#AFAFD0
(175,175,208)
#B7B6D4
(183,182,212)
#BFBDD8
(191,189,216)
#C7C4DC
(199,196,220)
#CFCBE0
(207,203,224)
#D7D2E4
(215,210,228)
#DFD9E8
(223,217,232)
#E7E0EC
(231,224,236)
#EFE7F0
(239,231,240)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7A8CC; }

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

This text font color is #A7A8CC.

Background Color

.myBgColor { background-color: #A7A8CC; }

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

This div background color is #A7A8CC.

Border color

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

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

This div border color is #A7A8CC.

Opacity

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

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

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

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

This text has shadow with #A7A8CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7A8CC.

Preview

Color preview on black background

This text has color #A7A8CC on black background.


Color preview on white background

This text has color #A7A8CC on white background.


Black color preview on #A7A8CC background

This text has black color on #A7A8CC background.


White color preview on #A7A8CC background

This text has white color on #A7A8CC background.


Related colors

Complementary color

Complementary color for #hex is #585733.


I love getcolorcode.com

Triadic colors

1 #CCA7A8 and #A8CCA7 with #A7A8CC are triadic colors.

2 #CCA8A7 and #A8A7CC with #A7A8CC are triadic colors.