COLOR #A7ACBA

HEX: #A7ACBA
RGB: (167,172,186)

Color info

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

RGB color model

#A7ACBA color RGB value is (167,172,186).

  • red value is 167;
  • green value is 172;
  • blue value is 186.
RGB: (167,172,186) (65%,67%,73%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 186 of 255 = 73%

167
172
186

R + G + B ~ 68%. #A7ACBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 186 = 525 (100%)
R 167 of 525 ~ 31.81%
G 172 of 525 ~ 32.76%
B 186 of 525 ~ 35.43%

%31.81
%32.76
%35.43

CMYK color model

#A7ACBA color CMYK value is (10,8,0,27).

  • cyan value is 10.22%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (10,8,0,27) C10M8Y0K27 (10%,8%,0%,27%) (0.10/0.08/0.00/0.27)

CMYK percentages

%10.22
%7.53
%0
%27.06

Codes

Color #A7ACBA in popluar color models

A7ACBA
RGB167172186
HSL224°12.10%69.22%
HSB/HSV224°10.22%72.94%
CMYK10.22%7.53%0.00%
27.06%

Color #A7ACBA in popluar number systems.

HEXA7ACBA
Decimal167172186
Binary101001111010110010111010
Octal247254272

Shades and tints

Shades of #A7ACBA

#A7ACBA
(167,172,186)
#989DAA
(152,157,170)
#898E9A
(137,142,154)
#7A7F8A
(122,127,138)
#6B707A
(107,112,122)
#5C616A
(92,97,106)
#4D525A
(77,82,90)
#3E434A
(62,67,74)
#2F343A
(47,52,58)
#20252A
(32,37,42)
#11161A
(17,22,26)
#000000
(0,0,0)

Tints of #A7ACBA

#A7ACBA
(167,172,186)
#AFB3C0
(175,179,192)
#B7BAC6
(183,186,198)
#BFC1CC
(191,193,204)
#C7C8D2
(199,200,210)
#CFCFD8
(207,207,216)
#D7D6DE
(215,214,222)
#DFDDE4
(223,221,228)
#E7E4EA
(231,228,234)
#EFEBF0
(239,235,240)
#F7F2F6
(247,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7ACBA color. Also use rgb(167,172,186) instead hex code.

Text Font Color

.myTextColor { color: #A7ACBA; }

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

This text font color is #A7ACBA.


Background Color

.myBgColor { background-color: #A7ACBA; }

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

This div background color is #A7ACBA.


Border color

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

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

This div border color is #A7ACBA.


Opacity

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

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

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

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

This text has shadow with #A7ACBA color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7ACBA on black background.


Color preview on white background

This text has color #A7ACBA on white background.



Black color preview on #A7ACBA background

This text has black color on #A7ACBA background.


White color preview on #A7ACBA background

This text has white color on #A7ACBA background.