COLOR #ACA7C6

HEX: #ACA7C6
RGB: (172,167,198)

Color info

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

RGB color model

#ACA7C6 color RGB value is (172,167,198).

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

RGB channels and saturation

R 172 of 255 = 67%
G 167 of 255 = 65%
B 198 of 255 = 78%

172
167
198

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

Portions of RGB colors in percentages

R + G + B =
172 + 167 + 198 = 537 (100%)
R 172 of 537 ~ 32.03%
G 167 of 537 ~ 31.1%
B 198 of 537 ~ 36.87%

%32.03
%31.1
%36.87

CMYK color model

#ACA7C6 color CMYK value is (13,16,0,22).

  • cyan value is 13.13%
  • magenta value is 15.66%
  • yellow value is 0.00%
  • key color value is 22.35%
CMYK:
(13,16,0,22)
C13M16Y0K22 
(13%,16%,0%,22%)
(0.13/0.16/0.00/0.22)	

CMYK percentages

%13.13
%15.66
%0
%22.35

Codes

Color #ACA7C6 in popluar color models

ACA7C6
RGB172167198
HSL250°21.38%71.57%
HSB/HSV250°15.66%77.65%
CMYK13.13%15.66%0.00%
22.35%

Color #ACA7C6 in popluar number systems.

HEXACA7C6
Decimal172167198
Binary101011001010011111000110
Octal254247306

Shades and tints

Shades of #ACA7C6

#ACA7C6
(172,167,198)
#9D98B4
(157,152,180)
#8E89A2
(142,137,162)
#7F7A90
(127,122,144)
#706B7E
(112,107,126)
#615C6C
(97,92,108)
#524D5A
(82,77,90)
#433E48
(67,62,72)
#342F36
(52,47,54)
#252024
(37,32,36)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #ACA7C6

#ACA7C6
(172,167,198)
#B3AFCB
(179,175,203)
#BAB7D0
(186,183,208)
#C1BFD5
(193,191,213)
#C8C7DA
(200,199,218)
#CFCFDF
(207,207,223)
#D6D7E4
(214,215,228)
#DDDFE9
(221,223,233)
#E4E7EE
(228,231,238)
#EBEFF3
(235,239,243)
#F2F7F8
(242,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA7C6; }

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

This text font color is #ACA7C6.


Background Color

.myBgColor { background-color: #ACA7C6; }

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

This div background color is #ACA7C6.


Border color

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

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

This div border color is #ACA7C6.


Opacity

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

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

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

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

This text has shadow with #ACA7C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA7C6 on black background.


Color preview on white background

This text has color #ACA7C6 on white background.



Black color preview on #ACA7C6 background

This text has black color on #ACA7C6 background.


White color preview on #ACA7C6 background

This text has white color on #ACA7C6 background.