COLOR #A4ABBC

HEX: #A4ABBC RGB: (164,171,188)

Color info

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

RGB color model

#A4ABBC color RGB value is (164,171,188).

RGB: (164,171,188) (64%, 67%, 74%)

RGB channels and saturation

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

164
171
188

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

Portions of RGB colors in percentages

R + G + B = 164 + 171 + 188 = 523 (100%)
R 164 of 523 ~ 31.36%
G 171 of 523 ~ 32.7%
B 188 of 523 ~ 35.95'%

%31.36
%32.7
%35.95

CMYK color model

#A4ABBC color CMYK value is (13,9,0,26).

  • cyan value is 12.77%
  • magenta value is 9.04%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (13,9,0,26)
C13M9Y0K26 (13%, 9%, 0%, 26%)
(0.13 / 0.09 / 0.00 / 0.26)

CMYK percentages

%12.77
%9.04
%0
%26.27

Codes

Color #A4ABBC in popluar color models

A4 AB BC
RGB 164 171 188
HSL 223° 15.19% 69.02%
HSB/HSV 223° 12.77% 73.73%
CMYK 12.77% 9.04% 0.00%
26.27%

Color #A4ABBC in popluar number systems.

HEX A4 AB BC
Decimal 164 171 188
Binary 10100100 10101011 10111100
Octal 244 253 274

Shades and tints

Shades of #A4ABBC

#A4ABBC
(164,171,188)
#969CAB
(150,156,171)
#888D9A
(136,141,154)
#7A7E89
(122,126,137)
#6C6F78
(108,111,120)
#5E6067
(94,96,103)
#505156
(80,81,86)
#424245
(66,66,69)
#343334
(52,51,52)
#262423
(38,36,35)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #A4ABBC

#A4ABBC
(164,171,188)
#ACB2C2
(172,178,194)
#B4B9C8
(180,185,200)
#BCC0CE
(188,192,206)
#C4C7D4
(196,199,212)
#CCCEDA
(204,206,218)
#D4D5E0
(212,213,224)
#DCDCE6
(220,220,230)
#E4E3EC
(228,227,236)
#ECEAF2
(236,234,242)
#F4F1F8
(244,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4ABBC; }

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

This text font color is #A4ABBC.

Background Color

.myBgColor { background-color: #A4ABBC; }

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

This div background color is #A4ABBC.

Border color

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

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

This div border color is #A4ABBC.

Opacity

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

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

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

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

This text has shadow with #A4ABBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4ABBC.

Preview

Color preview on black background

This text has color #A4ABBC on black background.


Color preview on white background

This text has color #A4ABBC on white background.


Black color preview on #A4ABBC background

This text has black color on #A4ABBC background.


White color preview on #A4ABBC background

This text has white color on #A4ABBC background.


Related colors

Complementary color

Complementary color for #hex is #5B5443.


I love getcolorcode.com

Triadic colors

1 #BCA4AB and #ABBCA4 with #A4ABBC are triadic colors.

2 #BCABA4 and #ABA4BC with #A4ABBC are triadic colors.