COLOR #A7B5B3

HEX: #A7B5B3 RGB: (167,181,179)

Color info

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

RGB color model

#A7B5B3 color RGB value is (167,181,179).

RGB: (167,181,179) (65%, 71%, 70%)

RGB channels and saturation

R 167 of 255 = 65%
G 181 of 255 = 71%
B 179 of 255 = 70%

167
181
179

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

Portions of RGB colors in percentages

R + G + B = 167 + 181 + 179 = 527 (100%)
R 167 of 527 ~ 31.69%
G 181 of 527 ~ 34.35%
B 179 of 527 ~ 33.97'%

%31.69
%34.35
%33.97

CMYK color model

#A7B5B3 color CMYK value is (8,0,1,29).

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

CMYK: (8,0,1,29)
C8M0Y1K29 (8%, 0%, 1%, 29%)
(0.08 / 0.00 / 0.01 / 0.29)

CMYK percentages

%7.73
%0
%1.1
%29.02

Codes

Color #A7B5B3 in popluar color models

A7 B5 B3
RGB 167 181 179
HSL 171° 8.64% 68.24%
HSB/HSV 171° 7.73% 70.98%
CMYK 7.73% 0.00% 1.10%
29.02%

Color #A7B5B3 in popluar number systems.

HEX A7 B5 B3
Decimal 167 181 179
Binary 10100111 10110101 10110011
Octal 247 265 263

Shades and tints

Shades of #A7B5B3

#A7B5B3
(167,181,179)
#98A5A3
(152,165,163)
#899593
(137,149,147)
#7A8583
(122,133,131)
#6B7573
(107,117,115)
#5C6563
(92,101,99)
#4D5553
(77,85,83)
#3E4543
(62,69,67)
#2F3533
(47,53,51)
#202523
(32,37,35)
#111513
(17,21,19)
#000000
(0,0,0)

Tints of #A7B5B3

#A7B5B3
(167,181,179)
#AFBBB9
(175,187,185)
#B7C1BF
(183,193,191)
#BFC7C5
(191,199,197)
#C7CDCB
(199,205,203)
#CFD3D1
(207,211,209)
#D7D9D7
(215,217,215)
#DFDFDD
(223,223,221)
#E7E5E3
(231,229,227)
#EFEBE9
(239,235,233)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A7B5B3; }

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

This text font color is #A7B5B3.

Background Color

.myBgColor { background-color: #A7B5B3; }

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

This div background color is #A7B5B3.

Border color

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

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

This div border color is #A7B5B3.

Opacity

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

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

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

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

This text has shadow with #A7B5B3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A7B5B3.

Preview

Color preview on black background

This text has color #A7B5B3 on black background.


Color preview on white background

This text has color #A7B5B3 on white background.


Black color preview on #A7B5B3 background

This text has black color on #A7B5B3 background.


White color preview on #A7B5B3 background

This text has white color on #A7B5B3 background.


Related colors

Complementary color

Complementary color for #hex is #584A4C.


I love getcolorcode.com

Triadic colors

1 #B3A7B5 and #B5B3A7 with #A7B5B3 are triadic colors.

2 #B3B5A7 and #B5A7B3 with #A7B5B3 are triadic colors.