COLOR #ACA3BE

HEX: #ACA3BE RGB: (172,163,190)

Color info

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

RGB color model

#ACA3BE color RGB value is (172,163,190).

RGB: (172,163,190) (67%, 64%, 75%)

RGB channels and saturation

R 172 of 255 = 67%
G 163 of 255 = 64%
B 190 of 255 = 75%

172
163
190

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

Portions of RGB colors in percentages

R + G + B = 172 + 163 + 190 = 525 (100%)
R 172 of 525 ~ 32.76%
G 163 of 525 ~ 31.05%
B 190 of 525 ~ 36.19'%

%32.76
%31.05
%36.19

CMYK color model

#ACA3BE color CMYK value is (9,14,0,25).

  • cyan value is 9.47%
  • magenta value is 14.21%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (9,14,0,25)
C9M14Y0K25 (9%, 14%, 0%, 25%)
(0.09 / 0.14 / 0.00 / 0.25)

CMYK percentages

%9.47
%14.21
%0
%25.49

Codes

Color #ACA3BE in popluar color models

AC A3 BE
RGB 172 163 190
HSL 260° 17.20% 69.22%
HSB/HSV 260° 14.21% 74.51%
CMYK 9.47% 14.21% 0.00%
25.49%

Color #ACA3BE in popluar number systems.

HEX AC A3 BE
Decimal 172 163 190
Binary 10101100 10100011 10111110
Octal 254 243 276

Shades and tints

Shades of #ACA3BE

#ACA3BE
(172,163,190)
#9D95AD
(157,149,173)
#8E879C
(142,135,156)
#7F798B
(127,121,139)
#706B7A
(112,107,122)
#615D69
(97,93,105)
#524F58
(82,79,88)
#434147
(67,65,71)
#343336
(52,51,54)
#252525
(37,37,37)
#161714
(22,23,20)
#000000
(0,0,0)

Tints of #ACA3BE

#ACA3BE
(172,163,190)
#B3ABC3
(179,171,195)
#BAB3C8
(186,179,200)
#C1BBCD
(193,187,205)
#C8C3D2
(200,195,210)
#CFCBD7
(207,203,215)
#D6D3DC
(214,211,220)
#DDDBE1
(221,219,225)
#E4E3E6
(228,227,230)
#EBEBEB
(235,235,235)
#F2F3F0
(242,243,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACA3BE color. Also use rgb(172,163,190) instead hex code.

Text Font Color

.myTextColor { color: #ACA3BE; }

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

This text font color is #ACA3BE.

Background Color

.myBgColor { background-color: #ACA3BE; }

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

This div background color is #ACA3BE.

Border color

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

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

This div border color is #ACA3BE.

Opacity

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

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

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

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

This text has shadow with #ACA3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACA3BE.

Preview

Color preview on black background

This text has color #ACA3BE on black background.


Color preview on white background

This text has color #ACA3BE on white background.


Black color preview on #ACA3BE background

This text has black color on #ACA3BE background.


White color preview on #ACA3BE background

This text has white color on #ACA3BE background.


Related colors

Complementary color

Complementary color for #hex is #535C41.


I love getcolorcode.com

Triadic colors

1 #BEACA3 and #A3BEAC with #ACA3BE are triadic colors.

2 #BEA3AC and #A3ACBE with #ACA3BE are triadic colors.