COLOR #ABA3C5

HEX: #ABA3C5 RGB: (171,163,197)

Color info

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

RGB color model

#ABA3C5 color RGB value is (171,163,197).

RGB: (171,163,197) (67%, 64%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 163 of 255 = 64%
B 197 of 255 = 77%

171
163
197

R + G + B ~ 69%. #ABA3C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 171 + 163 + 197 = 531 (100%)
R 171 of 531 ~ 32.2%
G 163 of 531 ~ 30.7%
B 197 of 531 ~ 37.1'%

%32.2
%30.7
%37.1

CMYK color model

#ABA3C5 color CMYK value is (13,17,0,23).

  • cyan value is 13.20%
  • magenta value is 17.26%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK: (13,17,0,23) C13M17Y0K23 (13%,17%,0%,23%) (0.13/0.17/0.00/0.23) 

CMYK percentages

%13.2
%17.26
%0
%22.75

Codes

Color #ABA3C5 in popluar color models

AB A3 C5
RGB 171 163 197
HSL 254° 22.67% 70.59%
HSB/HSV 254° 17.26% 77.25%
CMYK 13.20% 17.26% 0.00%
22.75%

Color #ABA3C5 in popluar number systems.

HEX AB A3 C5
Decimal 171 163 197
Binary 10101011 10100011 11000101
Octal 253 243 305

Shades and tints

Shades of #ABA3C5

#ABA3C5
(171,163,197)
#9C95B4
(156,149,180)
#8D87A3
(141,135,163)
#7E7992
(126,121,146)
#6F6B81
(111,107,129)
#605D70
(96,93,112)
#514F5F
(81,79,95)
#42414E
(66,65,78)
#33333D
(51,51,61)
#24252C
(36,37,44)
#15171B
(21,23,27)
#000000
(0,0,0)

Tints of #ABA3C5

#ABA3C5
(171,163,197)
#B2ABCA
(178,171,202)
#B9B3CF
(185,179,207)
#C0BBD4
(192,187,212)
#C7C3D9
(199,195,217)
#CECBDE
(206,203,222)
#D5D3E3
(213,211,227)
#DCDBE8
(220,219,232)
#E3E3ED
(227,227,237)
#EAEBF2
(234,235,242)
#F1F3F7
(241,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA3C5; }

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

This text font color is #ABA3C5.

Background Color

.myBgColor { background-color: #ABA3C5; }

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

This div background color is #ABA3C5.

Border color

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

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

This div border color is #ABA3C5.

Opacity

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

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

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

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

This text has shadow with #ABA3C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA3C5.

Preview

Color preview on black background

This text has color #ABA3C5 on black background.


Color preview on white background

This text has color #ABA3C5 on white background.


Black color preview on #ABA3C5 background

This text has black color on #ABA3C5 background.


White color preview on #ABA3C5 background

This text has white color on #ABA3C5 background.


Related colors

Complementary color

Complementary color for #hex is #545C3A.


I love getcolorcode.com

Triadic colors

1 #C5ABA3 and #A3C5AB with #ABA3C5 are triadic colors.

2 #C5A3AB and #A3ABC5 with #ABA3C5 are triadic colors.