COLOR #A4A8BB

HEX: #A4A8BB RGB: (164,168,187)

Color info

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

RGB color model

#A4A8BB color RGB value is (164,168,187).

RGB: (164,168,187) (64%, 66%, 73%)

RGB channels and saturation

R 164 of 255 = 64%
G 168 of 255 = 66%
B 187 of 255 = 73%

164
168
187

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

Portions of RGB colors in percentages

R + G + B = 164 + 168 + 187 = 519 (100%)
R 164 of 519 ~ 31.6%
G 168 of 519 ~ 32.37%
B 187 of 519 ~ 36.03'%

%31.6
%32.37
%36.03

CMYK color model

#A4A8BB color CMYK value is (12,10,0,27).

  • cyan value is 12.30%
  • magenta value is 10.16%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (12,10,0,27)
C12M10Y0K27 (12%, 10%, 0%, 27%)
(0.12 / 0.10 / 0.00 / 0.27)

CMYK percentages

%12.3
%10.16
%0
%26.67

Codes

Color #A4A8BB in popluar color models

A4 A8 BB
RGB 164 168 187
HSL 230° 14.47% 68.82%
HSB/HSV 230° 12.30% 73.33%
CMYK 12.30% 10.16% 0.00%
26.67%

Color #A4A8BB in popluar number systems.

HEX A4 A8 BB
Decimal 164 168 187
Binary 10100100 10101000 10111011
Octal 244 250 273

Shades and tints

Shades of #A4A8BB

#A4A8BB
(164,168,187)
#9699AA
(150,153,170)
#888A99
(136,138,153)
#7A7B88
(122,123,136)
#6C6C77
(108,108,119)
#5E5D66
(94,93,102)
#504E55
(80,78,85)
#423F44
(66,63,68)
#343033
(52,48,51)
#262122
(38,33,34)
#181211
(24,18,17)
#000000
(0,0,0)

Tints of #A4A8BB

#A4A8BB
(164,168,187)
#ACAFC1
(172,175,193)
#B4B6C7
(180,182,199)
#BCBDCD
(188,189,205)
#C4C4D3
(196,196,211)
#CCCBD9
(204,203,217)
#D4D2DF
(212,210,223)
#DCD9E5
(220,217,229)
#E4E0EB
(228,224,235)
#ECE7F1
(236,231,241)
#F4EEF7
(244,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4A8BB color. Also use rgb(164,168,187) instead hex code.

Text Font Color

.myTextColor { color: #A4A8BB; }

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

This text font color is #A4A8BB.

Background Color

.myBgColor { background-color: #A4A8BB; }

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

This div background color is #A4A8BB.

Border color

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

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

This div border color is #A4A8BB.

Opacity

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

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

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

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

This text has shadow with #A4A8BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4A8BB.

Preview

Color preview on black background

This text has color #A4A8BB on black background.


Color preview on white background

This text has color #A4A8BB on white background.


Black color preview on #A4A8BB background

This text has black color on #A4A8BB background.


White color preview on #A4A8BB background

This text has white color on #A4A8BB background.


Related colors

Complementary color

Complementary color for #hex is #5B5744.


I love getcolorcode.com

Triadic colors

1 #BBA4A8 and #A8BBA4 with #A4A8BB are triadic colors.

2 #BBA8A4 and #A8A4BB with #A4A8BB are triadic colors.