COLOR #ABA8C9

HEX: #ABA8C9
RGB: (171,168,201)

Color info

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

RGB color model

#ABA8C9 color RGB value is (171,168,201).

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

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 201 of 255 = 79%

171
168
201

R + G + B ~ 71%. #ABA8C9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 201 = 540 (100%)
R 171 of 540 ~ 31.67%
G 168 of 540 ~ 31.11%
B 201 of 540 ~ 37.22%

%31.67
%31.11
%37.22

CMYK color model

#ABA8C9 color CMYK value is (15,16,0,21).

  • cyan value is 14.93%
  • magenta value is 16.42%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(15,16,0,21)
C15M16Y0K21 
(15%,16%,0%,21%)
(0.15/0.16/0.00/0.21)	

CMYK percentages

%14.93
%16.42
%0
%21.18

Codes

Color #ABA8C9 in popluar color models

ABA8C9
RGB171168201
HSL245°23.40%72.35%
HSB/HSV245°16.42%78.82%
CMYK14.93%16.42%0.00%
21.18%

Color #ABA8C9 in popluar number systems.

HEXABA8C9
Decimal171168201
Binary101010111010100011001001
Octal253250311

Shades and tints

Shades of #ABA8C9

#ABA8C9
(171,168,201)
#9C99B7
(156,153,183)
#8D8AA5
(141,138,165)
#7E7B93
(126,123,147)
#6F6C81
(111,108,129)
#605D6F
(96,93,111)
#514E5D
(81,78,93)
#423F4B
(66,63,75)
#333039
(51,48,57)
#242127
(36,33,39)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #ABA8C9

#ABA8C9
(171,168,201)
#B2AFCD
(178,175,205)
#B9B6D1
(185,182,209)
#C0BDD5
(192,189,213)
#C7C4D9
(199,196,217)
#CECBDD
(206,203,221)
#D5D2E1
(213,210,225)
#DCD9E5
(220,217,229)
#E3E0E9
(227,224,233)
#EAE7ED
(234,231,237)
#F1EEF1
(241,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA8C9; }

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

This text font color is #ABA8C9.


Background Color

.myBgColor { background-color: #ABA8C9; }

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

This div background color is #ABA8C9.


Border color

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

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

This div border color is #ABA8C9.


Opacity

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

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

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

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

This text has shadow with #ABA8C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA8C9 on black background.


Color preview on white background

This text has color #ABA8C9 on white background.



Black color preview on #ABA8C9 background

This text has black color on #ABA8C9 background.


White color preview on #ABA8C9 background

This text has white color on #ABA8C9 background.