COLOR #ABAAD2

HEX: #ABAAD2
RGB: (171,170,210)

Color info

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

RGB color model

#ABAAD2 color RGB value is (171,170,210).

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

RGB channels and saturation

R 171 of 255 = 67%
G 170 of 255 = 67%
B 210 of 255 = 82%

171
170
210

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

Portions of RGB colors in percentages

R + G + B =
171 + 170 + 210 = 551 (100%)
R 171 of 551 ~ 31.03%
G 170 of 551 ~ 30.85%
B 210 of 551 ~ 38.11%

%31.03
%30.85
%38.11

CMYK color model

#ABAAD2 color CMYK value is (19,19,0,18).

  • cyan value is 18.57%
  • magenta value is 19.05%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(19,19,0,18)
C19M19Y0K18 
(19%,19%,0%,18%)
(0.19/0.19/0.00/0.18)	

CMYK percentages

%18.57
%19.05
%0
%17.65

Codes

Color #ABAAD2 in popluar color models

ABAAD2
RGB171170210
HSL242°30.77%74.51%
HSB/HSV242°19.05%82.35%
CMYK18.57%19.05%0.00%
17.65%

Color #ABAAD2 in popluar number systems.

HEXABAAD2
Decimal171170210
Binary101010111010101011010010
Octal253252322

Shades and tints

Shades of #ABAAD2

#ABAAD2
(171,170,210)
#9C9BBF
(156,155,191)
#8D8CAC
(141,140,172)
#7E7D99
(126,125,153)
#6F6E86
(111,110,134)
#605F73
(96,95,115)
#515060
(81,80,96)
#42414D
(66,65,77)
#33323A
(51,50,58)
#242327
(36,35,39)
#151414
(21,20,20)
#000000
(0,0,0)

Tints of #ABAAD2

#ABAAD2
(171,170,210)
#B2B1D6
(178,177,214)
#B9B8DA
(185,184,218)
#C0BFDE
(192,191,222)
#C7C6E2
(199,198,226)
#CECDE6
(206,205,230)
#D5D4EA
(213,212,234)
#DCDBEE
(220,219,238)
#E3E2F2
(227,226,242)
#EAE9F6
(234,233,246)
#F1F0FA
(241,240,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ABAAD2; }

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

This text font color is #ABAAD2.


Background Color

.myBgColor { background-color: #ABAAD2; }

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

This div background color is #ABAAD2.


Border color

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

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

This div border color is #ABAAD2.


Opacity

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

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

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

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

This text has shadow with #ABAAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABAAD2 on black background.


Color preview on white background

This text has color #ABAAD2 on white background.



Black color preview on #ABAAD2 background

This text has black color on #ABAAD2 background.


White color preview on #ABAAD2 background

This text has white color on #ABAAD2 background.