COLOR #A4BDA7

HEX: #A4BDA7 RGB: (164,189,167)

Color info

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

RGB color model

#A4BDA7 color RGB value is (164,189,167).

RGB: (164,189,167) (64%, 74%, 65%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 167 of 255 = 65%

164
189
167

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

Portions of RGB colors in percentages

R + G + B = 164 + 189 + 167 = 520 (100%)
R 164 of 520 ~ 31.54%
G 189 of 520 ~ 36.35%
B 167 of 520 ~ 32.12'%

%31.54
%36.35
%32.12

CMYK color model

#A4BDA7 color CMYK value is (13,0,12,26).

  • cyan value is 13.23%
  • magenta value is 0.00%
  • yellow value is 11.64%
  • key color value is 25.88%

CMYK: (13,0,12,26)
C13M0Y12K26 (13%, 0%, 12%, 26%)
(0.13 / 0.00 / 0.12 / 0.26)

CMYK percentages

%13.23
%0
%11.64
%25.88

Codes

Color #A4BDA7 in popluar color models

A4 BD A7
RGB 164 189 167
HSL 127° 15.92% 69.22%
HSB/HSV 127° 13.23% 74.12%
CMYK 13.23% 0.00% 11.64%
25.88%

Color #A4BDA7 in popluar number systems.

HEX A4 BD A7
Decimal 164 189 167
Binary 10100100 10111101 10100111
Octal 244 275 247

Shades and tints

Shades of #A4BDA7

#A4BDA7
(164,189,167)
#96AC98
(150,172,152)
#889B89
(136,155,137)
#7A8A7A
(122,138,122)
#6C796B
(108,121,107)
#5E685C
(94,104,92)
#50574D
(80,87,77)
#42463E
(66,70,62)
#34352F
(52,53,47)
#262420
(38,36,32)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A4BDA7

#A4BDA7
(164,189,167)
#ACC3AF
(172,195,175)
#B4C9B7
(180,201,183)
#BCCFBF
(188,207,191)
#C4D5C7
(196,213,199)
#CCDBCF
(204,219,207)
#D4E1D7
(212,225,215)
#DCE7DF
(220,231,223)
#E4EDE7
(228,237,231)
#ECF3EF
(236,243,239)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4BDA7 color. Also use rgb(164,189,167) instead hex code.

Text Font Color

.myTextColor { color: #A4BDA7; }

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

This text font color is #A4BDA7.

Background Color

.myBgColor { background-color: #A4BDA7; }

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

This div background color is #A4BDA7.

Border color

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

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

This div border color is #A4BDA7.

Opacity

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

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

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

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

This text has shadow with #A4BDA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BDA7.

Preview

Color preview on black background

This text has color #A4BDA7 on black background.


Color preview on white background

This text has color #A4BDA7 on white background.


Black color preview on #A4BDA7 background

This text has black color on #A4BDA7 background.


White color preview on #A4BDA7 background

This text has white color on #A4BDA7 background.


Related colors

Complementary color

Complementary color for #hex is #5B4258.


I love getcolorcode.com

Triadic colors

1 #A7A4BD and #BDA7A4 with #A4BDA7 are triadic colors.

2 #A7BDA4 and #BDA4A7 with #A4BDA7 are triadic colors.