COLOR #AB99B6

HEX: #AB99B6 RGB: (171,153,182)

Color info

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

RGB color model

#AB99B6 color RGB value is (171,153,182).

RGB: (171,153,182) (67%, 60%, 71%)

RGB channels and saturation

R 171 of 255 = 67%
G 153 of 255 = 60%
B 182 of 255 = 71%

171
153
182

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

Portions of RGB colors in percentages

R + G + B = 171 + 153 + 182 = 506 (100%)
R 171 of 506 ~ 33.79%
G 153 of 506 ~ 30.24%
B 182 of 506 ~ 35.97'%

%33.79
%30.24
%35.97

CMYK color model

#AB99B6 color CMYK value is (6,16,0,29).

  • cyan value is 6.04%
  • magenta value is 15.93%
  • yellow value is 0.00%
  • key color value is 28.63%

CMYK: (6,16,0,29)
C6M16Y0K29 (6%, 16%, 0%, 29%)
(0.06 / 0.16 / 0.00 / 0.29)

CMYK percentages

%6.04
%15.93
%0
%28.63

Codes

Color #AB99B6 in popluar color models

AB 99 B6
RGB 171 153 182
HSL 277° 16.57% 65.69%
HSB/HSV 277° 15.93% 71.37%
CMYK 6.04% 15.93% 0.00%
28.63%

Color #AB99B6 in popluar number systems.

HEX AB 99 B6
Decimal 171 153 182
Binary 10101011 10011001 10110110
Octal 253 231 266

Shades and tints

Shades of #AB99B6

#AB99B6
(171,153,182)
#9C8CA6
(156,140,166)
#8D7F96
(141,127,150)
#7E7286
(126,114,134)
#6F6576
(111,101,118)
#605866
(96,88,102)
#514B56
(81,75,86)
#423E46
(66,62,70)
#333136
(51,49,54)
#242426
(36,36,38)
#151716
(21,23,22)
#000000
(0,0,0)

Tints of #AB99B6

#AB99B6
(171,153,182)
#B2A2BC
(178,162,188)
#B9ABC2
(185,171,194)
#C0B4C8
(192,180,200)
#C7BDCE
(199,189,206)
#CEC6D4
(206,198,212)
#D5CFDA
(213,207,218)
#DCD8E0
(220,216,224)
#E3E1E6
(227,225,230)
#EAEAEC
(234,234,236)
#F1F3F2
(241,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB99B6; }

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

This text font color is #AB99B6.

Background Color

.myBgColor { background-color: #AB99B6; }

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

This div background color is #AB99B6.

Border color

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

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

This div border color is #AB99B6.

Opacity

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

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

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

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

This text has shadow with #AB99B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB99B6.

Preview

Color preview on black background

This text has color #AB99B6 on black background.


Color preview on white background

This text has color #AB99B6 on white background.


Black color preview on #AB99B6 background

This text has black color on #AB99B6 background.


White color preview on #AB99B6 background

This text has white color on #AB99B6 background.


Related colors

Complementary color

Complementary color for #hex is #546649.


I love getcolorcode.com

Triadic colors

1 #B6AB99 and #99B6AB with #AB99B6 are triadic colors.

2 #B699AB and #99ABB6 with #AB99B6 are triadic colors.