COLOR #ABA2CB

HEX: #ABA2CB RGB: (171,162,203)

Color info

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

RGB color model

#ABA2CB color RGB value is (171,162,203).

RGB: (171,162,203) (67%, 64%, 80%)

RGB channels and saturation

R 171 of 255 = 67%
G 162 of 255 = 64%
B 203 of 255 = 80%

171
162
203

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

Portions of RGB colors in percentages

R + G + B = 171 + 162 + 203 = 536 (100%)
R 171 of 536 ~ 31.9%
G 162 of 536 ~ 30.22%
B 203 of 536 ~ 37.87'%

%31.9
%30.22
%37.87

CMYK color model

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

  • cyan value is 15.76%
  • magenta value is 20.20%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK: (16,20,0,20) C16M20Y0K20 (16%,20%,0%,20%) (0.16/0.20/0.00/0.20) 

CMYK percentages

%15.76
%20.2
%0
%20.39

Codes

Color #ABA2CB in popluar color models

AB A2 CB
RGB 171 162 203
HSL 253° 28.28% 71.57%
HSB/HSV 253° 20.20% 79.61%
CMYK 15.76% 20.20% 0.00%
20.39%

Color #ABA2CB in popluar number systems.

HEX AB A2 CB
Decimal 171 162 203
Binary 10101011 10100010 11001011
Octal 253 242 313

Shades and tints

Shades of #ABA2CB

#ABA2CB
(171,162,203)
#9C94B9
(156,148,185)
#8D86A7
(141,134,167)
#7E7895
(126,120,149)
#6F6A83
(111,106,131)
#605C71
(96,92,113)
#514E5F
(81,78,95)
#42404D
(66,64,77)
#33323B
(51,50,59)
#242429
(36,36,41)
#151617
(21,22,23)
#000000
(0,0,0)

Tints of #ABA2CB

#ABA2CB
(171,162,203)
#B2AACF
(178,170,207)
#B9B2D3
(185,178,211)
#C0BAD7
(192,186,215)
#C7C2DB
(199,194,219)
#CECADF
(206,202,223)
#D5D2E3
(213,210,227)
#DCDAE7
(220,218,231)
#E3E2EB
(227,226,235)
#EAEAEF
(234,234,239)
#F1F2F3
(241,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA2CB; }

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

This text font color is #ABA2CB.

Background Color

.myBgColor { background-color: #ABA2CB; }

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

This div background color is #ABA2CB.

Border color

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

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

This div border color is #ABA2CB.

Opacity

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

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

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

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

This text has shadow with #ABA2CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA2CB.

Preview

Color preview on black background

This text has color #ABA2CB on black background.


Color preview on white background

This text has color #ABA2CB on white background.


Black color preview on #ABA2CB background

This text has black color on #ABA2CB background.


White color preview on #ABA2CB background

This text has white color on #ABA2CB background.


Related colors

Complementary color

Complementary color for #hex is #545D34.


I love getcolorcode.com

Triadic colors

1 #CBABA2 and #A2CBAB with #ABA2CB are triadic colors.

2 #CBA2AB and #A2ABCB with #ABA2CB are triadic colors.