COLOR #A7ACBC

HEX: #A7ACBC RGB: (167,172,188)

Color info

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

RGB color model

#A7ACBC color RGB value is (167,172,188).

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

RGB channels and saturation

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

167
172
188

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

Portions of RGB colors in percentages

R + G + B = 167 + 172 + 188 = 527 (100%)
R 167 of 527 ~ 31.69%
G 172 of 527 ~ 32.64%
B 188 of 527 ~ 35.67'%

%31.69
%32.64
%35.67

CMYK color model

#A7ACBC color CMYK value is (11,9,0,26).

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

CMYK: (11,9,0,26)
C11M9Y0K26 (11%, 9%, 0%, 26%)
(0.11 / 0.09 / 0.00 / 0.26)

CMYK percentages

%11.17
%8.51
%0
%26.27

Codes

Color #A7ACBC in popluar color models

A7 AC BC
RGB 167 172 188
HSL 226° 13.55% 69.61%
HSB/HSV 226° 11.17% 73.73%
CMYK 11.17% 8.51% 0.00%
26.27%

Color #A7ACBC in popluar number systems.

HEX A7 AC BC
Decimal 167 172 188
Binary 10100111 10101100 10111100
Octal 247 254 274

Shades and tints

Shades of #A7ACBC

#A7ACBC
(167,172,188)
#989DAB
(152,157,171)
#898E9A
(137,142,154)
#7A7F89
(122,127,137)
#6B7078
(107,112,120)
#5C6167
(92,97,103)
#4D5256
(77,82,86)
#3E4345
(62,67,69)
#2F3434
(47,52,52)
#202523
(32,37,35)
#111612
(17,22,18)
#000000
(0,0,0)

Tints of #A7ACBC

#A7ACBC
(167,172,188)
#AFB3C2
(175,179,194)
#B7BAC8
(183,186,200)
#BFC1CE
(191,193,206)
#C7C8D4
(199,200,212)
#CFCFDA
(207,207,218)
#D7D6E0
(215,214,224)
#DFDDE6
(223,221,230)
#E7E4EC
(231,228,236)
#EFEBF2
(239,235,242)
#F7F2F8
(247,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7ACBC; }

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

This text font color is #A7ACBC.

Background Color

.myBgColor { background-color: #A7ACBC; }

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

This div background color is #A7ACBC.

Border color

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

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

This div border color is #A7ACBC.

Opacity

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

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

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

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

This text has shadow with #A7ACBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7ACBC.

Preview

Color preview on black background

This text has color #A7ACBC on black background.


Color preview on white background

This text has color #A7ACBC on white background.


Black color preview on #A7ACBC background

This text has black color on #A7ACBC background.


White color preview on #A7ACBC background

This text has white color on #A7ACBC background.


Related colors

Complementary color

Complementary color for #hex is #585343.


I love getcolorcode.com

Triadic colors

1 #BCA7AC and #ACBCA7 with #A7ACBC are triadic colors.

2 #BCACA7 and #ACA7BC with #A7ACBC are triadic colors.