COLOR #A8ABDF

HEX: #A8ABDF RGB: (168,171,223)

Color info

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

RGB color model

#A8ABDF color RGB value is (168,171,223).

RGB: (168,171,223) (66%, 67%, 87%)

RGB channels and saturation

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

168
171
223

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

Portions of RGB colors in percentages

R + G + B = 168 + 171 + 223 = 562 (100%)
R 168 of 562 ~ 29.89%
G 171 of 562 ~ 30.43%
B 223 of 562 ~ 39.68'%

%29.89
%30.43
%39.68

CMYK color model

#A8ABDF color CMYK value is (25,23,0,13).

  • cyan value is 24.66%
  • magenta value is 23.32%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (25,23,0,13)
C25M23Y0K13 (25%, 23%, 0%, 13%)
(0.25 / 0.23 / 0.00 / 0.13)

CMYK percentages

%24.66
%23.32
%0
%12.55

Codes

Color #A8ABDF in popluar color models

A8 AB DF
RGB 168 171 223
HSL 237° 46.22% 76.67%
HSB/HSV 237° 24.66% 87.45%
CMYK 24.66% 23.32% 0.00%
12.55%

Color #A8ABDF in popluar number systems.

HEX A8 AB DF
Decimal 168 171 223
Binary 10101000 10101011 11011111
Octal 250 253 337

Shades and tints

Shades of #A8ABDF

#A8ABDF
(168,171,223)
#999CCB
(153,156,203)
#8A8DB7
(138,141,183)
#7B7EA3
(123,126,163)
#6C6F8F
(108,111,143)
#5D607B
(93,96,123)
#4E5167
(78,81,103)
#3F4253
(63,66,83)
#30333F
(48,51,63)
#21242B
(33,36,43)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #A8ABDF

#A8ABDF
(168,171,223)
#AFB2E1
(175,178,225)
#B6B9E3
(182,185,227)
#BDC0E5
(189,192,229)
#C4C7E7
(196,199,231)
#CBCEE9
(203,206,233)
#D2D5EB
(210,213,235)
#D9DCED
(217,220,237)
#E0E3EF
(224,227,239)
#E7EAF1
(231,234,241)
#EEF1F3
(238,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A8ABDF; }

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

This text font color is #A8ABDF.

Background Color

.myBgColor { background-color: #A8ABDF; }

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

This div background color is #A8ABDF.

Border color

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

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

This div border color is #A8ABDF.

Opacity

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

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

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

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

This text has shadow with #A8ABDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A8ABDF.

Preview

Color preview on black background

This text has color #A8ABDF on black background.


Color preview on white background

This text has color #A8ABDF on white background.


Black color preview on #A8ABDF background

This text has black color on #A8ABDF background.


White color preview on #A8ABDF background

This text has white color on #A8ABDF background.


Related colors

Complementary color

Complementary color for #hex is #575420.


I love getcolorcode.com

Triadic colors

1 #DFA8AB and #ABDFA8 with #A8ABDF are triadic colors.

2 #DFABA8 and #ABA8DF with #A8ABDF are triadic colors.