COLOR #A7ACBB

HEX: #A7ACBB
RGB: (167,172,187)

Color info

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

RGB color model

#A7ACBB color RGB value is (167,172,187).

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

RGB channels and saturation

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

167
172
187

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

Portions of RGB colors in percentages

R + G + B =
167 + 172 + 187 = 526 (100%)
R 167 of 526 ~ 31.75%
G 172 of 526 ~ 32.7%
B 187 of 526 ~ 35.55%

%31.75
%32.7
%35.55

CMYK color model

#A7ACBB color CMYK value is (11,8,0,27).

  • cyan value is 10.70%
  • magenta value is 8.02%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (11,8,0,27) C11M8Y0K27 (11%,8%,0%,27%) (0.11/0.08/0.00/0.27)

CMYK percentages

%10.7
%8.02
%0
%26.67

Codes

Color #A7ACBB in popluar color models

A7ACBB
RGB167172187
HSL225°12.82%69.41%
HSB/HSV225°10.70%73.33%
CMYK10.70%8.02%0.00%
26.67%

Color #A7ACBB in popluar number systems.

HEXA7ACBB
Decimal167172187
Binary101001111010110010111011
Octal247254273

Shades and tints

Shades of #A7ACBB

#A7ACBB
(167,172,187)
#989DAA
(152,157,170)
#898E99
(137,142,153)
#7A7F88
(122,127,136)
#6B7077
(107,112,119)
#5C6166
(92,97,102)
#4D5255
(77,82,85)
#3E4344
(62,67,68)
#2F3433
(47,52,51)
#202522
(32,37,34)
#111611
(17,22,17)
#000000
(0,0,0)

Tints of #A7ACBB

#A7ACBB
(167,172,187)
#AFB3C1
(175,179,193)
#B7BAC7
(183,186,199)
#BFC1CD
(191,193,205)
#C7C8D3
(199,200,211)
#CFCFD9
(207,207,217)
#D7D6DF
(215,214,223)
#DFDDE5
(223,221,229)
#E7E4EB
(231,228,235)
#EFEBF1
(239,235,241)
#F7F2F7
(247,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ACBB; }

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

This text font color is #A7ACBB.


Background Color

.myBgColor { background-color: #A7ACBB; }

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

This div background color is #A7ACBB.


Border color

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

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

This div border color is #A7ACBB.


Opacity

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

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

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

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

This text has shadow with #A7ACBB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #A7ACBB on black background.


Color preview on white background

This text has color #A7ACBB on white background.



Black color preview on #A7ACBB background

This text has black color on #A7ACBB background.


White color preview on #A7ACBB background

This text has white color on #A7ACBB background.