COLOR #ACA4CB

HEX: #ACA4CB
RGB: (172,164,203)

Color info

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

RGB color model

#ACA4CB color RGB value is (172,164,203).

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

RGB channels and saturation

R 172 of 255 = 67%
G 164 of 255 = 64%
B 203 of 255 = 80%

172
164
203

R + G + B ~ 70%. #ACA4CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 164 + 203 = 539 (100%)
R 172 of 539 ~ 31.91%
G 164 of 539 ~ 30.43%
B 203 of 539 ~ 37.66%

%31.91
%30.43
%37.66

CMYK color model

#ACA4CB color CMYK value is (15,19,0,20).

  • cyan value is 15.27%
  • magenta value is 19.21%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(15,19,0,20)
C15M19Y0K20 
(15%,19%,0%,20%)
(0.15/0.19/0.00/0.20)	

CMYK percentages

%15.27
%19.21
%0
%20.39

Codes

Color #ACA4CB in popluar color models

ACA4CB
RGB172164203
HSL252°27.27%71.96%
HSB/HSV252°19.21%79.61%
CMYK15.27%19.21%0.00%
20.39%

Color #ACA4CB in popluar number systems.

HEXACA4CB
Decimal172164203
Binary101011001010010011001011
Octal254244313

Shades and tints

Shades of #ACA4CB

#ACA4CB
(172,164,203)
#9D96B9
(157,150,185)
#8E88A7
(142,136,167)
#7F7A95
(127,122,149)
#706C83
(112,108,131)
#615E71
(97,94,113)
#52505F
(82,80,95)
#43424D
(67,66,77)
#34343B
(52,52,59)
#252629
(37,38,41)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #ACA4CB

#ACA4CB
(172,164,203)
#B3ACCF
(179,172,207)
#BAB4D3
(186,180,211)
#C1BCD7
(193,188,215)
#C8C4DB
(200,196,219)
#CFCCDF
(207,204,223)
#D6D4E3
(214,212,227)
#DDDCE7
(221,220,231)
#E4E4EB
(228,228,235)
#EBECEF
(235,236,239)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA4CB; }

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

This text font color is #ACA4CB.


Background Color

.myBgColor { background-color: #ACA4CB; }

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

This div background color is #ACA4CB.


Border color

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

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

This div border color is #ACA4CB.


Opacity

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

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

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

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

This text has shadow with #ACA4CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA4CB on black background.


Color preview on white background

This text has color #ACA4CB on white background.



Black color preview on #ACA4CB background

This text has black color on #ACA4CB background.


White color preview on #ACA4CB background

This text has white color on #ACA4CB background.