COLOR #A7ABC0

HEX: #A7ABC0 RGB: (167,171,192)

Color info

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

RGB color model

#A7ABC0 color RGB value is (167,171,192).

RGB: (167,171,192) (65%, 67%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 171 of 255 = 67%
B 192 of 255 = 75%

167
171
192

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

Portions of RGB colors in percentages

R + G + B = 167 + 171 + 192 = 530 (100%)
R 167 of 530 ~ 31.51%
G 171 of 530 ~ 32.26%
B 192 of 530 ~ 36.23'%

%31.51
%32.26
%36.23

CMYK color model

#A7ABC0 color CMYK value is (13,11,0,25).

  • cyan value is 13.02%
  • magenta value is 10.94%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (13,11,0,25)
C13M11Y0K25 (13%, 11%, 0%, 25%)
(0.13 / 0.11 / 0.00 / 0.25)

CMYK percentages

%13.02
%10.94
%0
%24.71

Codes

Color #A7ABC0 in popluar color models

A7 AB C0
RGB 167 171 192
HSL 230° 16.56% 70.39%
HSB/HSV 230° 13.02% 75.29%
CMYK 13.02% 10.94% 0.00%
24.71%

Color #A7ABC0 in popluar number systems.

HEX A7 AB C0
Decimal 167 171 192
Binary 10100111 10101011 11000000
Octal 247 253 300

Shades and tints

Shades of #A7ABC0

#A7ABC0
(167,171,192)
#989CAF
(152,156,175)
#898D9E
(137,141,158)
#7A7E8D
(122,126,141)
#6B6F7C
(107,111,124)
#5C606B
(92,96,107)
#4D515A
(77,81,90)
#3E4249
(62,66,73)
#2F3338
(47,51,56)
#202427
(32,36,39)
#111516
(17,21,22)
#000000
(0,0,0)

Tints of #A7ABC0

#A7ABC0
(167,171,192)
#AFB2C5
(175,178,197)
#B7B9CA
(183,185,202)
#BFC0CF
(191,192,207)
#C7C7D4
(199,199,212)
#CFCED9
(207,206,217)
#D7D5DE
(215,213,222)
#DFDCE3
(223,220,227)
#E7E3E8
(231,227,232)
#EFEAED
(239,234,237)
#F7F1F2
(247,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ABC0 color. Also use rgb(167,171,192) instead hex code.

Text Font Color

.myTextColor { color: #A7ABC0; }

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

This text font color is #A7ABC0.

Background Color

.myBgColor { background-color: #A7ABC0; }

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

This div background color is #A7ABC0.

Border color

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

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

This div border color is #A7ABC0.

Opacity

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

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

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

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

This text has shadow with #A7ABC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ABC0.

Preview

Color preview on black background

This text has color #A7ABC0 on black background.


Color preview on white background

This text has color #A7ABC0 on white background.


Black color preview on #A7ABC0 background

This text has black color on #A7ABC0 background.


White color preview on #A7ABC0 background

This text has white color on #A7ABC0 background.


Related colors

Complementary color

Complementary color for #hex is #58543F.


I love getcolorcode.com

Triadic colors

1 #C0A7AB and #ABC0A7 with #A7ABC0 are triadic colors.

2 #C0ABA7 and #ABA7C0 with #A7ABC0 are triadic colors.