COLOR #ACACC5

HEX: #ACACC5
RGB: (172,172,197)

Color info

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

RGB color model

#ACACC5 color RGB value is (172,172,197).

  • red value is 172;
  • green value is 172;
  • blue value is 197.
RGB:
(172,172,197)
(67%,67%,77%)

RGB channels and saturation

R 172 of 255 = 67%
G 172 of 255 = 67%
B 197 of 255 = 77%

172
172
197

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

Portions of RGB colors in percentages

R + G + B =
172 + 172 + 197 = 541 (100%)
R 172 of 541 ~ 31.79%
G 172 of 541 ~ 31.79%
B 197 of 541 ~ 36.41%

%31.79
%31.79
%36.41

CMYK color model

#ACACC5 color CMYK value is (13,13,0,23).

  • cyan value is 12.69%
  • magenta value is 12.69%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(13,13,0,23)
C13M13Y0K23 
(13%,13%,0%,23%)
(0.13/0.13/0.00/0.23)	

CMYK percentages

%12.69
%12.69
%0
%22.75

Codes

Color #ACACC5 in popluar color models

ACACC5
RGB172172197
HSL240°17.73%72.35%
HSB/HSV240°12.69%77.25%
CMYK12.69%12.69%0.00%
22.75%

Color #ACACC5 in popluar number systems.

HEXACACC5
Decimal172172197
Binary101011001010110011000101
Octal254254305

Shades and tints

Shades of #ACACC5

#ACACC5
(172,172,197)
#9D9DB4
(157,157,180)
#8E8EA3
(142,142,163)
#7F7F92
(127,127,146)
#707081
(112,112,129)
#616170
(97,97,112)
#52525F
(82,82,95)
#43434E
(67,67,78)
#34343D
(52,52,61)
#25252C
(37,37,44)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #ACACC5

#ACACC5
(172,172,197)
#B3B3CA
(179,179,202)
#BABACF
(186,186,207)
#C1C1D4
(193,193,212)
#C8C8D9
(200,200,217)
#CFCFDE
(207,207,222)
#D6D6E3
(214,214,227)
#DDDDE8
(221,221,232)
#E4E4ED
(228,228,237)
#EBEBF2
(235,235,242)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACACC5; }

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

This text font color is #ACACC5.


Background Color

.myBgColor { background-color: #ACACC5; }

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

This div background color is #ACACC5.


Border color

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

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

This div border color is #ACACC5.


Opacity

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

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

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

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

This text has shadow with #ACACC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACACC5 on black background.


Color preview on white background

This text has color #ACACC5 on white background.



Black color preview on #ACACC5 background

This text has black color on #ACACC5 background.


White color preview on #ACACC5 background

This text has white color on #ACACC5 background.