COLOR #A4AFB8

HEX: #A4AFB8 RGB: (164,175,184)

Color info

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

RGB color model

#A4AFB8 color RGB value is (164,175,184).

RGB: (164,175,184) (64%, 69%, 72%)

RGB channels and saturation

R 164 of 255 = 64%
G 175 of 255 = 69%
B 184 of 255 = 72%

164
175
184

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

Portions of RGB colors in percentages

R + G + B = 164 + 175 + 184 = 523 (100%)
R 164 of 523 ~ 31.36%
G 175 of 523 ~ 33.46%
B 184 of 523 ~ 35.18'%

%31.36
%33.46
%35.18

CMYK color model

#A4AFB8 color CMYK value is (11,5,0,28).

  • cyan value is 10.87%
  • magenta value is 4.89%
  • yellow value is 0.00%
  • key color value is 27.84%

CMYK: (11,5,0,28)
C11M5Y0K28 (11%, 5%, 0%, 28%)
(0.11 / 0.05 / 0.00 / 0.28)

CMYK percentages

%10.87
%4.89
%0
%27.84

Codes

Color #A4AFB8 in popluar color models

A4 AF B8
RGB 164 175 184
HSL 207° 12.35% 68.24%
HSB/HSV 207° 10.87% 72.16%
CMYK 10.87% 4.89% 0.00%
27.84%

Color #A4AFB8 in popluar number systems.

HEX A4 AF B8
Decimal 164 175 184
Binary 10100100 10101111 10111000
Octal 244 257 270

Shades and tints

Shades of #A4AFB8

#A4AFB8
(164,175,184)
#96A0A8
(150,160,168)
#889198
(136,145,152)
#7A8288
(122,130,136)
#6C7378
(108,115,120)
#5E6468
(94,100,104)
#505558
(80,85,88)
#424648
(66,70,72)
#343738
(52,55,56)
#262828
(38,40,40)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #A4AFB8

#A4AFB8
(164,175,184)
#ACB6BE
(172,182,190)
#B4BDC4
(180,189,196)
#BCC4CA
(188,196,202)
#C4CBD0
(196,203,208)
#CCD2D6
(204,210,214)
#D4D9DC
(212,217,220)
#DCE0E2
(220,224,226)
#E4E7E8
(228,231,232)
#ECEEEE
(236,238,238)
#F4F5F4
(244,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4AFB8; }

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

This text font color is #A4AFB8.

Background Color

.myBgColor { background-color: #A4AFB8; }

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

This div background color is #A4AFB8.

Border color

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

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

This div border color is #A4AFB8.

Opacity

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

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

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

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

This text has shadow with #A4AFB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4AFB8.

Preview

Color preview on black background

This text has color #A4AFB8 on black background.


Color preview on white background

This text has color #A4AFB8 on white background.


Black color preview on #A4AFB8 background

This text has black color on #A4AFB8 background.


White color preview on #A4AFB8 background

This text has white color on #A4AFB8 background.


Related colors

Complementary color

Complementary color for #hex is #5B5047.


I love getcolorcode.com

Triadic colors

1 #B8A4AF and #AFB8A4 with #A4AFB8 are triadic colors.

2 #B8AFA4 and #AFA4B8 with #A4AFB8 are triadic colors.