COLOR #AC7DA4

HEX: #AC7DA4
RGB: (172,125,164)

Color info

#AC7DA4 contains red, green and blue colors in about the same proportion. Web safe color of #AC7DA4 is #996699 (or #969).

RGB color model

#AC7DA4 color RGB value is (172,125,164).

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

RGB channels and saturation

R 172 of 255 = 67%
G 125 of 255 = 49%
B 164 of 255 = 64%

172
125
164

R + G + B ~ 60%. #AC7DA4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
172 + 125 + 164 = 461 (100%)
R 172 of 461 ~ 37.31%
G 125 of 461 ~ 27.11%
B 164 of 461 ~ 35.57%

%37.31
%27.11
%35.57

CMYK color model

#AC7DA4 color CMYK value is (0,27,5,33).

  • cyan value is 0.00%
  • magenta value is 27.33%
  • yellow value is 4.65%
  • key color value is 32.55%
CMYK:
(0,27,5,33)
C0M27Y5K33 
(0%,27%,5%,33%)
(0.00/0.27/0.05/0.33)	

CMYK percentages

%0
%27.33
%4.65
%32.55

Codes

Color #AC7DA4 in popluar color models

AC7DA4
RGB172125164
HSL310°22.07%58.24%
HSB/HSV310°27.33%67.45%
CMYK0.00%27.33%4.65%
32.55%

Color #AC7DA4 in popluar number systems.

HEXAC7DA4
Decimal172125164
Binary10101100111110110100100
Octal254175244

Shades and tints

Shades of #AC7DA4

#AC7DA4
(172,125,164)
#9D7296
(157,114,150)
#8E6788
(142,103,136)
#7F5C7A
(127,92,122)
#70516C
(112,81,108)
#61465E
(97,70,94)
#523B50
(82,59,80)
#433042
(67,48,66)
#342534
(52,37,52)
#251A26
(37,26,38)
#160F18
(22,15,24)
#000000
(0,0,0)

Tints of #AC7DA4

#AC7DA4
(172,125,164)
#B388AC
(179,136,172)
#BA93B4
(186,147,180)
#C19EBC
(193,158,188)
#C8A9C4
(200,169,196)
#CFB4CC
(207,180,204)
#D6BFD4
(214,191,212)
#DDCADC
(221,202,220)
#E4D5E4
(228,213,228)
#EBE0EC
(235,224,236)
#F2EBF4
(242,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC7DA4; }

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

This text font color is #AC7DA4.


Background Color

.myBgColor { background-color: #AC7DA4; }

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

This div background color is #AC7DA4.


Border color

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

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

This div border color is #AC7DA4.


Opacity

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

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

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

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

This text has shadow with #AC7DA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7DA4 on black background.


Color preview on white background

This text has color #AC7DA4 on white background.



Black color preview on #AC7DA4 background

This text has black color on #AC7DA4 background.


White color preview on #AC7DA4 background

This text has white color on #AC7DA4 background.