COLOR #A4BAC0

HEX: #A4BAC0 RGB: (164,186,192)

Color info

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

RGB color model

#A4BAC0 color RGB value is (164,186,192).

RGB: (164,186,192) (64%, 73%, 75%)

RGB channels and saturation

R 164 of 255 = 64%
G 186 of 255 = 73%
B 192 of 255 = 75%

164
186
192

R + G + B ~ 71%. #A4BAC0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 186 + 192 = 542 (100%)
R 164 of 542 ~ 30.26%
G 186 of 542 ~ 34.32%
B 192 of 542 ~ 35.42'%

%30.26
%34.32
%35.42

CMYK color model

#A4BAC0 color CMYK value is (15,3,0,25).

  • cyan value is 14.58%
  • magenta value is 3.13%
  • yellow value is 0.00%
  • key color value is 24.71%

CMYK: (15,3,0,25)
C15M3Y0K25 (15%, 3%, 0%, 25%)
(0.15 / 0.03 / 0.00 / 0.25)

CMYK percentages

%14.58
%3.13
%0
%24.71

Codes

Color #A4BAC0 in popluar color models

A4 BA C0
RGB 164 186 192
HSL 193° 18.18% 69.80%
HSB/HSV 193° 14.58% 75.29%
CMYK 14.58% 3.13% 0.00%
24.71%

Color #A4BAC0 in popluar number systems.

HEX A4 BA C0
Decimal 164 186 192
Binary 10100100 10111010 11000000
Octal 244 272 300

Shades and tints

Shades of #A4BAC0

#A4BAC0
(164,186,192)
#96AAAF
(150,170,175)
#889A9E
(136,154,158)
#7A8A8D
(122,138,141)
#6C7A7C
(108,122,124)
#5E6A6B
(94,106,107)
#505A5A
(80,90,90)
#424A49
(66,74,73)
#343A38
(52,58,56)
#262A27
(38,42,39)
#181A16
(24,26,22)
#000000
(0,0,0)

Tints of #A4BAC0

#A4BAC0
(164,186,192)
#ACC0C5
(172,192,197)
#B4C6CA
(180,198,202)
#BCCCCF
(188,204,207)
#C4D2D4
(196,210,212)
#CCD8D9
(204,216,217)
#D4DEDE
(212,222,222)
#DCE4E3
(220,228,227)
#E4EAE8
(228,234,232)
#ECF0ED
(236,240,237)
#F4F6F2
(244,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BAC0 color. Also use rgb(164,186,192) instead hex code.

Text Font Color

.myTextColor { color: #A4BAC0; }

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

This text font color is #A4BAC0.

Background Color

.myBgColor { background-color: #A4BAC0; }

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

This div background color is #A4BAC0.

Border color

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

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

This div border color is #A4BAC0.

Opacity

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

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

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

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

This text has shadow with #A4BAC0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BAC0.

Preview

Color preview on black background

This text has color #A4BAC0 on black background.


Color preview on white background

This text has color #A4BAC0 on white background.


Black color preview on #A4BAC0 background

This text has black color on #A4BAC0 background.


White color preview on #A4BAC0 background

This text has white color on #A4BAC0 background.


Related colors

Complementary color

Complementary color for #hex is #5B453F.


I love getcolorcode.com

Triadic colors

1 #C0A4BA and #BAC0A4 with #A4BAC0 are triadic colors.

2 #C0BAA4 and #BAA4C0 with #A4BAC0 are triadic colors.