COLOR #ABA8D3

HEX: #ABA8D3
RGB: (171,168,211)

Color info

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

RGB color model

#ABA8D3 color RGB value is (171,168,211).

  • red value is 171;
  • green value is 168;
  • blue value is 211.
RGB:
(171,168,211)
(67%,66%,83%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 211 of 255 = 83%

171
168
211

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 211 = 550 (100%)
R 171 of 550 ~ 31.09%
G 168 of 550 ~ 30.55%
B 211 of 550 ~ 38.36%

%31.09
%30.55
%38.36

CMYK color model

#ABA8D3 color CMYK value is (19,20,0,17).

  • cyan value is 18.96%
  • magenta value is 20.38%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(19,20,0,17)
C19M20Y0K17 
(19%,20%,0%,17%)
(0.19/0.20/0.00/0.17)	

CMYK percentages

%18.96
%20.38
%0
%17.25

Codes

Color #ABA8D3 in popluar color models

ABA8D3
RGB171168211
HSL244°32.82%74.31%
HSB/HSV244°20.38%82.75%
CMYK18.96%20.38%0.00%
17.25%

Color #ABA8D3 in popluar number systems.

HEXABA8D3
Decimal171168211
Binary101010111010100011010011
Octal253250323

Shades and tints

Shades of #ABA8D3

#ABA8D3
(171,168,211)
#9C99C0
(156,153,192)
#8D8AAD
(141,138,173)
#7E7B9A
(126,123,154)
#6F6C87
(111,108,135)
#605D74
(96,93,116)
#514E61
(81,78,97)
#423F4E
(66,63,78)
#33303B
(51,48,59)
#242128
(36,33,40)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABA8D3

#ABA8D3
(171,168,211)
#B2AFD7
(178,175,215)
#B9B6DB
(185,182,219)
#C0BDDF
(192,189,223)
#C7C4E3
(199,196,227)
#CECBE7
(206,203,231)
#D5D2EB
(213,210,235)
#DCD9EF
(220,217,239)
#E3E0F3
(227,224,243)
#EAE7F7
(234,231,247)
#F1EEFB
(241,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA8D3 color. Also use rgb(171,168,211) instead hex code.

Text Font Color

.myTextColor { color: #ABA8D3; }

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

This text font color is #ABA8D3.


Background Color

.myBgColor { background-color: #ABA8D3; }

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

This div background color is #ABA8D3.


Border color

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

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

This div border color is #ABA8D3.


Opacity

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

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

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

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

This text has shadow with #ABA8D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA8D3 on black background.


Color preview on white background

This text has color #ABA8D3 on white background.



Black color preview on #ABA8D3 background

This text has black color on #ABA8D3 background.


White color preview on #ABA8D3 background

This text has white color on #ABA8D3 background.