COLOR #A4ABBD

HEX: #A4ABBD
RGB: (164,171,189)

Color info

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

RGB color model

#A4ABBD color RGB value is (164,171,189).

  • red value is 164;
  • green value is 171;
  • blue value is 189.
RGB:
(164,171,189)
(64%,67%,74%)

RGB channels and saturation

R 164 of 255 = 64%
G 171 of 255 = 67%
B 189 of 255 = 74%

164
171
189

R + G + B ~ 68%. #A4ABBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 171 + 189 = 524 (100%)
R 164 of 524 ~ 31.3%
G 171 of 524 ~ 32.63%
B 189 of 524 ~ 36.07%

%31.3
%32.63
%36.07

CMYK color model

#A4ABBD color CMYK value is (13,10,0,26).

  • cyan value is 13.23%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(13,10,0,26)
C13M10Y0K26 
(13%,10%,0%,26%)
(0.13/0.10/0.00/0.26)	

CMYK percentages

%13.23
%9.52
%0
%25.88

Codes

Color #A4ABBD in popluar color models

A4ABBD
RGB164171189
HSL223°15.92%69.22%
HSB/HSV223°13.23%74.12%
CMYK13.23%9.52%0.00%
25.88%

Color #A4ABBD in popluar number systems.

HEXA4ABBD
Decimal164171189
Binary101001001010101110111101
Octal244253275

Shades and tints

Shades of #A4ABBD

#A4ABBD
(164,171,189)
#969CAC
(150,156,172)
#888D9B
(136,141,155)
#7A7E8A
(122,126,138)
#6C6F79
(108,111,121)
#5E6068
(94,96,104)
#505157
(80,81,87)
#424246
(66,66,70)
#343335
(52,51,53)
#262424
(38,36,36)
#181513
(24,21,19)
#000000
(0,0,0)

Tints of #A4ABBD

#A4ABBD
(164,171,189)
#ACB2C3
(172,178,195)
#B4B9C9
(180,185,201)
#BCC0CF
(188,192,207)
#C4C7D5
(196,199,213)
#CCCEDB
(204,206,219)
#D4D5E1
(212,213,225)
#DCDCE7
(220,220,231)
#E4E3ED
(228,227,237)
#ECEAF3
(236,234,243)
#F4F1F9
(244,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABBD; }

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

This text font color is #A4ABBD.


Background Color

.myBgColor { background-color: #A4ABBD; }

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

This div background color is #A4ABBD.


Border color

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

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

This div border color is #A4ABBD.


Opacity

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

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

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

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

This text has shadow with #A4ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4ABBD on black background.


Color preview on white background

This text has color #A4ABBD on white background.



Black color preview on #A4ABBD background

This text has black color on #A4ABBD background.


White color preview on #A4ABBD background

This text has white color on #A4ABBD background.