COLOR #ACA7D5

HEX: #ACA7D5
RGB: (172,167,213)

Color info

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

RGB color model

#ACA7D5 color RGB value is (172,167,213).

  • red value is 172;
  • green value is 167;
  • blue value is 213.
RGB:
(172,167,213)
(67%,65%,84%)

RGB channels and saturation

R 172 of 255 = 67%
G 167 of 255 = 65%
B 213 of 255 = 84%

172
167
213

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

Portions of RGB colors in percentages

R + G + B =
172 + 167 + 213 = 552 (100%)
R 172 of 552 ~ 31.16%
G 167 of 552 ~ 30.25%
B 213 of 552 ~ 38.59%

%31.16
%30.25
%38.59

CMYK color model

#ACA7D5 color CMYK value is (19,22,0,16).

  • cyan value is 19.25%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(19,22,0,16)
C19M22Y0K16 
(19%,22%,0%,16%)
(0.19/0.22/0.00/0.16)	

CMYK percentages

%19.25
%21.6
%0
%16.47

Codes

Color #ACA7D5 in popluar color models

ACA7D5
RGB172167213
HSL247°35.38%74.51%
HSB/HSV247°21.60%83.53%
CMYK19.25%21.60%0.00%
16.47%

Color #ACA7D5 in popluar number systems.

HEXACA7D5
Decimal172167213
Binary101011001010011111010101
Octal254247325

Shades and tints

Shades of #ACA7D5

#ACA7D5
(172,167,213)
#9D98C2
(157,152,194)
#8E89AF
(142,137,175)
#7F7A9C
(127,122,156)
#706B89
(112,107,137)
#615C76
(97,92,118)
#524D63
(82,77,99)
#433E50
(67,62,80)
#342F3D
(52,47,61)
#25202A
(37,32,42)
#161117
(22,17,23)
#000000
(0,0,0)

Tints of #ACA7D5

#ACA7D5
(172,167,213)
#B3AFD8
(179,175,216)
#BAB7DB
(186,183,219)
#C1BFDE
(193,191,222)
#C8C7E1
(200,199,225)
#CFCFE4
(207,207,228)
#D6D7E7
(214,215,231)
#DDDFEA
(221,223,234)
#E4E7ED
(228,231,237)
#EBEFF0
(235,239,240)
#F2F7F3
(242,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA7D5; }

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

This text font color is #ACA7D5.


Background Color

.myBgColor { background-color: #ACA7D5; }

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

This div background color is #ACA7D5.


Border color

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

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

This div border color is #ACA7D5.


Opacity

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

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

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

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

This text has shadow with #ACA7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA7D5 on black background.


Color preview on white background

This text has color #ACA7D5 on white background.



Black color preview on #ACA7D5 background

This text has black color on #ACA7D5 background.


White color preview on #ACA7D5 background

This text has white color on #ACA7D5 background.