COLOR #ACA8C9

HEX: #ACA8C9
RGB: (172,168,201)

Color info

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

RGB color model

#ACA8C9 color RGB value is (172,168,201).

  • red value is 172;
  • green value is 168;
  • blue value is 201.
RGB:
(172,168,201)
(67%,66%,79%)

RGB channels and saturation

R 172 of 255 = 67%
G 168 of 255 = 66%
B 201 of 255 = 79%

172
168
201

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

Portions of RGB colors in percentages

R + G + B =
172 + 168 + 201 = 541 (100%)
R 172 of 541 ~ 31.79%
G 168 of 541 ~ 31.05%
B 201 of 541 ~ 37.15%

%31.79
%31.05
%37.15

CMYK color model

#ACA8C9 color CMYK value is (14,16,0,21).

  • cyan value is 14.43%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(14,16,0,21)
C14M16Y0K21 
(14%,16%,0%,21%)
(0.14/0.16/0.00/0.21)	

CMYK percentages

%14.43
%16.42
%0
%21.18

Codes

Color #ACA8C9 in popluar color models

ACA8C9
RGB172168201
HSL247°23.40%72.35%
HSB/HSV247°16.42%78.82%
CMYK14.43%16.42%0.00%
21.18%

Color #ACA8C9 in popluar number systems.

HEXACA8C9
Decimal172168201
Binary101011001010100011001001
Octal254250311

Shades and tints

Shades of #ACA8C9

#ACA8C9
(172,168,201)
#9D99B7
(157,153,183)
#8E8AA5
(142,138,165)
#7F7B93
(127,123,147)
#706C81
(112,108,129)
#615D6F
(97,93,111)
#524E5D
(82,78,93)
#433F4B
(67,63,75)
#343039
(52,48,57)
#252127
(37,33,39)
#161215
(22,18,21)
#000000
(0,0,0)

Tints of #ACA8C9

#ACA8C9
(172,168,201)
#B3AFCD
(179,175,205)
#BAB6D1
(186,182,209)
#C1BDD5
(193,189,213)
#C8C4D9
(200,196,217)
#CFCBDD
(207,203,221)
#D6D2E1
(214,210,225)
#DDD9E5
(221,217,229)
#E4E0E9
(228,224,233)
#EBE7ED
(235,231,237)
#F2EEF1
(242,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACA8C9; }

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

This text font color is #ACA8C9.


Background Color

.myBgColor { background-color: #ACA8C9; }

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

This div background color is #ACA8C9.


Border color

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

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

This div border color is #ACA8C9.


Opacity

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

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

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

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

This text has shadow with #ACA8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACA8C9 on black background.


Color preview on white background

This text has color #ACA8C9 on white background.



Black color preview on #ACA8C9 background

This text has black color on #ACA8C9 background.


White color preview on #ACA8C9 background

This text has white color on #ACA8C9 background.