COLOR #AB9CBD

HEX: #AB9CBD RGB: (171,156,189)

Color info

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

RGB color model

#AB9CBD color RGB value is (171,156,189).

RGB: (171,156,189) (67%, 61%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 189 of 255 = 74%

171
156
189

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

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 189 = 516 (100%)
R 171 of 516 ~ 33.14%
G 156 of 516 ~ 30.23%
B 189 of 516 ~ 36.63'%

%33.14
%30.23
%36.63

CMYK color model

#AB9CBD color CMYK value is (10,17,0,26).

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

CMYK: (10,17,0,26)
C10M17Y0K26 (10%, 17%, 0%, 26%)
(0.10 / 0.17 / 0.00 / 0.26)

CMYK percentages

%9.52
%17.46
%0
%25.88

Codes

Color #AB9CBD in popluar color models

AB 9C BD
RGB 171 156 189
HSL 267° 20.00% 67.65%
HSB/HSV 267° 17.46% 74.12%
CMYK 9.52% 17.46% 0.00%
25.88%

Color #AB9CBD in popluar number systems.

HEX AB 9C BD
Decimal 171 156 189
Binary 10101011 10011100 10111101
Octal 253 234 275

Shades and tints

Shades of #AB9CBD

#AB9CBD
(171,156,189)
#9C8EAC
(156,142,172)
#8D809B
(141,128,155)
#7E728A
(126,114,138)
#6F6479
(111,100,121)
#605668
(96,86,104)
#514857
(81,72,87)
#423A46
(66,58,70)
#332C35
(51,44,53)
#241E24
(36,30,36)
#151013
(21,16,19)
#000000
(0,0,0)

Tints of #AB9CBD

#AB9CBD
(171,156,189)
#B2A5C3
(178,165,195)
#B9AEC9
(185,174,201)
#C0B7CF
(192,183,207)
#C7C0D5
(199,192,213)
#CEC9DB
(206,201,219)
#D5D2E1
(213,210,225)
#DCDBE7
(220,219,231)
#E3E4ED
(227,228,237)
#EAEDF3
(234,237,243)
#F1F6F9
(241,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CBD; }

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

This text font color is #AB9CBD.

Background Color

.myBgColor { background-color: #AB9CBD; }

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

This div background color is #AB9CBD.

Border color

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

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

This div border color is #AB9CBD.

Opacity

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

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

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

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

This text has shadow with #AB9CBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CBD.

Preview

Color preview on black background

This text has color #AB9CBD on black background.


Color preview on white background

This text has color #AB9CBD on white background.


Black color preview on #AB9CBD background

This text has black color on #AB9CBD background.


White color preview on #AB9CBD background

This text has white color on #AB9CBD background.


Related colors

Complementary color

Complementary color for #hex is #546342.


I love getcolorcode.com

Triadic colors

1 #BDAB9C and #9CBDAB with #AB9CBD are triadic colors.

2 #BD9CAB and #9CABBD with #AB9CBD are triadic colors.