COLOR #A4BDBD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

164
189
189

R + G + B ~ 71%. #A4BDBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 189 = 542 (100%)
R 164 of 542 ~ 30.26%
G 189 of 542 ~ 34.87%
B 189 of 542 ~ 34.87%

%30.26
%34.87
%34.87

CMYK color model

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

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

CMYK percentages

%13.23
%0
%0
%25.88

Codes

Color #A4BDBD in popluar color models

A4BDBD
RGB164189189
HSL180°15.92%69.22%
HSB/HSV180°13.23%74.12%
CMYK13.23%0.00%0.00%
25.88%

Color #A4BDBD in popluar number systems.

HEXA4BDBD
Decimal164189189
Binary101001001011110110111101
Octal244275275

Shades and tints

Shades of #A4BDBD

#A4BDBD
(164,189,189)
#96ACAC
(150,172,172)
#889B9B
(136,155,155)
#7A8A8A
(122,138,138)
#6C7979
(108,121,121)
#5E6868
(94,104,104)
#505757
(80,87,87)
#424646
(66,70,70)
#343535
(52,53,53)
#262424
(38,36,36)
#181313
(24,19,19)
#000000
(0,0,0)

Tints of #A4BDBD

#A4BDBD
(164,189,189)
#ACC3C3
(172,195,195)
#B4C9C9
(180,201,201)
#BCCFCF
(188,207,207)
#C4D5D5
(196,213,213)
#CCDBDB
(204,219,219)
#D4E1E1
(212,225,225)
#DCE7E7
(220,231,231)
#E4EDED
(228,237,237)
#ECF3F3
(236,243,243)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDBD; }

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

This text font color is #A4BDBD.


Background Color

.myBgColor { background-color: #A4BDBD; }

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

This div background color is #A4BDBD.


Border color

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

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

This div border color is #A4BDBD.


Opacity

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

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

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

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

This text has shadow with #A4BDBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDBD on black background.


Color preview on white background

This text has color #A4BDBD on white background.



Black color preview on #A4BDBD background

This text has black color on #A4BDBD background.


White color preview on #A4BDBD background

This text has white color on #A4BDBD background.