COLOR #A4ABDF

HEX: #A4ABDF RGB: (164,171,223)

Color info

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

RGB color model

#A4ABDF color RGB value is (164,171,223).

RGB: (164,171,223) (64%, 67%, 87%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 223 of 255 = 87%

164
171
223

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

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 223 = 558 (100%)
R 164 of 558 ~ 29.39%
G 171 of 558 ~ 30.65%
B 223 of 558 ~ 39.96'%

%29.39
%30.65
%39.96

CMYK color model

#A4ABDF color CMYK value is (26,23,0,13).

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

CMYK: (26,23,0,13)
C26M23Y0K13 (26%, 23%, 0%, 13%)
(0.26 / 0.23 / 0.00 / 0.13)

CMYK percentages

%26.46
%23.32
%0
%12.55

Codes

Color #A4ABDF in popluar color models

A4 AB DF
RGB 164 171 223
HSL 233° 47.97% 75.88%
HSB/HSV 233° 26.46% 87.45%
CMYK 26.46% 23.32% 0.00%
12.55%

Color #A4ABDF in popluar number systems.

HEX A4 AB DF
Decimal 164 171 223
Binary 10100100 10101011 11011111
Octal 244 253 337

Shades and tints

Shades of #A4ABDF

#A4ABDF
(164,171,223)
#969CCB
(150,156,203)
#888DB7
(136,141,183)
#7A7EA3
(122,126,163)
#6C6F8F
(108,111,143)
#5E607B
(94,96,123)
#505167
(80,81,103)
#424253
(66,66,83)
#34333F
(52,51,63)
#26242B
(38,36,43)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #A4ABDF

#A4ABDF
(164,171,223)
#ACB2E1
(172,178,225)
#B4B9E3
(180,185,227)
#BCC0E5
(188,192,229)
#C4C7E7
(196,199,231)
#CCCEE9
(204,206,233)
#D4D5EB
(212,213,235)
#DCDCED
(220,220,237)
#E4E3EF
(228,227,239)
#ECEAF1
(236,234,241)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABDF; }

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

This text font color is #A4ABDF.

Background Color

.myBgColor { background-color: #A4ABDF; }

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

This div background color is #A4ABDF.

Border color

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

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

This div border color is #A4ABDF.

Opacity

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

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

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

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

This text has shadow with #A4ABDF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ABDF.

Preview

Color preview on black background

This text has color #A4ABDF on black background.


Color preview on white background

This text has color #A4ABDF on white background.


Black color preview on #A4ABDF background

This text has black color on #A4ABDF background.


White color preview on #A4ABDF background

This text has white color on #A4ABDF background.


Related colors

Complementary color

Complementary color for #hex is #5B5420.


I love getcolorcode.com

Triadic colors

1 #DFA4AB and #ABDFA4 with #A4ABDF are triadic colors.

2 #DFABA4 and #ABA4DF with #A4ABDF are triadic colors.