COLOR #A7B5B1

HEX: #A7B5B1 RGB: (167,181,177)

Color info

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

RGB color model

#A7B5B1 color RGB value is (167,181,177).

RGB: (167,181,177) (65%, 71%, 69%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 177 of 255 = 69%

167
181
177

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

Portions of RGB colors in percentages

R + G + B = 167 + 181 + 177 = 525 (100%)
R 167 of 525 ~ 31.81%
G 181 of 525 ~ 34.48%
B 177 of 525 ~ 33.71'%

%31.81
%34.48
%33.71

CMYK color model

#A7B5B1 color CMYK value is (8,0,2,29).

  • cyan value is 7.73%
  • magenta value is 0.00%
  • yellow value is 2.21%
  • key color value is 29.02%

CMYK: (8,0,2,29)
C8M0Y2K29 (8%, 0%, 2%, 29%)
(0.08 / 0.00 / 0.02 / 0.29)

CMYK percentages

%7.73
%0
%2.21
%29.02

Codes

Color #A7B5B1 in popluar color models

A7 B5 B1
RGB 167 181 177
HSL 163° 8.64% 68.24%
HSB/HSV 163° 7.73% 70.98%
CMYK 7.73% 0.00% 2.21%
29.02%

Color #A7B5B1 in popluar number systems.

HEX A7 B5 B1
Decimal 167 181 177
Binary 10100111 10110101 10110001
Octal 247 265 261

Shades and tints

Shades of #A7B5B1

#A7B5B1
(167,181,177)
#98A5A1
(152,165,161)
#899591
(137,149,145)
#7A8581
(122,133,129)
#6B7571
(107,117,113)
#5C6561
(92,101,97)
#4D5551
(77,85,81)
#3E4541
(62,69,65)
#2F3531
(47,53,49)
#202521
(32,37,33)
#111511
(17,21,17)
#000000
(0,0,0)

Tints of #A7B5B1

#A7B5B1
(167,181,177)
#AFBBB8
(175,187,184)
#B7C1BF
(183,193,191)
#BFC7C6
(191,199,198)
#C7CDCD
(199,205,205)
#CFD3D4
(207,211,212)
#D7D9DB
(215,217,219)
#DFDFE2
(223,223,226)
#E7E5E9
(231,229,233)
#EFEBF0
(239,235,240)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A7B5B1 color. Also use rgb(167,181,177) instead hex code.

Text Font Color

.myTextColor { color: #A7B5B1; }

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

This text font color is #A7B5B1.

Background Color

.myBgColor { background-color: #A7B5B1; }

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

This div background color is #A7B5B1.

Border color

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

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

This div border color is #A7B5B1.

Opacity

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

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

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

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

This text has shadow with #A7B5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B5B1.

Preview

Color preview on black background

This text has color #A7B5B1 on black background.


Color preview on white background

This text has color #A7B5B1 on white background.


Black color preview on #A7B5B1 background

This text has black color on #A7B5B1 background.


White color preview on #A7B5B1 background

This text has white color on #A7B5B1 background.


Related colors

Complementary color

Complementary color for #hex is #584A4E.


I love getcolorcode.com

Triadic colors

1 #B1A7B5 and #B5B1A7 with #A7B5B1 are triadic colors.

2 #B1B5A7 and #B5A7B1 with #A7B5B1 are triadic colors.