COLOR #A4BDA0

HEX: #A4BDA0
RGB: (164,189,160)

Color info

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

RGB color model

#A4BDA0 color RGB value is (164,189,160).

  • red value is 164;
  • green value is 189;
  • blue value is 160.
RGB:
(164,189,160)
(64%,74%,63%)

RGB channels and saturation

R 164 of 255 = 64%
G 189 of 255 = 74%
B 160 of 255 = 63%

164
189
160

R + G + B ~ 67%. #A4BDA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 160 = 513 (100%)
R 164 of 513 ~ 31.97%
G 189 of 513 ~ 36.84%
B 160 of 513 ~ 31.19%

%31.97
%36.84
%31.19

CMYK color model

#A4BDA0 color CMYK value is (13,0,15,26).

  • cyan value is 13.23%
  • magenta value is 0.00%
  • yellow value is 15.34%
  • key color value is 25.88%
CMYK:
(13,0,15,26)
C13M0Y15K26 
(13%,0%,15%,26%)
(0.13/0.00/0.15/0.26)	

CMYK percentages

%13.23
%0
%15.34
%25.88

Codes

Color #A4BDA0 in popluar color models

A4BDA0
RGB164189160
HSL112°18.01%68.43%
HSB/HSV112°15.34%74.12%
CMYK13.23%0.00%15.34%
25.88%

Color #A4BDA0 in popluar number systems.

HEXA4BDA0
Decimal164189160
Binary101001001011110110100000
Octal244275240

Shades and tints

Shades of #A4BDA0

#A4BDA0
(164,189,160)
#96AC92
(150,172,146)
#889B84
(136,155,132)
#7A8A76
(122,138,118)
#6C7968
(108,121,104)
#5E685A
(94,104,90)
#50574C
(80,87,76)
#42463E
(66,70,62)
#343530
(52,53,48)
#262422
(38,36,34)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A4BDA0

#A4BDA0
(164,189,160)
#ACC3A8
(172,195,168)
#B4C9B0
(180,201,176)
#BCCFB8
(188,207,184)
#C4D5C0
(196,213,192)
#CCDBC8
(204,219,200)
#D4E1D0
(212,225,208)
#DCE7D8
(220,231,216)
#E4EDE0
(228,237,224)
#ECF3E8
(236,243,232)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDA0; }

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

This text font color is #A4BDA0.


Background Color

.myBgColor { background-color: #A4BDA0; }

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

This div background color is #A4BDA0.


Border color

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

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

This div border color is #A4BDA0.


Opacity

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

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

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

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

This text has shadow with #A4BDA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDA0 on black background.


Color preview on white background

This text has color #A4BDA0 on white background.



Black color preview on #A4BDA0 background

This text has black color on #A4BDA0 background.


White color preview on #A4BDA0 background

This text has white color on #A4BDA0 background.