COLOR #AB9DC3

HEX: #AB9DC3
RGB: (171,157,195)

Color info

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

RGB color model

#AB9DC3 color RGB value is (171,157,195).

  • red value is 171;
  • green value is 157;
  • blue value is 195.
RGB:
(171,157,195)
(67%,62%,76%)

RGB channels and saturation

R 171 of 255 = 67%
G 157 of 255 = 62%
B 195 of 255 = 76%

171
157
195

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

Portions of RGB colors in percentages

R + G + B =
171 + 157 + 195 = 523 (100%)
R 171 of 523 ~ 32.7%
G 157 of 523 ~ 30.02%
B 195 of 523 ~ 37.28%

%32.7
%30.02
%37.28

CMYK color model

#AB9DC3 color CMYK value is (12,19,0,24).

  • cyan value is 12.31%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(12,19,0,24)
C12M19Y0K24 
(12%,19%,0%,24%)
(0.12/0.19/0.00/0.24)	

CMYK percentages

%12.31
%19.49
%0
%23.53

Codes

Color #AB9DC3 in popluar color models

AB9DC3
RGB171157195
HSL262°24.05%69.02%
HSB/HSV262°19.49%76.47%
CMYK12.31%19.49%0.00%
23.53%

Color #AB9DC3 in popluar number systems.

HEXAB9DC3
Decimal171157195
Binary101010111001110111000011
Octal253235303

Shades and tints

Shades of #AB9DC3

#AB9DC3
(171,157,195)
#9C8FB2
(156,143,178)
#8D81A1
(141,129,161)
#7E7390
(126,115,144)
#6F657F
(111,101,127)
#60576E
(96,87,110)
#51495D
(81,73,93)
#423B4C
(66,59,76)
#332D3B
(51,45,59)
#241F2A
(36,31,42)
#151119
(21,17,25)
#000000
(0,0,0)

Tints of #AB9DC3

#AB9DC3
(171,157,195)
#B2A5C8
(178,165,200)
#B9ADCD
(185,173,205)
#C0B5D2
(192,181,210)
#C7BDD7
(199,189,215)
#CEC5DC
(206,197,220)
#D5CDE1
(213,205,225)
#DCD5E6
(220,213,230)
#E3DDEB
(227,221,235)
#EAE5F0
(234,229,240)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AB9DC3 color. Also use rgb(171,157,195) instead hex code.

Text Font Color

.myTextColor { color: #AB9DC3; }

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

This text font color is #AB9DC3.


Background Color

.myBgColor { background-color: #AB9DC3; }

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

This div background color is #AB9DC3.


Border color

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

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

This div border color is #AB9DC3.


Opacity

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

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

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

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

This text has shadow with #AB9DC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AB9DC3 on black background.


Color preview on white background

This text has color #AB9DC3 on white background.



Black color preview on #AB9DC3 background

This text has black color on #AB9DC3 background.


White color preview on #AB9DC3 background

This text has white color on #AB9DC3 background.