COLOR #A4BDA4

HEX: #A4BDA4
RGB: (164,189,164)

Color info

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

RGB color model

#A4BDA4 color RGB value is (164,189,164).

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

RGB channels and saturation

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

164
189
164

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

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 164 = 517 (100%)
R 164 of 517 ~ 31.72%
G 189 of 517 ~ 36.56%
B 164 of 517 ~ 31.72%

%31.72
%36.56
%31.72

CMYK color model

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

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

CMYK percentages

%13.23
%0
%13.23
%25.88

Codes

Color #A4BDA4 in popluar color models

A4BDA4
RGB164189164
HSL120°15.92%69.22%
HSB/HSV120°13.23%74.12%
CMYK13.23%0.00%13.23%
25.88%

Color #A4BDA4 in popluar number systems.

HEXA4BDA4
Decimal164189164
Binary101001001011110110100100
Octal244275244

Shades and tints

Shades of #A4BDA4

#A4BDA4
(164,189,164)
#96AC96
(150,172,150)
#889B88
(136,155,136)
#7A8A7A
(122,138,122)
#6C796C
(108,121,108)
#5E685E
(94,104,94)
#505750
(80,87,80)
#424642
(66,70,66)
#343534
(52,53,52)
#262426
(38,36,38)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #A4BDA4

#A4BDA4
(164,189,164)
#ACC3AC
(172,195,172)
#B4C9B4
(180,201,180)
#BCCFBC
(188,207,188)
#C4D5C4
(196,213,196)
#CCDBCC
(204,219,204)
#D4E1D4
(212,225,212)
#DCE7DC
(220,231,220)
#E4EDE4
(228,237,228)
#ECF3EC
(236,243,236)
#F4F9F4
(244,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDA4; }

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

This text font color is #A4BDA4.


Background Color

.myBgColor { background-color: #A4BDA4; }

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

This div background color is #A4BDA4.


Border color

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

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

This div border color is #A4BDA4.


Opacity

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

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

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

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

This text has shadow with #A4BDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDA4 on black background.


Color preview on white background

This text has color #A4BDA4 on white background.



Black color preview on #A4BDA4 background

This text has black color on #A4BDA4 background.


White color preview on #A4BDA4 background

This text has white color on #A4BDA4 background.