COLOR #AC9FD1

HEX: #AC9FD1 RGB: (172,159,209)

Color info

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

RGB color model

#AC9FD1 color RGB value is (172,159,209).

RGB: (172,159,209) (67%, 62%, 82%)

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 209 of 255 = 82%

172
159
209

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

Portions of RGB colors in percentages

R + G + B = 172 + 159 + 209 = 540 (100%)
R 172 of 540 ~ 31.85%
G 159 of 540 ~ 29.44%
B 209 of 540 ~ 38.7'%

%31.85
%29.44
%38.7

CMYK color model

#AC9FD1 color CMYK value is (18,24,0,18).

  • cyan value is 17.70%
  • magenta value is 23.92%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (18,24,0,18)
C18M24Y0K18 (18%, 24%, 0%, 18%)
(0.18 / 0.24 / 0.00 / 0.18)

CMYK percentages

%17.7
%23.92
%0
%18.04

Codes

Color #AC9FD1 in popluar color models

AC 9F D1
RGB 172 159 209
HSL 256° 35.21% 72.16%
HSB/HSV 256° 23.92% 81.96%
CMYK 17.70% 23.92% 0.00%
18.04%

Color #AC9FD1 in popluar number systems.

HEX AC 9F D1
Decimal 172 159 209
Binary 10101100 10011111 11010001
Octal 254 237 321

Shades and tints

Shades of #AC9FD1

#AC9FD1
(172,159,209)
#9D91BE
(157,145,190)
#8E83AB
(142,131,171)
#7F7598
(127,117,152)
#706785
(112,103,133)
#615972
(97,89,114)
#524B5F
(82,75,95)
#433D4C
(67,61,76)
#342F39
(52,47,57)
#252126
(37,33,38)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #AC9FD1

#AC9FD1
(172,159,209)
#B3A7D5
(179,167,213)
#BAAFD9
(186,175,217)
#C1B7DD
(193,183,221)
#C8BFE1
(200,191,225)
#CFC7E5
(207,199,229)
#D6CFE9
(214,207,233)
#DDD7ED
(221,215,237)
#E4DFF1
(228,223,241)
#EBE7F5
(235,231,245)
#F2EFF9
(242,239,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC9FD1 color. Also use rgb(172,159,209) instead hex code.

Text Font Color

.myTextColor { color: #AC9FD1; }

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

This text font color is #AC9FD1.

Background Color

.myBgColor { background-color: #AC9FD1; }

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

This div background color is #AC9FD1.

Border color

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

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

This div border color is #AC9FD1.

Opacity

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

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

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

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

This text has shadow with #AC9FD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9FD1.

Preview

Color preview on black background

This text has color #AC9FD1 on black background.


Color preview on white background

This text has color #AC9FD1 on white background.


Black color preview on #AC9FD1 background

This text has black color on #AC9FD1 background.


White color preview on #AC9FD1 background

This text has white color on #AC9FD1 background.


Related colors

Complementary color

Complementary color for #hex is #53602E.


I love getcolorcode.com

Triadic colors

1 #D1AC9F and #9FD1AC with #AC9FD1 are triadic colors.

2 #D19FAC and #9FACD1 with #AC9FD1 are triadic colors.