COLOR #AB9CBE

HEX: #AB9CBE RGB: (171,156,190)

Color info

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

RGB color model

#AB9CBE color RGB value is (171,156,190).

RGB: (171,156,190) (67%, 61%, 75%)

RGB channels and saturation

R 171 of 255 = 67%
G 156 of 255 = 61%
B 190 of 255 = 75%

171
156
190

R + G + B ~ 68%. #AB9CBE is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 156 + 190 = 517 (100%)
R 171 of 517 ~ 33.08%
G 156 of 517 ~ 30.17%
B 190 of 517 ~ 36.75'%

%33.08
%30.17
%36.75

CMYK color model

#AB9CBE color CMYK value is (10,18,0,25).

  • cyan value is 10.00%
  • magenta value is 17.89%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (10,18,0,25) C10M18Y0K25 (10%,18%,0%,25%) (0.10/0.18/0.00/0.25) 

CMYK percentages

%10
%17.89
%0
%25.49

Codes

Color #AB9CBE in popluar color models

AB 9C BE
RGB 171 156 190
HSL 266° 20.73% 67.84%
HSB/HSV 266° 17.89% 74.51%
CMYK 10.00% 17.89% 0.00%
25.49%

Color #AB9CBE in popluar number systems.

HEX AB 9C BE
Decimal 171 156 190
Binary 10101011 10011100 10111110
Octal 253 234 276

Shades and tints

Shades of #AB9CBE

#AB9CBE
(171,156,190)
#9C8EAD
(156,142,173)
#8D809C
(141,128,156)
#7E728B
(126,114,139)
#6F647A
(111,100,122)
#605669
(96,86,105)
#514858
(81,72,88)
#423A47
(66,58,71)
#332C36
(51,44,54)
#241E25
(36,30,37)
#151014
(21,16,20)
#000000
(0,0,0)

Tints of #AB9CBE

#AB9CBE
(171,156,190)
#B2A5C3
(178,165,195)
#B9AEC8
(185,174,200)
#C0B7CD
(192,183,205)
#C7C0D2
(199,192,210)
#CEC9D7
(206,201,215)
#D5D2DC
(213,210,220)
#DCDBE1
(220,219,225)
#E3E4E6
(227,228,230)
#EAEDEB
(234,237,235)
#F1F6F0
(241,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AB9CBE; }

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

This text font color is #AB9CBE.

Background Color

.myBgColor { background-color: #AB9CBE; }

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

This div background color is #AB9CBE.

Border color

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

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

This div border color is #AB9CBE.

Opacity

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

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

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

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

This text has shadow with #AB9CBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AB9CBE.

Preview

Color preview on black background

This text has color #AB9CBE on black background.


Color preview on white background

This text has color #AB9CBE on white background.


Black color preview on #AB9CBE background

This text has black color on #AB9CBE background.


White color preview on #AB9CBE background

This text has white color on #AB9CBE background.


Related colors

Complementary color

Complementary color for #hex is #546341.


I love getcolorcode.com

Triadic colors

1 #BEAB9C and #9CBEAB with #AB9CBE are triadic colors.

2 #BE9CAB and #9CABBE with #AB9CBE are triadic colors.