COLOR #AB99B7

HEX: #AB99B7
RGB: (171,153,183)

Color info

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

RGB color model

#AB99B7 color RGB value is (171,153,183).

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

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 183 of 255 = 72%

171
153
183

R + G + B ~ 66%. #AB99B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 153 + 183 = 507 (100%)
R 171 of 507 ~ 33.73%
G 153 of 507 ~ 30.18%
B 183 of 507 ~ 36.09%

%33.73
%30.18
%36.09

CMYK color model

#AB99B7 color CMYK value is (7,16,0,28).

  • cyan value is 6.56%
  • magenta value is 16.39%
  • yellow value is 0.00%
  • key color value is 28.24%
CMYK:
(7,16,0,28)
C7M16Y0K28 
(7%,16%,0%,28%)
(0.07/0.16/0.00/0.28)	

CMYK percentages

%6.56
%16.39
%0
%28.24

Codes

Color #AB99B7 in popluar color models

AB99B7
RGB171153183
HSL276°17.24%65.88%
HSB/HSV276°16.39%71.76%
CMYK6.56%16.39%0.00%
28.24%

Color #AB99B7 in popluar number systems.

HEXAB99B7
Decimal171153183
Binary101010111001100110110111
Octal253231267

Shades and tints

Shades of #AB99B7

#AB99B7
(171,153,183)
#9C8CA7
(156,140,167)
#8D7F97
(141,127,151)
#7E7287
(126,114,135)
#6F6577
(111,101,119)
#605867
(96,88,103)
#514B57
(81,75,87)
#423E47
(66,62,71)
#333137
(51,49,55)
#242427
(36,36,39)
#151717
(21,23,23)
#000000
(0,0,0)

Tints of #AB99B7

#AB99B7
(171,153,183)
#B2A2BD
(178,162,189)
#B9ABC3
(185,171,195)
#C0B4C9
(192,180,201)
#C7BDCF
(199,189,207)
#CEC6D5
(206,198,213)
#D5CFDB
(213,207,219)
#DCD8E1
(220,216,225)
#E3E1E7
(227,225,231)
#EAEAED
(234,234,237)
#F1F3F3
(241,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99B7; }

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

This text font color is #AB99B7.


Background Color

.myBgColor { background-color: #AB99B7; }

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

This div background color is #AB99B7.


Border color

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

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

This div border color is #AB99B7.


Opacity

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

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

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

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

This text has shadow with #AB99B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB99B7 on black background.


Color preview on white background

This text has color #AB99B7 on white background.



Black color preview on #AB99B7 background

This text has black color on #AB99B7 background.


White color preview on #AB99B7 background

This text has white color on #AB99B7 background.