COLOR #ABA9D6

HEX: #ABA9D6
RGB: (171,169,214)

Color info

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

RGB color model

#ABA9D6 color RGB value is (171,169,214).

  • red value is 171;
  • green value is 169;
  • blue value is 214.
RGB: (171,169,214) (67%,66%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 169 of 255 = 66%
B 214 of 255 = 84%

171
169
214

R + G + B ~ 72%. #ABA9D6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 169 + 214 = 554 (100%)
R 171 of 554 ~ 30.87%
G 169 of 554 ~ 30.51%
B 214 of 554 ~ 38.63%

%30.87
%30.51
%38.63

CMYK color model

#ABA9D6 color CMYK value is (20,21,0,16).

  • cyan value is 20.09%
  • magenta value is 21.03%
  • yellow value is 0.00%
  • key color value is 16.08%
CMYK: (20,21,0,16) C20M21Y0K16 (20%,21%,0%,16%) (0.20/0.21/0.00/0.16)

CMYK percentages

%20.09
%21.03
%0
%16.08

Codes

Color #ABA9D6 in popluar color models

ABA9D6
RGB171169214
HSL243°35.43%75.10%
HSB/HSV243°21.03%83.92%
CMYK20.09%21.03%0.00%
16.08%

Color #ABA9D6 in popluar number systems.

HEXABA9D6
Decimal171169214
Binary101010111010100111010110
Octal253251326

Shades and tints

Shades of #ABA9D6

#ABA9D6
(171,169,214)
#9C9AC3
(156,154,195)
#8D8BB0
(141,139,176)
#7E7C9D
(126,124,157)
#6F6D8A
(111,109,138)
#605E77
(96,94,119)
#514F64
(81,79,100)
#424051
(66,64,81)
#33313E
(51,49,62)
#24222B
(36,34,43)
#151318
(21,19,24)
#000000
(0,0,0)

Tints of #ABA9D6

#ABA9D6
(171,169,214)
#B2B0D9
(178,176,217)
#B9B7DC
(185,183,220)
#C0BEDF
(192,190,223)
#C7C5E2
(199,197,226)
#CECCE5
(206,204,229)
#D5D3E8
(213,211,232)
#DCDAEB
(220,218,235)
#E3E1EE
(227,225,238)
#EAE8F1
(234,232,241)
#F1EFF4
(241,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA9D6 color. Also use rgb(171,169,214) instead hex code.

Text Font Color

.myTextColor { color: #ABA9D6; }

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

This text font color is #ABA9D6.


Background Color

.myBgColor { background-color: #ABA9D6; }

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

This div background color is #ABA9D6.


Border color

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

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

This div border color is #ABA9D6.


Opacity

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

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

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

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

This text has shadow with #ABA9D6 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #ABA9D6 on black background.


Color preview on white background

This text has color #ABA9D6 on white background.



Black color preview on #ABA9D6 background

This text has black color on #ABA9D6 background.


White color preview on #ABA9D6 background

This text has white color on #ABA9D6 background.