COLOR #A4BDBB

HEX: #A4BDBB
RGB: (164,189,187)

Color info

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

RGB color model

#A4BDBB color RGB value is (164,189,187).

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

RGB channels and saturation

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

164
189
187

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

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 187 = 540 (100%)
R 164 of 540 ~ 30.37%
G 189 of 540 ~ 35%
B 187 of 540 ~ 34.63%

%30.37
%35
%34.63

CMYK color model

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

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

CMYK percentages

%13.23
%0
%1.06
%25.88

Codes

Color #A4BDBB in popluar color models

A4BDBB
RGB164189187
HSL175°15.92%69.22%
HSB/HSV175°13.23%74.12%
CMYK13.23%0.00%1.06%
25.88%

Color #A4BDBB in popluar number systems.

HEXA4BDBB
Decimal164189187
Binary101001001011110110111011
Octal244275273

Shades and tints

Shades of #A4BDBB

#A4BDBB
(164,189,187)
#96ACAA
(150,172,170)
#889B99
(136,155,153)
#7A8A88
(122,138,136)
#6C7977
(108,121,119)
#5E6866
(94,104,102)
#505755
(80,87,85)
#424644
(66,70,68)
#343533
(52,53,51)
#262422
(38,36,34)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #A4BDBB

#A4BDBB
(164,189,187)
#ACC3C1
(172,195,193)
#B4C9C7
(180,201,199)
#BCCFCD
(188,207,205)
#C4D5D3
(196,213,211)
#CCDBD9
(204,219,217)
#D4E1DF
(212,225,223)
#DCE7E5
(220,231,229)
#E4EDEB
(228,237,235)
#ECF3F1
(236,243,241)
#F4F9F7
(244,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDBB; }

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

This text font color is #A4BDBB.


Background Color

.myBgColor { background-color: #A4BDBB; }

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

This div background color is #A4BDBB.


Border color

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

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

This div border color is #A4BDBB.


Opacity

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

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

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

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

This text has shadow with #A4BDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDBB on black background.


Color preview on white background

This text has color #A4BDBB on white background.



Black color preview on #A4BDBB background

This text has black color on #A4BDBB background.


White color preview on #A4BDBB background

This text has white color on #A4BDBB background.