COLOR #ABA8DE

HEX: #ABA8DE
RGB: (171,168,222)

Color info

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

RGB color model

#ABA8DE color RGB value is (171,168,222).

  • red value is 171;
  • green value is 168;
  • blue value is 222.
RGB:
(171,168,222)
(67%,66%,87%)

RGB channels and saturation

R 171 of 255 = 67%
G 168 of 255 = 66%
B 222 of 255 = 87%

171
168
222

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

Portions of RGB colors in percentages

R + G + B =
171 + 168 + 222 = 561 (100%)
R 171 of 561 ~ 30.48%
G 168 of 561 ~ 29.95%
B 222 of 561 ~ 39.57%

%30.48
%29.95
%39.57

CMYK color model

#ABA8DE color CMYK value is (23,24,0,13).

  • cyan value is 22.97%
  • magenta value is 24.32%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(23,24,0,13)
C23M24Y0K13 
(23%,24%,0%,13%)
(0.23/0.24/0.00/0.13)	

CMYK percentages

%22.97
%24.32
%0
%12.94

Codes

Color #ABA8DE in popluar color models

ABA8DE
RGB171168222
HSL243°45.00%76.47%
HSB/HSV243°24.32%87.06%
CMYK22.97%24.32%0.00%
12.94%

Color #ABA8DE in popluar number systems.

HEXABA8DE
Decimal171168222
Binary101010111010100011011110
Octal253250336

Shades and tints

Shades of #ABA8DE

#ABA8DE
(171,168,222)
#9C99CA
(156,153,202)
#8D8AB6
(141,138,182)
#7E7BA2
(126,123,162)
#6F6C8E
(111,108,142)
#605D7A
(96,93,122)
#514E66
(81,78,102)
#423F52
(66,63,82)
#33303E
(51,48,62)
#24212A
(36,33,42)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #ABA8DE

#ABA8DE
(171,168,222)
#B2AFE1
(178,175,225)
#B9B6E4
(185,182,228)
#C0BDE7
(192,189,231)
#C7C4EA
(199,196,234)
#CECBED
(206,203,237)
#D5D2F0
(213,210,240)
#DCD9F3
(220,217,243)
#E3E0F6
(227,224,246)
#EAE7F9
(234,231,249)
#F1EEFC
(241,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ABA8DE color. Also use rgb(171,168,222) instead hex code.

Text Font Color

.myTextColor { color: #ABA8DE; }

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

This text font color is #ABA8DE.


Background Color

.myBgColor { background-color: #ABA8DE; }

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

This div background color is #ABA8DE.


Border color

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

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

This div border color is #ABA8DE.


Opacity

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

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

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

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

This text has shadow with #ABA8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ABA8DE on black background.


Color preview on white background

This text has color #ABA8DE on white background.



Black color preview on #ABA8DE background

This text has black color on #ABA8DE background.


White color preview on #ABA8DE background

This text has white color on #ABA8DE background.