COLOR #A9BEA9

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

169
190
169

R + G + B ~ 69%. #A9BEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 190 + 169 = 528 (100%)
R 169 of 528 ~ 32.01%
G 190 of 528 ~ 35.98%
B 169 of 528 ~ 32.01%

%32.01
%35.98
%32.01

CMYK color model

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

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

CMYK percentages

%11.05
%0
%11.05
%25.49

Codes

Color #A9BEA9 in popluar color models

A9BEA9
RGB169190169
HSL120°13.91%70.39%
HSB/HSV120°11.05%74.51%
CMYK11.05%0.00%11.05%
25.49%

Color #A9BEA9 in popluar number systems.

HEXA9BEA9
Decimal169190169
Binary101010011011111010101001
Octal251276251

Shades and tints

Shades of #A9BEA9

#A9BEA9
(169,190,169)
#9AAD9A
(154,173,154)
#8B9C8B
(139,156,139)
#7C8B7C
(124,139,124)
#6D7A6D
(109,122,109)
#5E695E
(94,105,94)
#4F584F
(79,88,79)
#404740
(64,71,64)
#313631
(49,54,49)
#222522
(34,37,34)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #A9BEA9

#A9BEA9
(169,190,169)
#B0C3B0
(176,195,176)
#B7C8B7
(183,200,183)
#BECDBE
(190,205,190)
#C5D2C5
(197,210,197)
#CCD7CC
(204,215,204)
#D3DCD3
(211,220,211)
#DAE1DA
(218,225,218)
#E1E6E1
(225,230,225)
#E8EBE8
(232,235,232)
#EFF0EF
(239,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9BEA9; }

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

This text font color is #A9BEA9.


Background Color

.myBgColor { background-color: #A9BEA9; }

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

This div background color is #A9BEA9.


Border color

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

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

This div border color is #A9BEA9.


Opacity

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

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

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

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

This text has shadow with #A9BEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9BEA9 on black background.


Color preview on white background

This text has color #A9BEA9 on white background.



Black color preview on #A9BEA9 background

This text has black color on #A9BEA9 background.


White color preview on #A9BEA9 background

This text has white color on #A9BEA9 background.