COLOR #A9BEBD

HEX: #A9BEBD
RGB: (169,190,189)

Color info

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

RGB color model

#A9BEBD color RGB value is (169,190,189).

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

RGB channels and saturation

R 169 of 255 = 66%
G 190 of 255 = 75%
B 189 of 255 = 74%

169
190
189

R + G + B ~ 72%. #A9BEBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 189 = 548 (100%)
R 169 of 548 ~ 30.84%
G 190 of 548 ~ 34.67%
B 189 of 548 ~ 34.49%

%30.84
%34.67
%34.49

CMYK color model

#A9BEBD color CMYK value is (11,0,1,25).

  • cyan value is 11.05%
  • magenta value is 0.00%
  • yellow value is 0.53%
  • key color value is 25.49%
CMYK:
(11,0,1,25)
C11M0Y1K25 
(11%,0%,1%,25%)
(0.11/0.00/0.01/0.25)	

CMYK percentages

%11.05
%0
%0.53
%25.49

Codes

Color #A9BEBD in popluar color models

A9BEBD
RGB169190189
HSL177°13.91%70.39%
HSB/HSV177°11.05%74.51%
CMYK11.05%0.00%0.53%
25.49%

Color #A9BEBD in popluar number systems.

HEXA9BEBD
Decimal169190189
Binary101010011011111010111101
Octal251276275

Shades and tints

Shades of #A9BEBD

#A9BEBD
(169,190,189)
#9AADAC
(154,173,172)
#8B9C9B
(139,156,155)
#7C8B8A
(124,139,138)
#6D7A79
(109,122,121)
#5E6968
(94,105,104)
#4F5857
(79,88,87)
#404746
(64,71,70)
#313635
(49,54,53)
#222524
(34,37,36)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A9BEBD

#A9BEBD
(169,190,189)
#B0C3C3
(176,195,195)
#B7C8C9
(183,200,201)
#BECDCF
(190,205,207)
#C5D2D5
(197,210,213)
#CCD7DB
(204,215,219)
#D3DCE1
(211,220,225)
#DAE1E7
(218,225,231)
#E1E6ED
(225,230,237)
#E8EBF3
(232,235,243)
#EFF0F9
(239,240,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BEBD; }

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

This text font color is #A9BEBD.


Background Color

.myBgColor { background-color: #A9BEBD; }

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

This div background color is #A9BEBD.


Border color

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

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

This div border color is #A9BEBD.


Opacity

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

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

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

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

This text has shadow with #A9BEBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BEBD on black background.


Color preview on white background

This text has color #A9BEBD on white background.



Black color preview on #A9BEBD background

This text has black color on #A9BEBD background.


White color preview on #A9BEBD background

This text has white color on #A9BEBD background.