COLOR #ABA3BC

HEX: #ABA3BC RGB: (171,163,188)

Color info

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

RGB color model

#ABA3BC color RGB value is (171,163,188).

RGB: (171,163,188) (67%, 64%, 74%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 188 of 255 = 74%

171
163
188

R + G + B ~ 68%. #ABA3BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 188 = 522 (100%)
R 171 of 522 ~ 32.76%
G 163 of 522 ~ 31.23%
B 188 of 522 ~ 36.02'%

%32.76
%31.23
%36.02

CMYK color model

#ABA3BC color CMYK value is (9,13,0,26).

  • cyan value is 9.04%
  • magenta value is 13.30%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (9,13,0,26)
C9M13Y0K26 (9%, 13%, 0%, 26%)
(0.09 / 0.13 / 0.00 / 0.26)

CMYK percentages

%9.04
%13.3
%0
%26.27

Codes

Color #ABA3BC in popluar color models

AB A3 BC
RGB 171 163 188
HSL 259° 15.72% 68.82%
HSB/HSV 259° 13.30% 73.73%
CMYK 9.04% 13.30% 0.00%
26.27%

Color #ABA3BC in popluar number systems.

HEX AB A3 BC
Decimal 171 163 188
Binary 10101011 10100011 10111100
Octal 253 243 274

Shades and tints

Shades of #ABA3BC

#ABA3BC
(171,163,188)
#9C95AB
(156,149,171)
#8D879A
(141,135,154)
#7E7989
(126,121,137)
#6F6B78
(111,107,120)
#605D67
(96,93,103)
#514F56
(81,79,86)
#424145
(66,65,69)
#333334
(51,51,52)
#242523
(36,37,35)
#151712
(21,23,18)
#000000
(0,0,0)

Tints of #ABA3BC

#ABA3BC
(171,163,188)
#B2ABC2
(178,171,194)
#B9B3C8
(185,179,200)
#C0BBCE
(192,187,206)
#C7C3D4
(199,195,212)
#CECBDA
(206,203,218)
#D5D3E0
(213,211,224)
#DCDBE6
(220,219,230)
#E3E3EC
(227,227,236)
#EAEBF2
(234,235,242)
#F1F3F8
(241,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA3BC color. Also use rgb(171,163,188) instead hex code.

Text Font Color

.myTextColor { color: #ABA3BC; }

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

This text font color is #ABA3BC.

Background Color

.myBgColor { background-color: #ABA3BC; }

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

This div background color is #ABA3BC.

Border color

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

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

This div border color is #ABA3BC.

Opacity

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

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

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

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

This text has shadow with #ABA3BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA3BC.

Preview

Color preview on black background

This text has color #ABA3BC on black background.


Color preview on white background

This text has color #ABA3BC on white background.


Black color preview on #ABA3BC background

This text has black color on #ABA3BC background.


White color preview on #ABA3BC background

This text has white color on #ABA3BC background.


Related colors

Complementary color

Complementary color for #hex is #545C43.


I love getcolorcode.com

Triadic colors

1 #BCABA3 and #A3BCAB with #ABA3BC are triadic colors.

2 #BCA3AB and #A3ABBC with #ABA3BC are triadic colors.