COLOR #AB9CCC

HEX: #AB9CCC RGB: (171,156,204)

Color info

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

RGB color model

#AB9CCC color RGB value is (171,156,204).

RGB: (171,156,204) (67%, 61%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 204 of 255 = 80%

171
156
204

R + G + B ~ 69%. #AB9CCC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 204 = 531 (100%)
R 171 of 531 ~ 32.2%
G 156 of 531 ~ 29.38%
B 204 of 531 ~ 38.42'%

%32.2
%29.38
%38.42

CMYK color model

#AB9CCC color CMYK value is (16,24,0,20).

  • cyan value is 16.18%
  • magenta value is 23.53%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (16,24,0,20)
C16M24Y0K20 (16%, 24%, 0%, 20%)
(0.16 / 0.24 / 0.00 / 0.20)

CMYK percentages

%16.18
%23.53
%0
%20

Codes

Color #AB9CCC in popluar color models

AB 9C CC
RGB 171 156 204
HSL 259° 32.00% 70.59%
HSB/HSV 259° 23.53% 80.00%
CMYK 16.18% 23.53% 0.00%
20.00%

Color #AB9CCC in popluar number systems.

HEX AB 9C CC
Decimal 171 156 204
Binary 10101011 10011100 11001100
Octal 253 234 314

Shades and tints

Shades of #AB9CCC

#AB9CCC
(171,156,204)
#9C8EBA
(156,142,186)
#8D80A8
(141,128,168)
#7E7296
(126,114,150)
#6F6484
(111,100,132)
#605672
(96,86,114)
#514860
(81,72,96)
#423A4E
(66,58,78)
#332C3C
(51,44,60)
#241E2A
(36,30,42)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #AB9CCC

#AB9CCC
(171,156,204)
#B2A5D0
(178,165,208)
#B9AED4
(185,174,212)
#C0B7D8
(192,183,216)
#C7C0DC
(199,192,220)
#CEC9E0
(206,201,224)
#D5D2E4
(213,210,228)
#DCDBE8
(220,219,232)
#E3E4EC
(227,228,236)
#EAEDF0
(234,237,240)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CCC; }

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

This text font color is #AB9CCC.

Background Color

.myBgColor { background-color: #AB9CCC; }

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

This div background color is #AB9CCC.

Border color

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

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

This div border color is #AB9CCC.

Opacity

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

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

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

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

This text has shadow with #AB9CCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CCC.

Preview

Color preview on black background

This text has color #AB9CCC on black background.


Color preview on white background

This text has color #AB9CCC on white background.


Black color preview on #AB9CCC background

This text has black color on #AB9CCC background.


White color preview on #AB9CCC background

This text has white color on #AB9CCC background.


Related colors

Complementary color

Complementary color for #hex is #546333.


I love getcolorcode.com

Triadic colors

1 #CCAB9C and #9CCCAB with #AB9CCC are triadic colors.

2 #CC9CAB and #9CABCC with #AB9CCC are triadic colors.