COLOR #AB9CDD

HEX: #AB9CDD RGB: (171,156,221)

Color info

#AB9CDD contains mainly red and blue colors. Web safe color of #AB9CDD is #9999CC (or #99C).

RGB color model

#AB9CDD color RGB value is (171,156,221).

RGB: (171,156,221) (67%, 61%, 87%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 221 of 255 = 87%

171
156
221

R + G + B ~ 72%. #AB9CDD is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 221 = 548 (100%)
R 171 of 548 ~ 31.2%
G 156 of 548 ~ 28.47%
B 221 of 548 ~ 40.33'%

%31.2
%28.47
%40.33

CMYK color model

#AB9CDD color CMYK value is (23,29,0,13).

  • cyan value is 22.62%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (23,29,0,13)
C23M29Y0K13 (23%, 29%, 0%, 13%)
(0.23 / 0.29 / 0.00 / 0.13)

CMYK percentages

%22.62
%29.41
%0
%13.33

Codes

Color #AB9CDD in popluar color models

AB 9C DD
RGB 171 156 221
HSL 254° 48.87% 73.92%
HSB/HSV 254° 29.41% 86.67%
CMYK 22.62% 29.41% 0.00%
13.33%

Color #AB9CDD in popluar number systems.

HEX AB 9C DD
Decimal 171 156 221
Binary 10101011 10011100 11011101
Octal 253 234 335

Shades and tints

Shades of #AB9CDD

#AB9CDD
(171,156,221)
#9C8EC9
(156,142,201)
#8D80B5
(141,128,181)
#7E72A1
(126,114,161)
#6F648D
(111,100,141)
#605679
(96,86,121)
#514865
(81,72,101)
#423A51
(66,58,81)
#332C3D
(51,44,61)
#241E29
(36,30,41)
#151015
(21,16,21)
#000000
(0,0,0)

Tints of #AB9CDD

#AB9CDD
(171,156,221)
#B2A5E0
(178,165,224)
#B9AEE3
(185,174,227)
#C0B7E6
(192,183,230)
#C7C0E9
(199,192,233)
#CEC9EC
(206,201,236)
#D5D2EF
(213,210,239)
#DCDBF2
(220,219,242)
#E3E4F5
(227,228,245)
#EAEDF8
(234,237,248)
#F1F6FB
(241,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9CDD color. Also use rgb(171,156,221) instead hex code.

Text Font Color

.myTextColor { color: #AB9CDD; }

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

This text font color is #AB9CDD.

Background Color

.myBgColor { background-color: #AB9CDD; }

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

This div background color is #AB9CDD.

Border color

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

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

This div border color is #AB9CDD.

Opacity

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

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

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

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

This text has shadow with #AB9CDD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CDD.

Preview

Color preview on black background

This text has color #AB9CDD on black background.


Color preview on white background

This text has color #AB9CDD on white background.


Black color preview on #AB9CDD background

This text has black color on #AB9CDD background.


White color preview on #AB9CDD background

This text has white color on #AB9CDD background.


Related colors

Complementary color

Complementary color for #hex is #546322.


I love getcolorcode.com

Triadic colors

1 #DDAB9C and #9CDDAB with #AB9CDD are triadic colors.

2 #DD9CAB and #9CABDD with #AB9CDD are triadic colors.