COLOR #A4BDBE

HEX: #A4BDBE
RGB: (164,189,190)

Color info

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

RGB color model

#A4BDBE color RGB value is (164,189,190).

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

RGB channels and saturation

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

164
189
190

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

Portions of RGB colors in percentages

R + G + B =
164 + 189 + 190 = 543 (100%)
R 164 of 543 ~ 30.2%
G 189 of 543 ~ 34.81%
B 190 of 543 ~ 34.99%

%30.2
%34.81
%34.99

CMYK color model

#A4BDBE color CMYK value is (14,1,0,25).

  • cyan value is 13.68%
  • magenta value is 0.53%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(14,1,0,25)
C14M1Y0K25 
(14%,1%,0%,25%)
(0.14/0.01/0.00/0.25)	

CMYK percentages

%13.68
%0.53
%0
%25.49

Codes

Color #A4BDBE in popluar color models

A4BDBE
RGB164189190
HSL182°16.67%69.41%
HSB/HSV182°13.68%74.51%
CMYK13.68%0.53%0.00%
25.49%

Color #A4BDBE in popluar number systems.

HEXA4BDBE
Decimal164189190
Binary101001001011110110111110
Octal244275276

Shades and tints

Shades of #A4BDBE

#A4BDBE
(164,189,190)
#96ACAD
(150,172,173)
#889B9C
(136,155,156)
#7A8A8B
(122,138,139)
#6C797A
(108,121,122)
#5E6869
(94,104,105)
#505758
(80,87,88)
#424647
(66,70,71)
#343536
(52,53,54)
#262425
(38,36,37)
#181314
(24,19,20)
#000000
(0,0,0)

Tints of #A4BDBE

#A4BDBE
(164,189,190)
#ACC3C3
(172,195,195)
#B4C9C8
(180,201,200)
#BCCFCD
(188,207,205)
#C4D5D2
(196,213,210)
#CCDBD7
(204,219,215)
#D4E1DC
(212,225,220)
#DCE7E1
(220,231,225)
#E4EDE6
(228,237,230)
#ECF3EB
(236,243,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A4BDBE; }

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

This text font color is #A4BDBE.


Background Color

.myBgColor { background-color: #A4BDBE; }

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

This div background color is #A4BDBE.


Border color

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

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

This div border color is #A4BDBE.


Opacity

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

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

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

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

This text has shadow with #A4BDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4BDBE on black background.


Color preview on white background

This text has color #A4BDBE on white background.



Black color preview on #A4BDBE background

This text has black color on #A4BDBE background.


White color preview on #A4BDBE background

This text has white color on #A4BDBE background.