COLOR #ACA7BA

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

172
167
186

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

Portions of RGB colors in percentages

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

%32.76
%31.81
%35.43

CMYK color model

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

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

CMYK percentages

%7.53
%10.22
%0
%27.06

Codes

Color #ACA7BA in popluar color models

ACA7BA
RGB172167186
HSL256°12.10%69.22%
HSB/HSV256°10.22%72.94%
CMYK7.53%10.22%0.00%
27.06%

Color #ACA7BA in popluar number systems.

HEXACA7BA
Decimal172167186
Binary101011001010011110111010
Octal254247272

Shades and tints

Shades of #ACA7BA

#ACA7BA
(172,167,186)
#9D98AA
(157,152,170)
#8E899A
(142,137,154)
#7F7A8A
(127,122,138)
#706B7A
(112,107,122)
#615C6A
(97,92,106)
#524D5A
(82,77,90)
#433E4A
(67,62,74)
#342F3A
(52,47,58)
#25202A
(37,32,42)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #ACA7BA

#ACA7BA
(172,167,186)
#B3AFC0
(179,175,192)
#BAB7C6
(186,183,198)
#C1BFCC
(193,191,204)
#C8C7D2
(200,199,210)
#CFCFD8
(207,207,216)
#D6D7DE
(214,215,222)
#DDDFE4
(221,223,228)
#E4E7EA
(228,231,234)
#EBEFF0
(235,239,240)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA7BA; }

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

This text font color is #ACA7BA.


Background Color

.myBgColor { background-color: #ACA7BA; }

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

This div background color is #ACA7BA.


Border color

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

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

This div border color is #ACA7BA.


Opacity

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

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

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

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

This text has shadow with #ACA7BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA7BA on black background.


Color preview on white background

This text has color #ACA7BA on white background.



Black color preview on #ACA7BA background

This text has black color on #ACA7BA background.


White color preview on #ACA7BA background

This text has white color on #ACA7BA background.