COLOR #A7AABC

HEX: #A7AABC RGB: (167,170,188)

Color info

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

RGB color model

#A7AABC color RGB value is (167,170,188).

RGB: (167,170,188) (65%, 67%, 74%)

RGB channels and saturation

R 167 of 255 = 65%
G 170 of 255 = 67%
B 188 of 255 = 74%

167
170
188

R + G + B ~ 69%. #A7AABC is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 170 + 188 = 525 (100%)
R 167 of 525 ~ 31.81%
G 170 of 525 ~ 32.38%
B 188 of 525 ~ 35.81'%

%31.81
%32.38
%35.81

CMYK color model

#A7AABC color CMYK value is (11,10,0,26).

  • cyan value is 11.17%
  • magenta value is 9.57%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (11,10,0,26)
C11M10Y0K26 (11%, 10%, 0%, 26%)
(0.11 / 0.10 / 0.00 / 0.26)

CMYK percentages

%11.17
%9.57
%0
%26.27

Codes

Color #A7AABC in popluar color models

A7 AA BC
RGB 167 170 188
HSL 231° 13.55% 69.61%
HSB/HSV 231° 11.17% 73.73%
CMYK 11.17% 9.57% 0.00%
26.27%

Color #A7AABC in popluar number systems.

HEX A7 AA BC
Decimal 167 170 188
Binary 10100111 10101010 10111100
Octal 247 252 274

Shades and tints

Shades of #A7AABC

#A7AABC
(167,170,188)
#989BAB
(152,155,171)
#898C9A
(137,140,154)
#7A7D89
(122,125,137)
#6B6E78
(107,110,120)
#5C5F67
(92,95,103)
#4D5056
(77,80,86)
#3E4145
(62,65,69)
#2F3234
(47,50,52)
#202323
(32,35,35)
#111412
(17,20,18)
#000000
(0,0,0)

Tints of #A7AABC

#A7AABC
(167,170,188)
#AFB1C2
(175,177,194)
#B7B8C8
(183,184,200)
#BFBFCE
(191,191,206)
#C7C6D4
(199,198,212)
#CFCDDA
(207,205,218)
#D7D4E0
(215,212,224)
#DFDBE6
(223,219,230)
#E7E2EC
(231,226,236)
#EFE9F2
(239,233,242)
#F7F0F8
(247,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7AABC; }

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

This text font color is #A7AABC.

Background Color

.myBgColor { background-color: #A7AABC; }

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

This div background color is #A7AABC.

Border color

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

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

This div border color is #A7AABC.

Opacity

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

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

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

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

This text has shadow with #A7AABC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7AABC.

Preview

Color preview on black background

This text has color #A7AABC on black background.


Color preview on white background

This text has color #A7AABC on white background.


Black color preview on #A7AABC background

This text has black color on #A7AABC background.


White color preview on #A7AABC background

This text has white color on #A7AABC background.


Related colors

Complementary color

Complementary color for #hex is #585543.


I love getcolorcode.com

Triadic colors

1 #BCA7AA and #AABCA7 with #A7AABC are triadic colors.

2 #BCAAA7 and #AAA7BC with #A7AABC are triadic colors.