COLOR #AB99AC

HEX: #AB99AC RGB: (171,153,172)

Color info

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

RGB color model

#AB99AC color RGB value is (171,153,172).

RGB: (171,153,172) (67%, 60%, 67%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 172 of 255 = 67%

171
153
172

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

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 172 = 496 (100%)
R 171 of 496 ~ 34.48%
G 153 of 496 ~ 30.85%
B 172 of 496 ~ 34.68'%

%34.48
%30.85
%34.68

CMYK color model

#AB99AC color CMYK value is (1,11,0,33).

  • cyan value is 0.58%
  • magenta value is 11.05%
  • yellow value is 0.00%
  • key color value is 32.55%

CMYK: (1,11,0,33)
C1M11Y0K33 (1%, 11%, 0%, 33%)
(0.01 / 0.11 / 0.00 / 0.33)

CMYK percentages

%0.58
%11.05
%0
%32.55

Codes

Color #AB99AC in popluar color models

AB 99 AC
RGB 171 153 172
HSL 297° 10.27% 63.73%
HSB/HSV 297° 11.05% 67.45%
CMYK 0.58% 11.05% 0.00%
32.55%

Color #AB99AC in popluar number systems.

HEX AB 99 AC
Decimal 171 153 172
Binary 10101011 10011001 10101100
Octal 253 231 254

Shades and tints

Shades of #AB99AC

#AB99AC
(171,153,172)
#9C8C9D
(156,140,157)
#8D7F8E
(141,127,142)
#7E727F
(126,114,127)
#6F6570
(111,101,112)
#605861
(96,88,97)
#514B52
(81,75,82)
#423E43
(66,62,67)
#333134
(51,49,52)
#242425
(36,36,37)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #AB99AC

#AB99AC
(171,153,172)
#B2A2B3
(178,162,179)
#B9ABBA
(185,171,186)
#C0B4C1
(192,180,193)
#C7BDC8
(199,189,200)
#CEC6CF
(206,198,207)
#D5CFD6
(213,207,214)
#DCD8DD
(220,216,221)
#E3E1E4
(227,225,228)
#EAEAEB
(234,234,235)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99AC; }

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

This text font color is #AB99AC.

Background Color

.myBgColor { background-color: #AB99AC; }

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

This div background color is #AB99AC.

Border color

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

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

This div border color is #AB99AC.

Opacity

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

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

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

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

This text has shadow with #AB99AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB99AC.

Preview

Color preview on black background

This text has color #AB99AC on black background.


Color preview on white background

This text has color #AB99AC on white background.


Black color preview on #AB99AC background

This text has black color on #AB99AC background.


White color preview on #AB99AC background

This text has white color on #AB99AC background.


Related colors

Complementary color

Complementary color for #hex is #546653.


I love getcolorcode.com

Triadic colors

1 #ACAB99 and #99ACAB with #AB99AC are triadic colors.

2 #AC99AB and #99ABAC with #AB99AC are triadic colors.