COLOR #ABA5C5

HEX: #ABA5C5 RGB: (171,165,197)

Color info

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

RGB color model

#ABA5C5 color RGB value is (171,165,197).

RGB: (171,165,197) (67%, 65%, 77%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 197 of 255 = 77%

171
165
197

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

Portions of RGB colors in percentages

R + G + B = 171 + 165 + 197 = 533 (100%)
R 171 of 533 ~ 32.08%
G 165 of 533 ~ 30.96%
B 197 of 533 ~ 36.96'%

%32.08
%30.96
%36.96

CMYK color model

#ABA5C5 color CMYK value is (13,16,0,23).

  • cyan value is 13.20%
  • magenta value is 16.24%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (13,16,0,23)
C13M16Y0K23 (13%, 16%, 0%, 23%)
(0.13 / 0.16 / 0.00 / 0.23)

CMYK percentages

%13.2
%16.24
%0
%22.75

Codes

Color #ABA5C5 in popluar color models

AB A5 C5
RGB 171 165 197
HSL 251° 21.62% 70.98%
HSB/HSV 251° 16.24% 77.25%
CMYK 13.20% 16.24% 0.00%
22.75%

Color #ABA5C5 in popluar number systems.

HEX AB A5 C5
Decimal 171 165 197
Binary 10101011 10100101 11000101
Octal 253 245 305

Shades and tints

Shades of #ABA5C5

#ABA5C5
(171,165,197)
#9C96B4
(156,150,180)
#8D87A3
(141,135,163)
#7E7892
(126,120,146)
#6F6981
(111,105,129)
#605A70
(96,90,112)
#514B5F
(81,75,95)
#423C4E
(66,60,78)
#332D3D
(51,45,61)
#241E2C
(36,30,44)
#150F1B
(21,15,27)
#000000
(0,0,0)

Tints of #ABA5C5

#ABA5C5
(171,165,197)
#B2ADCA
(178,173,202)
#B9B5CF
(185,181,207)
#C0BDD4
(192,189,212)
#C7C5D9
(199,197,217)
#CECDDE
(206,205,222)
#D5D5E3
(213,213,227)
#DCDDE8
(220,221,232)
#E3E5ED
(227,229,237)
#EAEDF2
(234,237,242)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5C5; }

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

This text font color is #ABA5C5.

Background Color

.myBgColor { background-color: #ABA5C5; }

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

This div background color is #ABA5C5.

Border color

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

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

This div border color is #ABA5C5.

Opacity

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

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

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

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

This text has shadow with #ABA5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ABA5C5.

Preview

Color preview on black background

This text has color #ABA5C5 on black background.


Color preview on white background

This text has color #ABA5C5 on white background.


Black color preview on #ABA5C5 background

This text has black color on #ABA5C5 background.


White color preview on #ABA5C5 background

This text has white color on #ABA5C5 background.


Related colors

Complementary color

Complementary color for #hex is #545A3A.


I love getcolorcode.com

Triadic colors

1 #C5ABA5 and #A5C5AB with #ABA5C5 are triadic colors.

2 #C5A5AB and #A5ABC5 with #ABA5C5 are triadic colors.