COLOR #A4BDBA

HEX: #A4BDBA
RGB: (164,189,186)

Color info

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

RGB color model

#A4BDBA color RGB value is (164,189,186).

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

RGB channels and saturation

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

164
189
186

R + G + B ~ 70%. #A4BDBA is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 186 = 539 (100%)
R 164 of 539 ~ 30.43%
G 189 of 539 ~ 35.06%
B 186 of 539 ~ 34.51%

%30.43
%35.06
%34.51

CMYK color model

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

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

CMYK percentages

%13.23
%0
%1.59
%25.88

Codes

Color #A4BDBA in popluar color models

A4BDBA
RGB164189186
HSL173°15.92%69.22%
HSB/HSV173°13.23%74.12%
CMYK13.23%0.00%1.59%
25.88%

Color #A4BDBA in popluar number systems.

HEXA4BDBA
Decimal164189186
Binary101001001011110110111010
Octal244275272

Shades and tints

Shades of #A4BDBA

#A4BDBA
(164,189,186)
#96ACAA
(150,172,170)
#889B9A
(136,155,154)
#7A8A8A
(122,138,138)
#6C797A
(108,121,122)
#5E686A
(94,104,106)
#50575A
(80,87,90)
#42464A
(66,70,74)
#34353A
(52,53,58)
#26242A
(38,36,42)
#18131A
(24,19,26)
#000000
(0,0,0)

Tints of #A4BDBA

#A4BDBA
(164,189,186)
#ACC3C0
(172,195,192)
#B4C9C6
(180,201,198)
#BCCFCC
(188,207,204)
#C4D5D2
(196,213,210)
#CCDBD8
(204,219,216)
#D4E1DE
(212,225,222)
#DCE7E4
(220,231,228)
#E4EDEA
(228,237,234)
#ECF3F0
(236,243,240)
#F4F9F6
(244,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDBA; }

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

This text font color is #A4BDBA.


Background Color

.myBgColor { background-color: #A4BDBA; }

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

This div background color is #A4BDBA.


Border color

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

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

This div border color is #A4BDBA.


Opacity

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

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

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

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

This text has shadow with #A4BDBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDBA on black background.


Color preview on white background

This text has color #A4BDBA on white background.



Black color preview on #A4BDBA background

This text has black color on #A4BDBA background.


White color preview on #A4BDBA background

This text has white color on #A4BDBA background.