COLOR #ABA1CB

HEX: #ABA1CB
RGB: (171,161,203)

Color info

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

RGB color model

#ABA1CB color RGB value is (171,161,203).

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

RGB channels and saturation

R 171 of 255 = 67%
G 161 of 255 = 63%
B 203 of 255 = 80%

171
161
203

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

Portions of RGB colors in percentages

R + G + B =
171 + 161 + 203 = 535 (100%)
R 171 of 535 ~ 31.96%
G 161 of 535 ~ 30.09%
B 203 of 535 ~ 37.94%

%31.96
%30.09
%37.94

CMYK color model

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

  • cyan value is 15.76%
  • magenta value is 20.69%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(16,21,0,20)
C16M21Y0K20 
(16%,21%,0%,20%)
(0.16/0.21/0.00/0.20)	

CMYK percentages

%15.76
%20.69
%0
%20.39

Codes

Color #ABA1CB in popluar color models

ABA1CB
RGB171161203
HSL254°28.77%71.37%
HSB/HSV254°20.69%79.61%
CMYK15.76%20.69%0.00%
20.39%

Color #ABA1CB in popluar number systems.

HEXABA1CB
Decimal171161203
Binary101010111010000111001011
Octal253241313

Shades and tints

Shades of #ABA1CB

#ABA1CB
(171,161,203)
#9C93B9
(156,147,185)
#8D85A7
(141,133,167)
#7E7795
(126,119,149)
#6F6983
(111,105,131)
#605B71
(96,91,113)
#514D5F
(81,77,95)
#423F4D
(66,63,77)
#33313B
(51,49,59)
#242329
(36,35,41)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #ABA1CB

#ABA1CB
(171,161,203)
#B2A9CF
(178,169,207)
#B9B1D3
(185,177,211)
#C0B9D7
(192,185,215)
#C7C1DB
(199,193,219)
#CEC9DF
(206,201,223)
#D5D1E3
(213,209,227)
#DCD9E7
(220,217,231)
#E3E1EB
(227,225,235)
#EAE9EF
(234,233,239)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA1CB color. Also use rgb(171,161,203) instead hex code.

Text Font Color

.myTextColor { color: #ABA1CB; }

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

This text font color is #ABA1CB.


Background Color

.myBgColor { background-color: #ABA1CB; }

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

This div background color is #ABA1CB.


Border color

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

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

This div border color is #ABA1CB.


Opacity

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

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

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

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

This text has shadow with #ABA1CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA1CB on black background.


Color preview on white background

This text has color #ABA1CB on white background.



Black color preview on #ABA1CB background

This text has black color on #ABA1CB background.


White color preview on #ABA1CB background

This text has white color on #ABA1CB background.