COLOR #ACAAD0

HEX: #ACAAD0
RGB: (172,170,208)

Color info

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

RGB color model

#ACAAD0 color RGB value is (172,170,208).

  • red value is 172;
  • green value is 170;
  • blue value is 208.
RGB:
(172,170,208)
(67%,67%,82%)

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 208 of 255 = 82%

172
170
208

R + G + B ~ 72%. #ACAAD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 208 = 550 (100%)
R 172 of 550 ~ 31.27%
G 170 of 550 ~ 30.91%
B 208 of 550 ~ 37.82%

%31.27
%30.91
%37.82

CMYK color model

#ACAAD0 color CMYK value is (17,18,0,18).

  • cyan value is 17.31%
  • magenta value is 18.27%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(17,18,0,18)
C17M18Y0K18 
(17%,18%,0%,18%)
(0.17/0.18/0.00/0.18)	

CMYK percentages

%17.31
%18.27
%0
%18.43

Codes

Color #ACAAD0 in popluar color models

ACAAD0
RGB172170208
HSL243°28.79%74.12%
HSB/HSV243°18.27%81.57%
CMYK17.31%18.27%0.00%
18.43%

Color #ACAAD0 in popluar number systems.

HEXACAAD0
Decimal172170208
Binary101011001010101011010000
Octal254252320

Shades and tints

Shades of #ACAAD0

#ACAAD0
(172,170,208)
#9D9BBE
(157,155,190)
#8E8CAC
(142,140,172)
#7F7D9A
(127,125,154)
#706E88
(112,110,136)
#615F76
(97,95,118)
#525064
(82,80,100)
#434152
(67,65,82)
#343240
(52,50,64)
#25232E
(37,35,46)
#16141C
(22,20,28)
#000000
(0,0,0)

Tints of #ACAAD0

#ACAAD0
(172,170,208)
#B3B1D4
(179,177,212)
#BAB8D8
(186,184,216)
#C1BFDC
(193,191,220)
#C8C6E0
(200,198,224)
#CFCDE4
(207,205,228)
#D6D4E8
(214,212,232)
#DDDBEC
(221,219,236)
#E4E2F0
(228,226,240)
#EBE9F4
(235,233,244)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACAAD0 color. Also use rgb(172,170,208) instead hex code.

Text Font Color

.myTextColor { color: #ACAAD0; }

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

This text font color is #ACAAD0.


Background Color

.myBgColor { background-color: #ACAAD0; }

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

This div background color is #ACAAD0.


Border color

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

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

This div border color is #ACAAD0.


Opacity

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

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

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

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

This text has shadow with #ACAAD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAD0 on black background.


Color preview on white background

This text has color #ACAAD0 on white background.



Black color preview on #ACAAD0 background

This text has black color on #ACAAD0 background.


White color preview on #ACAAD0 background

This text has white color on #ACAAD0 background.