COLOR #AB99C1

HEX: #AB99C1 RGB: (171,153,193)

Color info

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

RGB color model

#AB99C1 color RGB value is (171,153,193).

RGB: (171,153,193) (67%, 60%, 76%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 193 of 255 = 76%

171
153
193

R + G + B ~ 68%. #AB99C1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 193 = 517 (100%)
R 171 of 517 ~ 33.08%
G 153 of 517 ~ 29.59%
B 193 of 517 ~ 37.33'%

%33.08
%29.59
%37.33

CMYK color model

#AB99C1 color CMYK value is (11,21,0,24).

  • cyan value is 11.40%
  • magenta value is 20.73%
  • yellow value is 0.00%
  • key color value is 24.31%

CMYK: (11,21,0,24)
C11M21Y0K24 (11%, 21%, 0%, 24%)
(0.11 / 0.21 / 0.00 / 0.24)

CMYK percentages

%11.4
%20.73
%0
%24.31

Codes

Color #AB99C1 in popluar color models

AB 99 C1
RGB 171 153 193
HSL 267° 24.39% 67.84%
HSB/HSV 267° 20.73% 75.69%
CMYK 11.40% 20.73% 0.00%
24.31%

Color #AB99C1 in popluar number systems.

HEX AB 99 C1
Decimal 171 153 193
Binary 10101011 10011001 11000001
Octal 253 231 301

Shades and tints

Shades of #AB99C1

#AB99C1
(171,153,193)
#9C8CB0
(156,140,176)
#8D7F9F
(141,127,159)
#7E728E
(126,114,142)
#6F657D
(111,101,125)
#60586C
(96,88,108)
#514B5B
(81,75,91)
#423E4A
(66,62,74)
#333139
(51,49,57)
#242428
(36,36,40)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #AB99C1

#AB99C1
(171,153,193)
#B2A2C6
(178,162,198)
#B9ABCB
(185,171,203)
#C0B4D0
(192,180,208)
#C7BDD5
(199,189,213)
#CEC6DA
(206,198,218)
#D5CFDF
(213,207,223)
#DCD8E4
(220,216,228)
#E3E1E9
(227,225,233)
#EAEAEE
(234,234,238)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99C1; }

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

This text font color is #AB99C1.

Background Color

.myBgColor { background-color: #AB99C1; }

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

This div background color is #AB99C1.

Border color

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

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

This div border color is #AB99C1.

Opacity

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

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

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

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

This text has shadow with #AB99C1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB99C1.

Preview

Color preview on black background

This text has color #AB99C1 on black background.


Color preview on white background

This text has color #AB99C1 on white background.


Black color preview on #AB99C1 background

This text has black color on #AB99C1 background.


White color preview on #AB99C1 background

This text has white color on #AB99C1 background.


Related colors

Complementary color

Complementary color for #hex is #54663E.


I love getcolorcode.com

Triadic colors

1 #C1AB99 and #99C1AB with #AB99C1 are triadic colors.

2 #C199AB and #99ABC1 with #AB99C1 are triadic colors.