COLOR #A9BEBE

HEX: #A9BEBE
RGB: (169,190,190)

Color info

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

RGB color model

#A9BEBE color RGB value is (169,190,190).

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

RGB channels and saturation

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

169
190
190

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

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 190 = 549 (100%)
R 169 of 549 ~ 30.78%
G 190 of 549 ~ 34.61%
B 190 of 549 ~ 34.61%

%30.78
%34.61
%34.61

CMYK color model

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

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

CMYK percentages

%11.05
%0
%0
%25.49

Codes

Color #A9BEBE in popluar color models

A9BEBE
RGB169190190
HSL180°13.91%70.39%
HSB/HSV180°11.05%74.51%
CMYK11.05%0.00%0.00%
25.49%

Color #A9BEBE in popluar number systems.

HEXA9BEBE
Decimal169190190
Binary101010011011111010111110
Octal251276276

Shades and tints

Shades of #A9BEBE

#A9BEBE
(169,190,190)
#9AADAD
(154,173,173)
#8B9C9C
(139,156,156)
#7C8B8B
(124,139,139)
#6D7A7A
(109,122,122)
#5E6969
(94,105,105)
#4F5858
(79,88,88)
#404747
(64,71,71)
#313636
(49,54,54)
#222525
(34,37,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #A9BEBE

#A9BEBE
(169,190,190)
#B0C3C3
(176,195,195)
#B7C8C8
(183,200,200)
#BECDCD
(190,205,205)
#C5D2D2
(197,210,210)
#CCD7D7
(204,215,215)
#D3DCDC
(211,220,220)
#DAE1E1
(218,225,225)
#E1E6E6
(225,230,230)
#E8EBEB
(232,235,235)
#EFF0F0
(239,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BEBE; }

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

This text font color is #A9BEBE.


Background Color

.myBgColor { background-color: #A9BEBE; }

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

This div background color is #A9BEBE.


Border color

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

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

This div border color is #A9BEBE.


Opacity

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

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

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

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

This text has shadow with #A9BEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BEBE on black background.


Color preview on white background

This text has color #A9BEBE on white background.



Black color preview on #A9BEBE background

This text has black color on #A9BEBE background.


White color preview on #A9BEBE background

This text has white color on #A9BEBE background.