COLOR #AB9DBA

HEX: #AB9DBA RGB: (171,157,186)

Color info

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

RGB color model

#AB9DBA color RGB value is (171,157,186).

RGB: (171,157,186) (67%, 62%, 73%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 186 of 255 = 73%

171
157
186

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

Portions of RGB colors in percentages

R + G + B = 171 + 157 + 186 = 514 (100%)
R 171 of 514 ~ 33.27%
G 157 of 514 ~ 30.54%
B 186 of 514 ~ 36.19'%

%33.27
%30.54
%36.19

CMYK color model

#AB9DBA color CMYK value is (8,16,0,27).

  • cyan value is 8.06%
  • magenta value is 15.59%
  • yellow value is 0.00%
  • key color value is 27.06%
CMYK: (8,16,0,27) C8M16Y0K27 (8%,16%,0%,27%) (0.08/0.16/0.00/0.27) 

CMYK percentages

%8.06
%15.59
%0
%27.06

Codes

Color #AB9DBA in popluar color models

AB 9D BA
RGB 171 157 186
HSL 269° 17.37% 67.25%
HSB/HSV 269° 15.59% 72.94%
CMYK 8.06% 15.59% 0.00%
27.06%

Color #AB9DBA in popluar number systems.

HEX AB 9D BA
Decimal 171 157 186
Binary 10101011 10011101 10111010
Octal 253 235 272

Shades and tints

Shades of #AB9DBA

#AB9DBA
(171,157,186)
#9C8FAA
(156,143,170)
#8D819A
(141,129,154)
#7E738A
(126,115,138)
#6F657A
(111,101,122)
#60576A
(96,87,106)
#51495A
(81,73,90)
#423B4A
(66,59,74)
#332D3A
(51,45,58)
#241F2A
(36,31,42)
#15111A
(21,17,26)
#000000
(0,0,0)

Tints of #AB9DBA

#AB9DBA
(171,157,186)
#B2A5C0
(178,165,192)
#B9ADC6
(185,173,198)
#C0B5CC
(192,181,204)
#C7BDD2
(199,189,210)
#CEC5D8
(206,197,216)
#D5CDDE
(213,205,222)
#DCD5E4
(220,213,228)
#E3DDEA
(227,221,234)
#EAE5F0
(234,229,240)
#F1EDF6
(241,237,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9DBA; }

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

This text font color is #AB9DBA.

Background Color

.myBgColor { background-color: #AB9DBA; }

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

This div background color is #AB9DBA.

Border color

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

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

This div border color is #AB9DBA.

Opacity

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

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

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

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

This text has shadow with #AB9DBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9DBA.

Preview

Color preview on black background

This text has color #AB9DBA on black background.


Color preview on white background

This text has color #AB9DBA on white background.


Black color preview on #AB9DBA background

This text has black color on #AB9DBA background.


White color preview on #AB9DBA background

This text has white color on #AB9DBA background.


Related colors

Complementary color

Complementary color for #hex is #546245.


I love getcolorcode.com

Triadic colors

1 #BAAB9D and #9DBAAB with #AB9DBA are triadic colors.

2 #BA9DAB and #9DABBA with #AB9DBA are triadic colors.