COLOR #AC99B1

HEX: #AC99B1 RGB: (172,153,177)

Color info

#AC99B1 contains red, green and blue colors in about the same proportion. Web safe color of #AC99B1 is #999999 (or #999).

RGB color model

#AC99B1 color RGB value is (172,153,177).

RGB: (172,153,177) (67%, 60%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 153 of 255 = 60%
B 177 of 255 = 69%

172
153
177

R + G + B ~ 65%. #AC99B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 153 + 177 = 502 (100%)
R 172 of 502 ~ 34.26%
G 153 of 502 ~ 30.48%
B 177 of 502 ~ 35.26'%

%34.26
%30.48
%35.26

CMYK color model

#AC99B1 color CMYK value is (3,14,0,31).

  • cyan value is 2.82%
  • magenta value is 13.56%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (3,14,0,31)
C3M14Y0K31 (3%, 14%, 0%, 31%)
(0.03 / 0.14 / 0.00 / 0.31)

CMYK percentages

%2.82
%13.56
%0
%30.59

Codes

Color #AC99B1 in popluar color models

AC 99 B1
RGB 172 153 177
HSL 288° 13.33% 64.71%
HSB/HSV 288° 13.56% 69.41%
CMYK 2.82% 13.56% 0.00%
30.59%

Color #AC99B1 in popluar number systems.

HEX AC 99 B1
Decimal 172 153 177
Binary 10101100 10011001 10110001
Octal 254 231 261

Shades and tints

Shades of #AC99B1

#AC99B1
(172,153,177)
#9D8CA1
(157,140,161)
#8E7F91
(142,127,145)
#7F7281
(127,114,129)
#706571
(112,101,113)
#615861
(97,88,97)
#524B51
(82,75,81)
#433E41
(67,62,65)
#343131
(52,49,49)
#252421
(37,36,33)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #AC99B1

#AC99B1
(172,153,177)
#B3A2B8
(179,162,184)
#BAABBF
(186,171,191)
#C1B4C6
(193,180,198)
#C8BDCD
(200,189,205)
#CFC6D4
(207,198,212)
#D6CFDB
(214,207,219)
#DDD8E2
(221,216,226)
#E4E1E9
(228,225,233)
#EBEAF0
(235,234,240)
#F2F3F7
(242,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC99B1 color. Also use rgb(172,153,177) instead hex code.

Text Font Color

.myTextColor { color: #AC99B1; }

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

This text font color is #AC99B1.

Background Color

.myBgColor { background-color: #AC99B1; }

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

This div background color is #AC99B1.

Border color

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

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

This div border color is #AC99B1.

Opacity

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

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

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

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

This text has shadow with #AC99B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AC99B1.

Preview

Color preview on black background

This text has color #AC99B1 on black background.


Color preview on white background

This text has color #AC99B1 on white background.


Black color preview on #AC99B1 background

This text has black color on #AC99B1 background.


White color preview on #AC99B1 background

This text has white color on #AC99B1 background.


Related colors

Complementary color

Complementary color for #hex is #53664E.


I love getcolorcode.com

Triadic colors

1 #B1AC99 and #99B1AC with #AC99B1 are triadic colors.

2 #B199AC and #99ACB1 with #AC99B1 are triadic colors.