COLOR #AC9FC5

HEX: #AC9FC5 RGB: (172,159,197)

Color info

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

RGB color model

#AC9FC5 color RGB value is (172,159,197).

RGB: (172,159,197) (67%, 62%, 77%)

RGB channels and saturation

R 172 of 255 = 67%
G 159 of 255 = 62%
B 197 of 255 = 77%

172
159
197

R + G + B ~ 69%. #AC9FC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 159 + 197 = 528 (100%)
R 172 of 528 ~ 32.58%
G 159 of 528 ~ 30.11%
B 197 of 528 ~ 37.31'%

%32.58
%30.11
%37.31

CMYK color model

#AC9FC5 color CMYK value is (13,19,0,23).

  • cyan value is 12.69%
  • magenta value is 19.29%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (13,19,0,23) C13M19Y0K23 (13%,19%,0%,23%) (0.13/0.19/0.00/0.23) 

CMYK percentages

%12.69
%19.29
%0
%22.75

Codes

Color #AC9FC5 in popluar color models

AC 9F C5
RGB 172 159 197
HSL 261° 24.68% 69.80%
HSB/HSV 261° 19.29% 77.25%
CMYK 12.69% 19.29% 0.00%
22.75%

Color #AC9FC5 in popluar number systems.

HEX AC 9F C5
Decimal 172 159 197
Binary 10101100 10011111 11000101
Octal 254 237 305

Shades and tints

Shades of #AC9FC5

#AC9FC5
(172,159,197)
#9D91B4
(157,145,180)
#8E83A3
(142,131,163)
#7F7592
(127,117,146)
#706781
(112,103,129)
#615970
(97,89,112)
#524B5F
(82,75,95)
#433D4E
(67,61,78)
#342F3D
(52,47,61)
#25212C
(37,33,44)
#16131B
(22,19,27)
#000000
(0,0,0)

Tints of #AC9FC5

#AC9FC5
(172,159,197)
#B3A7CA
(179,167,202)
#BAAFCF
(186,175,207)
#C1B7D4
(193,183,212)
#C8BFD9
(200,191,217)
#CFC7DE
(207,199,222)
#D6CFE3
(214,207,227)
#DDD7E8
(221,215,232)
#E4DFED
(228,223,237)
#EBE7F2
(235,231,242)
#F2EFF7
(242,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AC9FC5; }

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

This text font color is #AC9FC5.

Background Color

.myBgColor { background-color: #AC9FC5; }

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

This div background color is #AC9FC5.

Border color

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

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

This div border color is #AC9FC5.

Opacity

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

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

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

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

This text has shadow with #AC9FC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC9FC5.

Preview

Color preview on black background

This text has color #AC9FC5 on black background.


Color preview on white background

This text has color #AC9FC5 on white background.


Black color preview on #AC9FC5 background

This text has black color on #AC9FC5 background.


White color preview on #AC9FC5 background

This text has white color on #AC9FC5 background.


Related colors

Complementary color

Complementary color for #hex is #53603A.


I love getcolorcode.com

Triadic colors

1 #C5AC9F and #9FC5AC with #AC9FC5 are triadic colors.

2 #C59FAC and #9FACC5 with #AC9FC5 are triadic colors.