COLOR #A2BDA9

HEX: #A2BDA9
RGB: (162,189,169)

Color info

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

RGB color model

#A2BDA9 color RGB value is (162,189,169).

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

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 169 of 255 = 66%

162
189
169

R + G + B ~ 68%. #A2BDA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 169 = 520 (100%)
R 162 of 520 ~ 31.15%
G 189 of 520 ~ 36.35%
B 169 of 520 ~ 32.5%

%31.15
%36.35
%32.5

CMYK color model

#A2BDA9 color CMYK value is (14,0,11,26).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 10.58%
  • key color value is 25.88%
CMYK:
(14,0,11,26)
C14M0Y11K26 
(14%,0%,11%,26%)
(0.14/0.00/0.11/0.26)	

CMYK percentages

%14.29
%0
%10.58
%25.88

Codes

Color #A2BDA9 in popluar color models

A2BDA9
RGB162189169
HSL136°16.98%68.82%
HSB/HSV136°14.29%74.12%
CMYK14.29%0.00%10.58%
25.88%

Color #A2BDA9 in popluar number systems.

HEXA2BDA9
Decimal162189169
Binary101000101011110110101001
Octal242275251

Shades and tints

Shades of #A2BDA9

#A2BDA9
(162,189,169)
#94AC9A
(148,172,154)
#869B8B
(134,155,139)
#788A7C
(120,138,124)
#6A796D
(106,121,109)
#5C685E
(92,104,94)
#4E574F
(78,87,79)
#404640
(64,70,64)
#323531
(50,53,49)
#242422
(36,36,34)
#161313
(22,19,19)
#000000
(0,0,0)

Tints of #A2BDA9

#A2BDA9
(162,189,169)
#AAC3B0
(170,195,176)
#B2C9B7
(178,201,183)
#BACFBE
(186,207,190)
#C2D5C5
(194,213,197)
#CADBCC
(202,219,204)
#D2E1D3
(210,225,211)
#DAE7DA
(218,231,218)
#E2EDE1
(226,237,225)
#EAF3E8
(234,243,232)
#F2F9EF
(242,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BDA9; }

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

This text font color is #A2BDA9.


Background Color

.myBgColor { background-color: #A2BDA9; }

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

This div background color is #A2BDA9.


Border color

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

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

This div border color is #A2BDA9.


Opacity

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

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

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

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

This text has shadow with #A2BDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BDA9 on black background.


Color preview on white background

This text has color #A2BDA9 on white background.



Black color preview on #A2BDA9 background

This text has black color on #A2BDA9 background.


White color preview on #A2BDA9 background

This text has white color on #A2BDA9 background.