COLOR #A7B4B9

HEX: #A7B4B9 RGB: (167,180,185)

Color info

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

RGB color model

#A7B4B9 color RGB value is (167,180,185).

RGB: (167,180,185) (65%, 71%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 180 of 255 = 71%
B 185 of 255 = 73%

167
180
185

R + G + B ~ 70%. #A7B4B9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 180 + 185 = 532 (100%)
R 167 of 532 ~ 31.39%
G 180 of 532 ~ 33.83%
B 185 of 532 ~ 34.77'%

%31.39
%33.83
%34.77

CMYK color model

#A7B4B9 color CMYK value is (10,3,0,27).

  • cyan value is 9.73%
  • magenta value is 2.70%
  • yellow value is 0.00%
  • key color value is 27.45%

CMYK: (10,3,0,27)
C10M3Y0K27 (10%, 3%, 0%, 27%)
(0.10 / 0.03 / 0.00 / 0.27)

CMYK percentages

%9.73
%2.7
%0
%27.45

Codes

Color #A7B4B9 in popluar color models

A7 B4 B9
RGB 167 180 185
HSL 197° 11.39% 69.02%
HSB/HSV 197° 9.73% 72.55%
CMYK 9.73% 2.70% 0.00%
27.45%

Color #A7B4B9 in popluar number systems.

HEX A7 B4 B9
Decimal 167 180 185
Binary 10100111 10110100 10111001
Octal 247 264 271

Shades and tints

Shades of #A7B4B9

#A7B4B9
(167,180,185)
#98A4A9
(152,164,169)
#899499
(137,148,153)
#7A8489
(122,132,137)
#6B7479
(107,116,121)
#5C6469
(92,100,105)
#4D5459
(77,84,89)
#3E4449
(62,68,73)
#2F3439
(47,52,57)
#202429
(32,36,41)
#111419
(17,20,25)
#000000
(0,0,0)

Tints of #A7B4B9

#A7B4B9
(167,180,185)
#AFBABF
(175,186,191)
#B7C0C5
(183,192,197)
#BFC6CB
(191,198,203)
#C7CCD1
(199,204,209)
#CFD2D7
(207,210,215)
#D7D8DD
(215,216,221)
#DFDEE3
(223,222,227)
#E7E4E9
(231,228,233)
#EFEAEF
(239,234,239)
#F7F0F5
(247,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B4B9 color. Also use rgb(167,180,185) instead hex code.

Text Font Color

.myTextColor { color: #A7B4B9; }

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

This text font color is #A7B4B9.

Background Color

.myBgColor { background-color: #A7B4B9; }

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

This div background color is #A7B4B9.

Border color

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

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

This div border color is #A7B4B9.

Opacity

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

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

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

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

This text has shadow with #A7B4B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B4B9.

Preview

Color preview on black background

This text has color #A7B4B9 on black background.


Color preview on white background

This text has color #A7B4B9 on white background.


Black color preview on #A7B4B9 background

This text has black color on #A7B4B9 background.


White color preview on #A7B4B9 background

This text has white color on #A7B4B9 background.


Related colors

Complementary color

Complementary color for #hex is #584B46.


I love getcolorcode.com

Triadic colors

1 #B9A7B4 and #B4B9A7 with #A7B4B9 are triadic colors.

2 #B9B4A7 and #B4A7B9 with #A7B4B9 are triadic colors.