COLOR #ACA0D7

HEX: #ACA0D7
RGB: (172,160,215)

Color info

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

RGB color model

#ACA0D7 color RGB value is (172,160,215).

  • red value is 172;
  • green value is 160;
  • blue value is 215.
RGB:
(172,160,215)
(67%,63%,84%)

RGB channels and saturation

R 172 of 255 = 67%
G 160 of 255 = 63%
B 215 of 255 = 84%

172
160
215

R + G + B ~ 71%. #ACA0D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 160 + 215 = 547 (100%)
R 172 of 547 ~ 31.44%
G 160 of 547 ~ 29.25%
B 215 of 547 ~ 39.31%

%31.44
%29.25
%39.31

CMYK color model

#ACA0D7 color CMYK value is (20,26,0,16).

  • cyan value is 20.00%
  • magenta value is 25.58%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,26,0,16)
C20M26Y0K16 
(20%,26%,0%,16%)
(0.20/0.26/0.00/0.16)	

CMYK percentages

%20
%25.58
%0
%15.69

Codes

Color #ACA0D7 in popluar color models

ACA0D7
RGB172160215
HSL253°40.74%73.53%
HSB/HSV253°25.58%84.31%
CMYK20.00%25.58%0.00%
15.69%

Color #ACA0D7 in popluar number systems.

HEXACA0D7
Decimal172160215
Binary101011001010000011010111
Octal254240327

Shades and tints

Shades of #ACA0D7

#ACA0D7
(172,160,215)
#9D92C4
(157,146,196)
#8E84B1
(142,132,177)
#7F769E
(127,118,158)
#70688B
(112,104,139)
#615A78
(97,90,120)
#524C65
(82,76,101)
#433E52
(67,62,82)
#34303F
(52,48,63)
#25222C
(37,34,44)
#161419
(22,20,25)
#000000
(0,0,0)

Tints of #ACA0D7

#ACA0D7
(172,160,215)
#B3A8DA
(179,168,218)
#BAB0DD
(186,176,221)
#C1B8E0
(193,184,224)
#C8C0E3
(200,192,227)
#CFC8E6
(207,200,230)
#D6D0E9
(214,208,233)
#DDD8EC
(221,216,236)
#E4E0EF
(228,224,239)
#EBE8F2
(235,232,242)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA0D7; }

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

This text font color is #ACA0D7.


Background Color

.myBgColor { background-color: #ACA0D7; }

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

This div background color is #ACA0D7.


Border color

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

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

This div border color is #ACA0D7.


Opacity

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

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

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

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

This text has shadow with #ACA0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA0D7 on black background.


Color preview on white background

This text has color #ACA0D7 on white background.



Black color preview on #ACA0D7 background

This text has black color on #ACA0D7 background.


White color preview on #ACA0D7 background

This text has white color on #ACA0D7 background.