COLOR #A7AACA

HEX: #A7AACA RGB: (167,170,202)

Color info

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

RGB color model

#A7AACA color RGB value is (167,170,202).

RGB: (167,170,202) (65%, 67%, 79%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 202 of 255 = 79%

167
170
202

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

Portions of RGB colors in percentages

R + G + B = 167 + 170 + 202 = 539 (100%)
R 167 of 539 ~ 30.98%
G 170 of 539 ~ 31.54%
B 202 of 539 ~ 37.48'%

%30.98
%31.54
%37.48

CMYK color model

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

  • cyan value is 17.33%
  • magenta value is 15.84%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (17,16,0,21) C17M16Y0K21 (17%,16%,0%,21%) (0.17/0.16/0.00/0.21) 

CMYK percentages

%17.33
%15.84
%0
%20.78

Codes

Color #A7AACA in popluar color models

A7 AA CA
RGB 167 170 202
HSL 235° 24.82% 72.35%
HSB/HSV 235° 17.33% 79.22%
CMYK 17.33% 15.84% 0.00%
20.78%

Color #A7AACA in popluar number systems.

HEX A7 AA CA
Decimal 167 170 202
Binary 10100111 10101010 11001010
Octal 247 252 312

Shades and tints

Shades of #A7AACA

#A7AACA
(167,170,202)
#989BB8
(152,155,184)
#898CA6
(137,140,166)
#7A7D94
(122,125,148)
#6B6E82
(107,110,130)
#5C5F70
(92,95,112)
#4D505E
(77,80,94)
#3E414C
(62,65,76)
#2F323A
(47,50,58)
#202328
(32,35,40)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #A7AACA

#A7AACA
(167,170,202)
#AFB1CE
(175,177,206)
#B7B8D2
(183,184,210)
#BFBFD6
(191,191,214)
#C7C6DA
(199,198,218)
#CFCDDE
(207,205,222)
#D7D4E2
(215,212,226)
#DFDBE6
(223,219,230)
#E7E2EA
(231,226,234)
#EFE9EE
(239,233,238)
#F7F0F2
(247,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AACA; }

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

This text font color is #A7AACA.

Background Color

.myBgColor { background-color: #A7AACA; }

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

This div background color is #A7AACA.

Border color

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

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

This div border color is #A7AACA.

Opacity

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

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

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

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

This text has shadow with #A7AACA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AACA.

Preview

Color preview on black background

This text has color #A7AACA on black background.


Color preview on white background

This text has color #A7AACA on white background.


Black color preview on #A7AACA background

This text has black color on #A7AACA background.


White color preview on #A7AACA background

This text has white color on #A7AACA background.


Related colors

Complementary color

Complementary color for #hex is #585535.


I love getcolorcode.com

Triadic colors

1 #CAA7AA and #AACAA7 with #A7AACA are triadic colors.

2 #CAAAA7 and #AAA7CA with #A7AACA are triadic colors.