COLOR #A7ACBF

HEX: #A7ACBF RGB: (167,172,191)

Color info

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

RGB color model

#A7ACBF color RGB value is (167,172,191).

RGB: (167,172,191) (65%, 67%, 75%)

RGB channels and saturation

R 167 of 255 = 65%
G 172 of 255 = 67%
B 191 of 255 = 75%

167
172
191

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

Portions of RGB colors in percentages

R + G + B = 167 + 172 + 191 = 530 (100%)
R 167 of 530 ~ 31.51%
G 172 of 530 ~ 32.45%
B 191 of 530 ~ 36.04'%

%31.51
%32.45
%36.04

CMYK color model

#A7ACBF color CMYK value is (13,10,0,25).

  • cyan value is 12.57%
  • magenta value is 9.95%
  • yellow value is 0.00%
  • key color value is 25.10%

CMYK: (13,10,0,25)
C13M10Y0K25 (13%, 10%, 0%, 25%)
(0.13 / 0.10 / 0.00 / 0.25)

CMYK percentages

%12.57
%9.95
%0
%25.1

Codes

Color #A7ACBF in popluar color models

A7 AC BF
RGB 167 172 191
HSL 228° 15.79% 70.20%
HSB/HSV 228° 12.57% 74.90%
CMYK 12.57% 9.95% 0.00%
25.10%

Color #A7ACBF in popluar number systems.

HEX A7 AC BF
Decimal 167 172 191
Binary 10100111 10101100 10111111
Octal 247 254 277

Shades and tints

Shades of #A7ACBF

#A7ACBF
(167,172,191)
#989DAE
(152,157,174)
#898E9D
(137,142,157)
#7A7F8C
(122,127,140)
#6B707B
(107,112,123)
#5C616A
(92,97,106)
#4D5259
(77,82,89)
#3E4348
(62,67,72)
#2F3437
(47,52,55)
#202526
(32,37,38)
#111615
(17,22,21)
#000000
(0,0,0)

Tints of #A7ACBF

#A7ACBF
(167,172,191)
#AFB3C4
(175,179,196)
#B7BAC9
(183,186,201)
#BFC1CE
(191,193,206)
#C7C8D3
(199,200,211)
#CFCFD8
(207,207,216)
#D7D6DD
(215,214,221)
#DFDDE2
(223,221,226)
#E7E4E7
(231,228,231)
#EFEBEC
(239,235,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ACBF; }

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

This text font color is #A7ACBF.

Background Color

.myBgColor { background-color: #A7ACBF; }

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

This div background color is #A7ACBF.

Border color

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

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

This div border color is #A7ACBF.

Opacity

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

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

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

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

This text has shadow with #A7ACBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ACBF.

Preview

Color preview on black background

This text has color #A7ACBF on black background.


Color preview on white background

This text has color #A7ACBF on white background.


Black color preview on #A7ACBF background

This text has black color on #A7ACBF background.


White color preview on #A7ACBF background

This text has white color on #A7ACBF background.


Related colors

Complementary color

Complementary color for #hex is #585340.


I love getcolorcode.com

Triadic colors

1 #BFA7AC and #ACBFA7 with #A7ACBF are triadic colors.

2 #BFACA7 and #ACA7BF with #A7ACBF are triadic colors.