COLOR #ABA5CC

HEX: #ABA5CC
RGB: (171,165,204)

Color info

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

RGB color model

#ABA5CC color RGB value is (171,165,204).

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

RGB channels and saturation

R 171 of 255 = 67%
G 165 of 255 = 65%
B 204 of 255 = 80%

171
165
204

R + G + B ~ 71%. #ABA5CC is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 165 + 204 = 540 (100%)
R 171 of 540 ~ 31.67%
G 165 of 540 ~ 30.56%
B 204 of 540 ~ 37.78%

%31.67
%30.56
%37.78

CMYK color model

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

  • cyan value is 16.18%
  • magenta value is 19.12%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK:
(16,19,0,20)
C16M19Y0K20 
(16%,19%,0%,20%)
(0.16/0.19/0.00/0.20)	

CMYK percentages

%16.18
%19.12
%0
%20

Codes

Color #ABA5CC in popluar color models

ABA5CC
RGB171165204
HSL249°27.66%72.35%
HSB/HSV249°19.12%80.00%
CMYK16.18%19.12%0.00%
20.00%

Color #ABA5CC in popluar number systems.

HEXABA5CC
Decimal171165204
Binary101010111010010111001100
Octal253245314

Shades and tints

Shades of #ABA5CC

#ABA5CC
(171,165,204)
#9C96BA
(156,150,186)
#8D87A8
(141,135,168)
#7E7896
(126,120,150)
#6F6984
(111,105,132)
#605A72
(96,90,114)
#514B60
(81,75,96)
#423C4E
(66,60,78)
#332D3C
(51,45,60)
#241E2A
(36,30,42)
#150F18
(21,15,24)
#000000
(0,0,0)

Tints of #ABA5CC

#ABA5CC
(171,165,204)
#B2ADD0
(178,173,208)
#B9B5D4
(185,181,212)
#C0BDD8
(192,189,216)
#C7C5DC
(199,197,220)
#CECDE0
(206,205,224)
#D5D5E4
(213,213,228)
#DCDDE8
(220,221,232)
#E3E5EC
(227,229,236)
#EAEDF0
(234,237,240)
#F1F5F4
(241,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABA5CC; }

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

This text font color is #ABA5CC.


Background Color

.myBgColor { background-color: #ABA5CC; }

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

This div background color is #ABA5CC.


Border color

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

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

This div border color is #ABA5CC.


Opacity

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

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

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

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

This text has shadow with #ABA5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA5CC on black background.


Color preview on white background

This text has color #ABA5CC on white background.



Black color preview on #ABA5CC background

This text has black color on #ABA5CC background.


White color preview on #ABA5CC background

This text has white color on #ABA5CC background.