COLOR #ACAAC3

HEX: #ACAAC3
RGB: (172,170,195)

Color info

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

RGB color model

#ACAAC3 color RGB value is (172,170,195).

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

RGB channels and saturation

R 172 of 255 = 67%
G 170 of 255 = 67%
B 195 of 255 = 76%

172
170
195

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

Portions of RGB colors in percentages

R + G + B =
172 + 170 + 195 = 537 (100%)
R 172 of 537 ~ 32.03%
G 170 of 537 ~ 31.66%
B 195 of 537 ~ 36.31%

%32.03
%31.66
%36.31

CMYK color model

#ACAAC3 color CMYK value is (12,13,0,24).

  • cyan value is 11.79%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,13,0,24)
C12M13Y0K24 
(12%,13%,0%,24%)
(0.12/0.13/0.00/0.24)	

CMYK percentages

%11.79
%12.82
%0
%23.53

Codes

Color #ACAAC3 in popluar color models

ACAAC3
RGB172170195
HSL245°17.24%71.57%
HSB/HSV245°12.82%76.47%
CMYK11.79%12.82%0.00%
23.53%

Color #ACAAC3 in popluar number systems.

HEXACAAC3
Decimal172170195
Binary101011001010101011000011
Octal254252303

Shades and tints

Shades of #ACAAC3

#ACAAC3
(172,170,195)
#9D9BB2
(157,155,178)
#8E8CA1
(142,140,161)
#7F7D90
(127,125,144)
#706E7F
(112,110,127)
#615F6E
(97,95,110)
#52505D
(82,80,93)
#43414C
(67,65,76)
#34323B
(52,50,59)
#25232A
(37,35,42)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACAAC3

#ACAAC3
(172,170,195)
#B3B1C8
(179,177,200)
#BAB8CD
(186,184,205)
#C1BFD2
(193,191,210)
#C8C6D7
(200,198,215)
#CFCDDC
(207,205,220)
#D6D4E1
(214,212,225)
#DDDBE6
(221,219,230)
#E4E2EB
(228,226,235)
#EBE9F0
(235,233,240)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACAAC3; }

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

This text font color is #ACAAC3.


Background Color

.myBgColor { background-color: #ACAAC3; }

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

This div background color is #ACAAC3.


Border color

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

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

This div border color is #ACAAC3.


Opacity

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

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

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

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

This text has shadow with #ACAAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACAAC3 on black background.


Color preview on white background

This text has color #ACAAC3 on white background.



Black color preview on #ACAAC3 background

This text has black color on #ACAAC3 background.


White color preview on #ACAAC3 background

This text has white color on #ACAAC3 background.