COLOR #A4B7AD

HEX: #A4B7AD RGB: (164,183,173)

Color info

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

RGB color model

#A4B7AD color RGB value is (164,183,173).

RGB: (164,183,173) (64%, 72%, 68%)

RGB channels and saturation

R 164 of 255 = 64%
G 183 of 255 = 72%
B 173 of 255 = 68%

164
183
173

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

Portions of RGB colors in percentages

R + G + B = 164 + 183 + 173 = 520 (100%)
R 164 of 520 ~ 31.54%
G 183 of 520 ~ 35.19%
B 173 of 520 ~ 33.27'%

%31.54
%35.19
%33.27

CMYK color model

#A4B7AD color CMYK value is (10,0,5,28).

  • cyan value is 10.38%
  • magenta value is 0.00%
  • yellow value is 5.46%
  • key color value is 28.24%

CMYK: (10,0,5,28)
C10M0Y5K28 (10%, 0%, 5%, 28%)
(0.10 / 0.00 / 0.05 / 0.28)

CMYK percentages

%10.38
%0
%5.46
%28.24

Codes

Color #A4B7AD in popluar color models

A4 B7 AD
RGB 164 183 173
HSL 148° 11.66% 68.04%
HSB/HSV 148° 10.38% 71.76%
CMYK 10.38% 0.00% 5.46%
28.24%

Color #A4B7AD in popluar number systems.

HEX A4 B7 AD
Decimal 164 183 173
Binary 10100100 10110111 10101101
Octal 244 267 255

Shades and tints

Shades of #A4B7AD

#A4B7AD
(164,183,173)
#96A79E
(150,167,158)
#88978F
(136,151,143)
#7A8780
(122,135,128)
#6C7771
(108,119,113)
#5E6762
(94,103,98)
#505753
(80,87,83)
#424744
(66,71,68)
#343735
(52,55,53)
#262726
(38,39,38)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #A4B7AD

#A4B7AD
(164,183,173)
#ACBDB4
(172,189,180)
#B4C3BB
(180,195,187)
#BCC9C2
(188,201,194)
#C4CFC9
(196,207,201)
#CCD5D0
(204,213,208)
#D4DBD7
(212,219,215)
#DCE1DE
(220,225,222)
#E4E7E5
(228,231,229)
#ECEDEC
(236,237,236)
#F4F3F3
(244,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4B7AD color. Also use rgb(164,183,173) instead hex code.

Text Font Color

.myTextColor { color: #A4B7AD; }

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

This text font color is #A4B7AD.

Background Color

.myBgColor { background-color: #A4B7AD; }

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

This div background color is #A4B7AD.

Border color

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

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

This div border color is #A4B7AD.

Opacity

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

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

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

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

This text has shadow with #A4B7AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4B7AD.

Preview

Color preview on black background

This text has color #A4B7AD on black background.


Color preview on white background

This text has color #A4B7AD on white background.


Black color preview on #A4B7AD background

This text has black color on #A4B7AD background.


White color preview on #A4B7AD background

This text has white color on #A4B7AD background.


Related colors

Complementary color

Complementary color for #hex is #5B4852.


I love getcolorcode.com

Triadic colors

1 #ADA4B7 and #B7ADA4 with #A4B7AD are triadic colors.

2 #ADB7A4 and #B7A4AD with #A4B7AD are triadic colors.