COLOR #ABAAD7

HEX: #ABAAD7
RGB: (171,170,215)

Color info

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

RGB color model

#ABAAD7 color RGB value is (171,170,215).

  • red value is 171;
  • green value is 170;
  • blue value is 215.
RGB:
(171,170,215)
(67%,67%,84%)

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 215 of 255 = 84%

171
170
215

R + G + B ~ 73%. #ABAAD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 215 = 556 (100%)
R 171 of 556 ~ 30.76%
G 170 of 556 ~ 30.58%
B 215 of 556 ~ 38.67%

%30.76
%30.58
%38.67

CMYK color model

#ABAAD7 color CMYK value is (20,21,0,16).

  • cyan value is 20.47%
  • magenta value is 20.93%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(20,21,0,16)
C20M21Y0K16 
(20%,21%,0%,16%)
(0.20/0.21/0.00/0.16)	

CMYK percentages

%20.47
%20.93
%0
%15.69

Codes

Color #ABAAD7 in popluar color models

ABAAD7
RGB171170215
HSL241°36.00%75.49%
HSB/HSV241°20.93%84.31%
CMYK20.47%20.93%0.00%
15.69%

Color #ABAAD7 in popluar number systems.

HEXABAAD7
Decimal171170215
Binary101010111010101011010111
Octal253252327

Shades and tints

Shades of #ABAAD7

#ABAAD7
(171,170,215)
#9C9BC4
(156,155,196)
#8D8CB1
(141,140,177)
#7E7D9E
(126,125,158)
#6F6E8B
(111,110,139)
#605F78
(96,95,120)
#515065
(81,80,101)
#424152
(66,65,82)
#33323F
(51,50,63)
#24232C
(36,35,44)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #ABAAD7

#ABAAD7
(171,170,215)
#B2B1DA
(178,177,218)
#B9B8DD
(185,184,221)
#C0BFE0
(192,191,224)
#C7C6E3
(199,198,227)
#CECDE6
(206,205,230)
#D5D4E9
(213,212,233)
#DCDBEC
(220,219,236)
#E3E2EF
(227,226,239)
#EAE9F2
(234,233,242)
#F1F0F5
(241,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABAAD7 color. Also use rgb(171,170,215) instead hex code.

Text Font Color

.myTextColor { color: #ABAAD7; }

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

This text font color is #ABAAD7.


Background Color

.myBgColor { background-color: #ABAAD7; }

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

This div background color is #ABAAD7.


Border color

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

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

This div border color is #ABAAD7.


Opacity

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

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

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

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

This text has shadow with #ABAAD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAD7 on black background.


Color preview on white background

This text has color #ABAAD7 on white background.



Black color preview on #ABAAD7 background

This text has black color on #ABAAD7 background.


White color preview on #ABAAD7 background

This text has white color on #ABAAD7 background.