COLOR #ABA0CD

HEX: #ABA0CD
RGB: (171,160,205)

Color info

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

RGB color model

#ABA0CD color RGB value is (171,160,205).

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

RGB channels and saturation

R 171 of 255 = 67%
G 160 of 255 = 63%
B 205 of 255 = 80%

171
160
205

R + G + B ~ 70%. #ABA0CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 160 + 205 = 536 (100%)
R 171 of 536 ~ 31.9%
G 160 of 536 ~ 29.85%
B 205 of 536 ~ 38.25%

%31.9
%29.85
%38.25

CMYK color model

#ABA0CD color CMYK value is (17,22,0,20).

  • cyan value is 16.59%
  • magenta value is 21.95%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(17,22,0,20)
C17M22Y0K20 
(17%,22%,0%,20%)
(0.17/0.22/0.00/0.20)	

CMYK percentages

%16.59
%21.95
%0
%19.61

Codes

Color #ABA0CD in popluar color models

ABA0CD
RGB171160205
HSL255°31.03%71.57%
HSB/HSV255°21.95%80.39%
CMYK16.59%21.95%0.00%
19.61%

Color #ABA0CD in popluar number systems.

HEXABA0CD
Decimal171160205
Binary101010111010000011001101
Octal253240315

Shades and tints

Shades of #ABA0CD

#ABA0CD
(171,160,205)
#9C92BB
(156,146,187)
#8D84A9
(141,132,169)
#7E7697
(126,118,151)
#6F6885
(111,104,133)
#605A73
(96,90,115)
#514C61
(81,76,97)
#423E4F
(66,62,79)
#33303D
(51,48,61)
#24222B
(36,34,43)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABA0CD

#ABA0CD
(171,160,205)
#B2A8D1
(178,168,209)
#B9B0D5
(185,176,213)
#C0B8D9
(192,184,217)
#C7C0DD
(199,192,221)
#CEC8E1
(206,200,225)
#D5D0E5
(213,208,229)
#DCD8E9
(220,216,233)
#E3E0ED
(227,224,237)
#EAE8F1
(234,232,241)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA0CD; }

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

This text font color is #ABA0CD.


Background Color

.myBgColor { background-color: #ABA0CD; }

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

This div background color is #ABA0CD.


Border color

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

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

This div border color is #ABA0CD.


Opacity

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

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

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

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

This text has shadow with #ABA0CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA0CD on black background.


Color preview on white background

This text has color #ABA0CD on white background.



Black color preview on #ABA0CD background

This text has black color on #ABA0CD background.


White color preview on #ABA0CD background

This text has white color on #ABA0CD background.