COLOR #AB9CDC

HEX: #AB9CDC RGB: (171,156,220)

Color info

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

RGB color model

#AB9CDC color RGB value is (171,156,220).

RGB: (171,156,220) (67%, 61%, 86%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 220 of 255 = 86%

171
156
220

R + G + B ~ 71%. #AB9CDC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 220 = 547 (100%)
R 171 of 547 ~ 31.26%
G 156 of 547 ~ 28.52%
B 220 of 547 ~ 40.22'%

%31.26
%28.52
%40.22

CMYK color model

#AB9CDC color CMYK value is (22,29,0,14).

  • cyan value is 22.27%
  • magenta value is 29.09%
  • yellow value is 0.00%
  • key color value is 13.73%

CMYK: (22,29,0,14)
C22M29Y0K14 (22%, 29%, 0%, 14%)
(0.22 / 0.29 / 0.00 / 0.14)

CMYK percentages

%22.27
%29.09
%0
%13.73

Codes

Color #AB9CDC in popluar color models

AB 9C DC
RGB 171 156 220
HSL 254° 47.76% 73.73%
HSB/HSV 254° 29.09% 86.27%
CMYK 22.27% 29.09% 0.00%
13.73%

Color #AB9CDC in popluar number systems.

HEX AB 9C DC
Decimal 171 156 220
Binary 10101011 10011100 11011100
Octal 253 234 334

Shades and tints

Shades of #AB9CDC

#AB9CDC
(171,156,220)
#9C8EC8
(156,142,200)
#8D80B4
(141,128,180)
#7E72A0
(126,114,160)
#6F648C
(111,100,140)
#605678
(96,86,120)
#514864
(81,72,100)
#423A50
(66,58,80)
#332C3C
(51,44,60)
#241E28
(36,30,40)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB9CDC

#AB9CDC
(171,156,220)
#B2A5DF
(178,165,223)
#B9AEE2
(185,174,226)
#C0B7E5
(192,183,229)
#C7C0E8
(199,192,232)
#CEC9EB
(206,201,235)
#D5D2EE
(213,210,238)
#DCDBF1
(220,219,241)
#E3E4F4
(227,228,244)
#EAEDF7
(234,237,247)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CDC; }

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

This text font color is #AB9CDC.

Background Color

.myBgColor { background-color: #AB9CDC; }

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

This div background color is #AB9CDC.

Border color

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

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

This div border color is #AB9CDC.

Opacity

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

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

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

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

This text has shadow with #AB9CDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CDC.

Preview

Color preview on black background

This text has color #AB9CDC on black background.


Color preview on white background

This text has color #AB9CDC on white background.


Black color preview on #AB9CDC background

This text has black color on #AB9CDC background.


White color preview on #AB9CDC background

This text has white color on #AB9CDC background.


Related colors

Complementary color

Complementary color for #hex is #546323.


I love getcolorcode.com

Triadic colors

1 #DCAB9C and #9CDCAB with #AB9CDC are triadic colors.

2 #DC9CAB and #9CABDC with #AB9CDC are triadic colors.