COLOR #A2BD9C

HEX: #A2BD9C RGB: (162,189,156)

Color info

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

RGB color model

#A2BD9C color RGB value is (162,189,156).

RGB: (162,189,156) (64%, 74%, 61%)

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 156 of 255 = 61%

162
189
156

R + G + B ~ 66%. #A2BD9C is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 189 + 156 = 507 (100%)
R 162 of 507 ~ 31.95%
G 189 of 507 ~ 37.28%
B 156 of 507 ~ 30.77'%

%31.95
%37.28
%30.77

CMYK color model

#A2BD9C color CMYK value is (14,0,17,26).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 17.46%
  • key color value is 25.88%

CMYK: (14,0,17,26)
C14M0Y17K26 (14%, 0%, 17%, 26%)
(0.14 / 0.00 / 0.17 / 0.26)

CMYK percentages

%14.29
%0
%17.46
%25.88

Codes

Color #A2BD9C in popluar color models

A2 BD 9C
RGB 162 189 156
HSL 109° 20.00% 67.65%
HSB/HSV 109° 17.46% 74.12%
CMYK 14.29% 0.00% 17.46%
25.88%

Color #A2BD9C in popluar number systems.

HEX A2 BD 9C
Decimal 162 189 156
Binary 10100010 10111101 10011100
Octal 242 275 234

Shades and tints

Shades of #A2BD9C

#A2BD9C
(162,189,156)
#94AC8E
(148,172,142)
#869B80
(134,155,128)
#788A72
(120,138,114)
#6A7964
(106,121,100)
#5C6856
(92,104,86)
#4E5748
(78,87,72)
#40463A
(64,70,58)
#32352C
(50,53,44)
#24241E
(36,36,30)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #A2BD9C

#A2BD9C
(162,189,156)
#AAC3A5
(170,195,165)
#B2C9AE
(178,201,174)
#BACFB7
(186,207,183)
#C2D5C0
(194,213,192)
#CADBC9
(202,219,201)
#D2E1D2
(210,225,210)
#DAE7DB
(218,231,219)
#E2EDE4
(226,237,228)
#EAF3ED
(234,243,237)
#F2F9F6
(242,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BD9C; }

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

This text font color is #A2BD9C.

Background Color

.myBgColor { background-color: #A2BD9C; }

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

This div background color is #A2BD9C.

Border color

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

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

This div border color is #A2BD9C.

Opacity

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

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

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

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

This text has shadow with #A2BD9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BD9C.

Preview

Color preview on black background

This text has color #A2BD9C on black background.


Color preview on white background

This text has color #A2BD9C on white background.


Black color preview on #A2BD9C background

This text has black color on #A2BD9C background.


White color preview on #A2BD9C background

This text has white color on #A2BD9C background.


Related colors

Complementary color

Complementary color for #hex is #5D4263.


I love getcolorcode.com

Triadic colors

1 #9CA2BD and #BD9CA2 with #A2BD9C are triadic colors.

2 #9CBDA2 and #BDA29C with #A2BD9C are triadic colors.