COLOR #AC81B5

HEX: #AC81B5 RGB: (172,129,181)

Color info

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

RGB color model

#AC81B5 color RGB value is (172,129,181).

RGB: (172,129,181) (67%, 51%, 71%)

RGB channels and saturation

R 172 of 255 = 67%
G 129 of 255 = 51%
B 181 of 255 = 71%

172
129
181

R + G + B ~ 63%. #AC81B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 129 + 181 = 482 (100%)
R 172 of 482 ~ 35.68%
G 129 of 482 ~ 26.76%
B 181 of 482 ~ 37.55'%

%35.68
%26.76
%37.55

CMYK color model

#AC81B5 color CMYK value is (5,29,0,29).

  • cyan value is 4.97%
  • magenta value is 28.73%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (5,29,0,29)
C5M29Y0K29 (5%, 29%, 0%, 29%)
(0.05 / 0.29 / 0.00 / 0.29)

CMYK percentages

%4.97
%28.73
%0
%29.02

Codes

Color #AC81B5 in popluar color models

AC 81 B5
RGB 172 129 181
HSL 290° 26.00% 60.78%
HSB/HSV 290° 28.73% 70.98%
CMYK 4.97% 28.73% 0.00%
29.02%

Color #AC81B5 in popluar number systems.

HEX AC 81 B5
Decimal 172 129 181
Binary 10101100 10000001 10110101
Octal 254 201 265

Shades and tints

Shades of #AC81B5

#AC81B5
(172,129,181)
#9D76A5
(157,118,165)
#8E6B95
(142,107,149)
#7F6085
(127,96,133)
#705575
(112,85,117)
#614A65
(97,74,101)
#523F55
(82,63,85)
#433445
(67,52,69)
#342935
(52,41,53)
#251E25
(37,30,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #AC81B5

#AC81B5
(172,129,181)
#B38CBB
(179,140,187)
#BA97C1
(186,151,193)
#C1A2C7
(193,162,199)
#C8ADCD
(200,173,205)
#CFB8D3
(207,184,211)
#D6C3D9
(214,195,217)
#DDCEDF
(221,206,223)
#E4D9E5
(228,217,229)
#EBE4EB
(235,228,235)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC81B5 color. Also use rgb(172,129,181) instead hex code.

Text Font Color

.myTextColor { color: #AC81B5; }

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

This text font color is #AC81B5.

Background Color

.myBgColor { background-color: #AC81B5; }

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

This div background color is #AC81B5.

Border color

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

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

This div border color is #AC81B5.

Opacity

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

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

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

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

This text has shadow with #AC81B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC81B5.

Preview

Color preview on black background

This text has color #AC81B5 on black background.


Color preview on white background

This text has color #AC81B5 on white background.


Black color preview on #AC81B5 background

This text has black color on #AC81B5 background.


White color preview on #AC81B5 background

This text has white color on #AC81B5 background.


Related colors

Complementary color

Complementary color for #hex is #537E4A.


I love getcolorcode.com

Triadic colors

1 #B5AC81 and #81B5AC with #AC81B5 are triadic colors.

2 #B581AC and #81ACB5 with #AC81B5 are triadic colors.