COLOR #ABA8CD

HEX: #ABA8CD
RGB: (171,168,205)

Color info

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

RGB color model

#ABA8CD color RGB value is (171,168,205).

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

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 205 of 255 = 80%

171
168
205

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 205 = 544 (100%)
R 171 of 544 ~ 31.43%
G 168 of 544 ~ 30.88%
B 205 of 544 ~ 37.68%

%31.43
%30.88
%37.68

CMYK color model

#ABA8CD color CMYK value is (17,18,0,20).

  • cyan value is 16.59%
  • magenta value is 18.05%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,18,0,20)
C17M18Y0K20 
(17%,18%,0%,20%)
(0.17/0.18/0.00/0.20)	

CMYK percentages

%16.59
%18.05
%0
%19.61

Codes

Color #ABA8CD in popluar color models

ABA8CD
RGB171168205
HSL245°27.01%73.14%
HSB/HSV245°18.05%80.39%
CMYK16.59%18.05%0.00%
19.61%

Color #ABA8CD in popluar number systems.

HEXABA8CD
Decimal171168205
Binary101010111010100011001101
Octal253250315

Shades and tints

Shades of #ABA8CD

#ABA8CD
(171,168,205)
#9C99BB
(156,153,187)
#8D8AA9
(141,138,169)
#7E7B97
(126,123,151)
#6F6C85
(111,108,133)
#605D73
(96,93,115)
#514E61
(81,78,97)
#423F4F
(66,63,79)
#33303D
(51,48,61)
#24212B
(36,33,43)
#151219
(21,18,25)
#000000
(0,0,0)

Tints of #ABA8CD

#ABA8CD
(171,168,205)
#B2AFD1
(178,175,209)
#B9B6D5
(185,182,213)
#C0BDD9
(192,189,217)
#C7C4DD
(199,196,221)
#CECBE1
(206,203,225)
#D5D2E5
(213,210,229)
#DCD9E9
(220,217,233)
#E3E0ED
(227,224,237)
#EAE7F1
(234,231,241)
#F1EEF5
(241,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA8CD; }

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

This text font color is #ABA8CD.


Background Color

.myBgColor { background-color: #ABA8CD; }

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

This div background color is #ABA8CD.


Border color

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

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

This div border color is #ABA8CD.


Opacity

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

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

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

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

This text has shadow with #ABA8CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA8CD on black background.


Color preview on white background

This text has color #ABA8CD on white background.



Black color preview on #ABA8CD background

This text has black color on #ABA8CD background.


White color preview on #ABA8CD background

This text has white color on #ABA8CD background.