COLOR #ABA7D5

HEX: #ABA7D5
RGB: (171,167,213)

Color info

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

RGB color model

#ABA7D5 color RGB value is (171,167,213).

  • red value is 171;
  • green value is 167;
  • blue value is 213.
RGB:
(171,167,213)
(67%,65%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 167 of 255 = 65%
B 213 of 255 = 84%

171
167
213

R + G + B ~ 72%. #ABA7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 167 + 213 = 551 (100%)
R 171 of 551 ~ 31.03%
G 167 of 551 ~ 30.31%
B 213 of 551 ~ 38.66%

%31.03
%30.31
%38.66

CMYK color model

#ABA7D5 color CMYK value is (20,22,0,16).

  • cyan value is 19.72%
  • magenta value is 21.60%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(20,22,0,16)
C20M22Y0K16 
(20%,22%,0%,16%)
(0.20/0.22/0.00/0.16)	

CMYK percentages

%19.72
%21.6
%0
%16.47

Codes

Color #ABA7D5 in popluar color models

ABA7D5
RGB171167213
HSL245°35.38%74.51%
HSB/HSV245°21.60%83.53%
CMYK19.72%21.60%0.00%
16.47%

Color #ABA7D5 in popluar number systems.

HEXABA7D5
Decimal171167213
Binary101010111010011111010101
Octal253247325

Shades and tints

Shades of #ABA7D5

#ABA7D5
(171,167,213)
#9C98C2
(156,152,194)
#8D89AF
(141,137,175)
#7E7A9C
(126,122,156)
#6F6B89
(111,107,137)
#605C76
(96,92,118)
#514D63
(81,77,99)
#423E50
(66,62,80)
#332F3D
(51,47,61)
#24202A
(36,32,42)
#151117
(21,17,23)
#000000
(0,0,0)

Tints of #ABA7D5

#ABA7D5
(171,167,213)
#B2AFD8
(178,175,216)
#B9B7DB
(185,183,219)
#C0BFDE
(192,191,222)
#C7C7E1
(199,199,225)
#CECFE4
(206,207,228)
#D5D7E7
(213,215,231)
#DCDFEA
(220,223,234)
#E3E7ED
(227,231,237)
#EAEFF0
(234,239,240)
#F1F7F3
(241,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA7D5 color. Also use rgb(171,167,213) instead hex code.

Text Font Color

.myTextColor { color: #ABA7D5; }

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

This text font color is #ABA7D5.


Background Color

.myBgColor { background-color: #ABA7D5; }

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

This div background color is #ABA7D5.


Border color

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

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

This div border color is #ABA7D5.


Opacity

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

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

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

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

This text has shadow with #ABA7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA7D5 on black background.


Color preview on white background

This text has color #ABA7D5 on white background.



Black color preview on #ABA7D5 background

This text has black color on #ABA7D5 background.


White color preview on #ABA7D5 background

This text has white color on #ABA7D5 background.