COLOR #AB99BD

HEX: #AB99BD RGB: (171,153,189)

Color info

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

RGB color model

#AB99BD color RGB value is (171,153,189).

RGB: (171,153,189) (67%, 60%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 189 of 255 = 74%

171
153
189

R + G + B ~ 67%. #AB99BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 189 = 513 (100%)
R 171 of 513 ~ 33.33%
G 153 of 513 ~ 29.82%
B 189 of 513 ~ 36.84'%

%33.33
%29.82
%36.84

CMYK color model

#AB99BD color CMYK value is (10,19,0,26).

  • cyan value is 9.52%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (10,19,0,26)
C10M19Y0K26 (10%, 19%, 0%, 26%)
(0.10 / 0.19 / 0.00 / 0.26)

CMYK percentages

%9.52
%19.05
%0
%25.88

Codes

Color #AB99BD in popluar color models

AB 99 BD
RGB 171 153 189
HSL 270° 21.43% 67.06%
HSB/HSV 270° 19.05% 74.12%
CMYK 9.52% 19.05% 0.00%
25.88%

Color #AB99BD in popluar number systems.

HEX AB 99 BD
Decimal 171 153 189
Binary 10101011 10011001 10111101
Octal 253 231 275

Shades and tints

Shades of #AB99BD

#AB99BD
(171,153,189)
#9C8CAC
(156,140,172)
#8D7F9B
(141,127,155)
#7E728A
(126,114,138)
#6F6579
(111,101,121)
#605868
(96,88,104)
#514B57
(81,75,87)
#423E46
(66,62,70)
#333135
(51,49,53)
#242424
(36,36,36)
#151713
(21,23,19)
#000000
(0,0,0)

Tints of #AB99BD

#AB99BD
(171,153,189)
#B2A2C3
(178,162,195)
#B9ABC9
(185,171,201)
#C0B4CF
(192,180,207)
#C7BDD5
(199,189,213)
#CEC6DB
(206,198,219)
#D5CFE1
(213,207,225)
#DCD8E7
(220,216,231)
#E3E1ED
(227,225,237)
#EAEAF3
(234,234,243)
#F1F3F9
(241,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99BD; }

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

This text font color is #AB99BD.

Background Color

.myBgColor { background-color: #AB99BD; }

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

This div background color is #AB99BD.

Border color

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

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

This div border color is #AB99BD.

Opacity

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

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

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

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

This text has shadow with #AB99BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB99BD.

Preview

Color preview on black background

This text has color #AB99BD on black background.


Color preview on white background

This text has color #AB99BD on white background.


Black color preview on #AB99BD background

This text has black color on #AB99BD background.


White color preview on #AB99BD background

This text has white color on #AB99BD background.


Related colors

Complementary color

Complementary color for #hex is #546642.


I love getcolorcode.com

Triadic colors

1 #BDAB99 and #99BDAB with #AB99BD are triadic colors.

2 #BD99AB and #99ABBD with #AB99BD are triadic colors.