COLOR #AB99B9

HEX: #AB99B9
RGB: (171,153,185)

Color info

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

RGB color model

#AB99B9 color RGB value is (171,153,185).

  • red value is 171;
  • green value is 153;
  • blue value is 185.
RGB:
(171,153,185)
(67%,60%,73%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 185 of 255 = 73%

171
153
185

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

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 185 = 509 (100%)
R 171 of 509 ~ 33.6%
G 153 of 509 ~ 30.06%
B 185 of 509 ~ 36.35%

%33.6
%30.06
%36.35

CMYK color model

#AB99B9 color CMYK value is (8,17,0,27).

  • cyan value is 7.57%
  • magenta value is 17.30%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(8,17,0,27)
C8M17Y0K27 
(8%,17%,0%,27%)
(0.08/0.17/0.00/0.27)	

CMYK percentages

%7.57
%17.3
%0
%27.45

Codes

Color #AB99B9 in popluar color models

AB99B9
RGB171153185
HSL274°18.60%66.27%
HSB/HSV274°17.30%72.55%
CMYK7.57%17.30%0.00%
27.45%

Color #AB99B9 in popluar number systems.

HEXAB99B9
Decimal171153185
Binary101010111001100110111001
Octal253231271

Shades and tints

Shades of #AB99B9

#AB99B9
(171,153,185)
#9C8CA9
(156,140,169)
#8D7F99
(141,127,153)
#7E7289
(126,114,137)
#6F6579
(111,101,121)
#605869
(96,88,105)
#514B59
(81,75,89)
#423E49
(66,62,73)
#333139
(51,49,57)
#242429
(36,36,41)
#151719
(21,23,25)
#000000
(0,0,0)

Tints of #AB99B9

#AB99B9
(171,153,185)
#B2A2BF
(178,162,191)
#B9ABC5
(185,171,197)
#C0B4CB
(192,180,203)
#C7BDD1
(199,189,209)
#CEC6D7
(206,198,215)
#D5CFDD
(213,207,221)
#DCD8E3
(220,216,227)
#E3E1E9
(227,225,233)
#EAEAEF
(234,234,239)
#F1F3F5
(241,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99B9; }

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

This text font color is #AB99B9.


Background Color

.myBgColor { background-color: #AB99B9; }

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

This div background color is #AB99B9.


Border color

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

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

This div border color is #AB99B9.


Opacity

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

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

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

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

This text has shadow with #AB99B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB99B9 on black background.


Color preview on white background

This text has color #AB99B9 on white background.



Black color preview on #AB99B9 background

This text has black color on #AB99B9 background.


White color preview on #AB99B9 background

This text has white color on #AB99B9 background.