COLOR #ABA5CA

HEX: #ABA5CA
RGB: (171,165,202)

Color info

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

RGB color model

#ABA5CA color RGB value is (171,165,202).

  • red value is 171;
  • green value is 165;
  • blue value is 202.
RGB:
(171,165,202)
(67%,65%,79%)

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 202 of 255 = 79%

171
165
202

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

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 202 = 538 (100%)
R 171 of 538 ~ 31.78%
G 165 of 538 ~ 30.67%
B 202 of 538 ~ 37.55%

%31.78
%30.67
%37.55

CMYK color model

#ABA5CA color CMYK value is (15,18,0,21).

  • cyan value is 15.35%
  • magenta value is 18.32%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(15,18,0,21)
C15M18Y0K21 
(15%,18%,0%,21%)
(0.15/0.18/0.00/0.21)	

CMYK percentages

%15.35
%18.32
%0
%20.78

Codes

Color #ABA5CA in popluar color models

ABA5CA
RGB171165202
HSL250°25.87%71.96%
HSB/HSV250°18.32%79.22%
CMYK15.35%18.32%0.00%
20.78%

Color #ABA5CA in popluar number systems.

HEXABA5CA
Decimal171165202
Binary101010111010010111001010
Octal253245312

Shades and tints

Shades of #ABA5CA

#ABA5CA
(171,165,202)
#9C96B8
(156,150,184)
#8D87A6
(141,135,166)
#7E7894
(126,120,148)
#6F6982
(111,105,130)
#605A70
(96,90,112)
#514B5E
(81,75,94)
#423C4C
(66,60,76)
#332D3A
(51,45,58)
#241E28
(36,30,40)
#150F16
(21,15,22)
#000000
(0,0,0)

Tints of #ABA5CA

#ABA5CA
(171,165,202)
#B2ADCE
(178,173,206)
#B9B5D2
(185,181,210)
#C0BDD6
(192,189,214)
#C7C5DA
(199,197,218)
#CECDDE
(206,205,222)
#D5D5E2
(213,213,226)
#DCDDE6
(220,221,230)
#E3E5EA
(227,229,234)
#EAEDEE
(234,237,238)
#F1F5F2
(241,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5CA; }

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

This text font color is #ABA5CA.


Background Color

.myBgColor { background-color: #ABA5CA; }

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

This div background color is #ABA5CA.


Border color

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

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

This div border color is #ABA5CA.


Opacity

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

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

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

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

This text has shadow with #ABA5CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5CA on black background.


Color preview on white background

This text has color #ABA5CA on white background.



Black color preview on #ABA5CA background

This text has black color on #ABA5CA background.


White color preview on #ABA5CA background

This text has white color on #ABA5CA background.