COLOR #ACA4BE

HEX: #ACA4BE
RGB: (172,164,190)

Color info

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

RGB color model

#ACA4BE color RGB value is (172,164,190).

  • red value is 172;
  • green value is 164;
  • blue value is 190.
RGB:
(172,164,190)
(67%,64%,75%)

RGB channels and saturation

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

172
164
190

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

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 190 = 526 (100%)
R 172 of 526 ~ 32.7%
G 164 of 526 ~ 31.18%
B 190 of 526 ~ 36.12%

%32.7
%31.18
%36.12

CMYK color model

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

  • cyan value is 9.47%
  • magenta value is 13.68%
  • 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
%13.68
%0
%25.49

Codes

Color #ACA4BE in popluar color models

ACA4BE
RGB172164190
HSL258°16.67%69.41%
HSB/HSV258°13.68%74.51%
CMYK9.47%13.68%0.00%
25.49%

Color #ACA4BE in popluar number systems.

HEXACA4BE
Decimal172164190
Binary101011001010010010111110
Octal254244276

Shades and tints

Shades of #ACA4BE

#ACA4BE
(172,164,190)
#9D96AD
(157,150,173)
#8E889C
(142,136,156)
#7F7A8B
(127,122,139)
#706C7A
(112,108,122)
#615E69
(97,94,105)
#525058
(82,80,88)
#434247
(67,66,71)
#343436
(52,52,54)
#252625
(37,38,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #ACA4BE

#ACA4BE
(172,164,190)
#B3ACC3
(179,172,195)
#BAB4C8
(186,180,200)
#C1BCCD
(193,188,205)
#C8C4D2
(200,196,210)
#CFCCD7
(207,204,215)
#D6D4DC
(214,212,220)
#DDDCE1
(221,220,225)
#E4E4E6
(228,228,230)
#EBECEB
(235,236,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4BE; }

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

This text font color is #ACA4BE.


Background Color

.myBgColor { background-color: #ACA4BE; }

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

This div background color is #ACA4BE.


Border color

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

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

This div border color is #ACA4BE.


Opacity

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

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

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

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

This text has shadow with #ACA4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4BE on black background.


Color preview on white background

This text has color #ACA4BE on white background.



Black color preview on #ACA4BE background

This text has black color on #ACA4BE background.


White color preview on #ACA4BE background

This text has white color on #ACA4BE background.