COLOR #A4BDB0

HEX: #A4BDB0 RGB: (164,189,176)

Color info

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

RGB color model

#A4BDB0 color RGB value is (164,189,176).

RGB: (164,189,176) (64%, 74%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 176 of 255 = 69%

164
189
176

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

Portions of RGB colors in percentages

R + G + B = 164 + 189 + 176 = 529 (100%)
R 164 of 529 ~ 31%
G 189 of 529 ~ 35.73%
B 176 of 529 ~ 33.27'%

%31
%35.73
%33.27

CMYK color model

#A4BDB0 color CMYK value is (13,0,7,26).

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

CMYK: (13,0,7,26)
C13M0Y7K26 (13%, 0%, 7%, 26%)
(0.13 / 0.00 / 0.07 / 0.26)

CMYK percentages

%13.23
%0
%6.88
%25.88

Codes

Color #A4BDB0 in popluar color models

A4 BD B0
RGB 164 189 176
HSL 149° 15.92% 69.22%
HSB/HSV 149° 13.23% 74.12%
CMYK 13.23% 0.00% 6.88%
25.88%

Color #A4BDB0 in popluar number systems.

HEX A4 BD B0
Decimal 164 189 176
Binary 10100100 10111101 10110000
Octal 244 275 260

Shades and tints

Shades of #A4BDB0

#A4BDB0
(164,189,176)
#96ACA0
(150,172,160)
#889B90
(136,155,144)
#7A8A80
(122,138,128)
#6C7970
(108,121,112)
#5E6860
(94,104,96)
#505750
(80,87,80)
#424640
(66,70,64)
#343530
(52,53,48)
#262420
(38,36,32)
#181310
(24,19,16)
#000000
(0,0,0)

Tints of #A4BDB0

#A4BDB0
(164,189,176)
#ACC3B7
(172,195,183)
#B4C9BE
(180,201,190)
#BCCFC5
(188,207,197)
#C4D5CC
(196,213,204)
#CCDBD3
(204,219,211)
#D4E1DA
(212,225,218)
#DCE7E1
(220,231,225)
#E4EDE8
(228,237,232)
#ECF3EF
(236,243,239)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDB0; }

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

This text font color is #A4BDB0.

Background Color

.myBgColor { background-color: #A4BDB0; }

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

This div background color is #A4BDB0.

Border color

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

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

This div border color is #A4BDB0.

Opacity

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

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

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

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

This text has shadow with #A4BDB0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A4BDB0.

Preview

Color preview on black background

This text has color #A4BDB0 on black background.


Color preview on white background

This text has color #A4BDB0 on white background.


Black color preview on #A4BDB0 background

This text has black color on #A4BDB0 background.


White color preview on #A4BDB0 background

This text has white color on #A4BDB0 background.


Related colors

Complementary color

Complementary color for #hex is #5B424F.


I love getcolorcode.com

Triadic colors

1 #B0A4BD and #BDB0A4 with #A4BDB0 are triadic colors.

2 #B0BDA4 and #BDA4B0 with #A4BDB0 are triadic colors.