COLOR #AB92BD

HEX: #AB92BD RGB: (171,146,189)

Color info

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

RGB color model

#AB92BD color RGB value is (171,146,189).

RGB: (171,146,189) (67%, 57%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 146 of 255 = 57%
B 189 of 255 = 74%

171
146
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 146 + 189 = 506 (100%)
R 171 of 506 ~ 33.79%
G 146 of 506 ~ 28.85%
B 189 of 506 ~ 37.35'%

%33.79
%28.85
%37.35

CMYK color model

#AB92BD color CMYK value is (10,23,0,26).

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

CMYK: (10,23,0,26)
C10M23Y0K26 (10%, 23%, 0%, 26%)
(0.10 / 0.23 / 0.00 / 0.26)

CMYK percentages

%9.52
%22.75
%0
%25.88

Codes

Color #AB92BD in popluar color models

AB 92 BD
RGB 171 146 189
HSL 275° 24.57% 65.69%
HSB/HSV 275° 22.75% 74.12%
CMYK 9.52% 22.75% 0.00%
25.88%

Color #AB92BD in popluar number systems.

HEX AB 92 BD
Decimal 171 146 189
Binary 10101011 10010010 10111101
Octal 253 222 275

Shades and tints

Shades of #AB92BD

#AB92BD
(171,146,189)
#9C85AC
(156,133,172)
#8D789B
(141,120,155)
#7E6B8A
(126,107,138)
#6F5E79
(111,94,121)
#605168
(96,81,104)
#514457
(81,68,87)
#423746
(66,55,70)
#332A35
(51,42,53)
#241D24
(36,29,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB92BD

#AB92BD
(171,146,189)
#B29BC3
(178,155,195)
#B9A4C9
(185,164,201)
#C0ADCF
(192,173,207)
#C7B6D5
(199,182,213)
#CEBFDB
(206,191,219)
#D5C8E1
(213,200,225)
#DCD1E7
(220,209,231)
#E3DAED
(227,218,237)
#EAE3F3
(234,227,243)
#F1ECF9
(241,236,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB92BD; }

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

This text font color is #AB92BD.

Background Color

.myBgColor { background-color: #AB92BD; }

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

This div background color is #AB92BD.

Border color

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

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

This div border color is #AB92BD.

Opacity

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

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

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

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

This text has shadow with #AB92BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB92BD.

Preview

Color preview on black background

This text has color #AB92BD on black background.


Color preview on white background

This text has color #AB92BD on white background.


Black color preview on #AB92BD background

This text has black color on #AB92BD background.


White color preview on #AB92BD background

This text has white color on #AB92BD background.


Related colors

Complementary color

Complementary color for #hex is #546D42.


I love getcolorcode.com

Triadic colors

1 #BDAB92 and #92BDAB with #AB92BD are triadic colors.

2 #BD92AB and #92ABBD with #AB92BD are triadic colors.