COLOR #AB969D

HEX: #AB969D RGB: (171,150,157)

Color info

#AB969D contains red, green and blue colors in about the same proportion. Web safe color of #AB969D is #999999 (or #999).

RGB color model

#AB969D color RGB value is (171,150,157).

RGB: (171,150,157) (67%, 59%, 62%)

RGB channels and saturation

R 171 of 255 = 67%
G 150 of 255 = 59%
B 157 of 255 = 62%

171
150
157

R + G + B ~ 63%. #AB969D is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 150 + 157 = 478 (100%)
R 171 of 478 ~ 35.77%
G 150 of 478 ~ 31.38%
B 157 of 478 ~ 32.85'%

%35.77
%31.38
%32.85

CMYK color model

#AB969D color CMYK value is (0,12,8,33).

  • cyan value is 0.00%
  • magenta value is 12.28%
  • yellow value is 8.19%
  • key color value is 32.94%
CMYK: (0,12,8,33) C0M12Y8K33 (0%,12%,8%,33%) (0.00/0.12/0.08/0.33) 

CMYK percentages

%0
%12.28
%8.19
%32.94

Codes

Color #AB969D in popluar color models

AB 96 9D
RGB 171 150 157
HSL 340° 11.11% 62.94%
HSB/HSV 340° 12.28% 67.06%
CMYK 0.00% 12.28% 8.19%
32.94%

Color #AB969D in popluar number systems.

HEX AB 96 9D
Decimal 171 150 157
Binary 10101011 10010110 10011101
Octal 253 226 235

Shades and tints

Shades of #AB969D

#AB969D
(171,150,157)
#9C898F
(156,137,143)
#8D7C81
(141,124,129)
#7E6F73
(126,111,115)
#6F6265
(111,98,101)
#605557
(96,85,87)
#514849
(81,72,73)
#423B3B
(66,59,59)
#332E2D
(51,46,45)
#24211F
(36,33,31)
#151411
(21,20,17)
#000000
(0,0,0)

Tints of #AB969D

#AB969D
(171,150,157)
#B29FA5
(178,159,165)
#B9A8AD
(185,168,173)
#C0B1B5
(192,177,181)
#C7BABD
(199,186,189)
#CEC3C5
(206,195,197)
#D5CCCD
(213,204,205)
#DCD5D5
(220,213,213)
#E3DEDD
(227,222,221)
#EAE7E5
(234,231,229)
#F1F0ED
(241,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB969D color. Also use rgb(171,150,157) instead hex code.

Text Font Color

.myTextColor { color: #AB969D; }

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

This text font color is #AB969D.

Background Color

.myBgColor { background-color: #AB969D; }

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

This div background color is #AB969D.

Border color

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

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

This div border color is #AB969D.

Opacity

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

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

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

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

This text has shadow with #AB969D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB969D.

Preview

Color preview on black background

This text has color #AB969D on black background.


Color preview on white background

This text has color #AB969D on white background.


Black color preview on #AB969D background

This text has black color on #AB969D background.


White color preview on #AB969D background

This text has white color on #AB969D background.


Related colors

Complementary color

Complementary color for #hex is #546962.


I love getcolorcode.com

Triadic colors

1 #9DAB96 and #969DAB with #AB969D are triadic colors.

2 #9D96AB and #96AB9D with #AB969D are triadic colors.