COLOR #A4AFB9

HEX: #A4AFB9
RGB: (164,175,185)

Color info

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

RGB color model

#A4AFB9 color RGB value is (164,175,185).

  • red value is 164;
  • green value is 175;
  • blue value is 185.
RGB:
(164,175,185)
(64%,69%,73%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 185 of 255 = 73%

164
175
185

R + G + B ~ 69%. #A4AFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 175 + 185 = 524 (100%)
R 164 of 524 ~ 31.3%
G 175 of 524 ~ 33.4%
B 185 of 524 ~ 35.31%

%31.3
%33.4
%35.31

CMYK color model

#A4AFB9 color CMYK value is (11,5,0,27).

  • cyan value is 11.35%
  • magenta value is 5.41%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(11,5,0,27)
C11M5Y0K27 
(11%,5%,0%,27%)
(0.11/0.05/0.00/0.27)	

CMYK percentages

%11.35
%5.41
%0
%27.45

Codes

Color #A4AFB9 in popluar color models

A4AFB9
RGB164175185
HSL209°13.04%68.43%
HSB/HSV209°11.35%72.55%
CMYK11.35%5.41%0.00%
27.45%

Color #A4AFB9 in popluar number systems.

HEXA4AFB9
Decimal164175185
Binary101001001010111110111001
Octal244257271

Shades and tints

Shades of #A4AFB9

#A4AFB9
(164,175,185)
#96A0A9
(150,160,169)
#889199
(136,145,153)
#7A8289
(122,130,137)
#6C7379
(108,115,121)
#5E6469
(94,100,105)
#505559
(80,85,89)
#424649
(66,70,73)
#343739
(52,55,57)
#262829
(38,40,41)
#181919
(24,25,25)
#000000
(0,0,0)

Tints of #A4AFB9

#A4AFB9
(164,175,185)
#ACB6BF
(172,182,191)
#B4BDC5
(180,189,197)
#BCC4CB
(188,196,203)
#C4CBD1
(196,203,209)
#CCD2D7
(204,210,215)
#D4D9DD
(212,217,221)
#DCE0E3
(220,224,227)
#E4E7E9
(228,231,233)
#ECEEEF
(236,238,239)
#F4F5F5
(244,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4AFB9 color. Also use rgb(164,175,185) instead hex code.

Text Font Color

.myTextColor { color: #A4AFB9; }

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

This text font color is #A4AFB9.


Background Color

.myBgColor { background-color: #A4AFB9; }

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

This div background color is #A4AFB9.


Border color

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

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

This div border color is #A4AFB9.


Opacity

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

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

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

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

This text has shadow with #A4AFB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4AFB9 on black background.


Color preview on white background

This text has color #A4AFB9 on white background.



Black color preview on #A4AFB9 background

This text has black color on #A4AFB9 background.


White color preview on #A4AFB9 background

This text has white color on #A4AFB9 background.