COLOR #A2BD7C

HEX: #A2BD7C
RGB: (162,189,124)

Color info

#A2BD7C contains mainly red and green colors. Web safe color of #A2BD7C is #99CC66 (or #9C6).

RGB color model

#A2BD7C color RGB value is (162,189,124).

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

RGB channels and saturation

R 162 of 255 = 64%
G 189 of 255 = 74%
B 124 of 255 = 49%

162
189
124

R + G + B ~ 62%. #A2BD7C is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 189 + 124 = 475 (100%)
R 162 of 475 ~ 34.11%
G 189 of 475 ~ 39.79%
B 124 of 475 ~ 26.11%

%34.11
%39.79
%26.11

CMYK color model

#A2BD7C color CMYK value is (14,0,34,26).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 34.39%
  • key color value is 25.88%
CMYK:
(14,0,34,26)
C14M0Y34K26 
(14%,0%,34%,26%)
(0.14/0.00/0.34/0.26)	

CMYK percentages

%14.29
%0
%34.39
%25.88

Codes

Color #A2BD7C in popluar color models

A2BD7C
RGB162189124
HSL85°32.99%61.37%
HSB/HSV85°34.39%74.12%
CMYK14.29%0.00%34.39%
25.88%

Color #A2BD7C in popluar number systems.

HEXA2BD7C
Decimal162189124
Binary10100010101111011111100
Octal242275174

Shades and tints

Shades of #A2BD7C

#A2BD7C
(162,189,124)
#94AC71
(148,172,113)
#869B66
(134,155,102)
#788A5B
(120,138,91)
#6A7950
(106,121,80)
#5C6845
(92,104,69)
#4E573A
(78,87,58)
#40462F
(64,70,47)
#323524
(50,53,36)
#242419
(36,36,25)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #A2BD7C

#A2BD7C
(162,189,124)
#AAC387
(170,195,135)
#B2C992
(178,201,146)
#BACF9D
(186,207,157)
#C2D5A8
(194,213,168)
#CADBB3
(202,219,179)
#D2E1BE
(210,225,190)
#DAE7C9
(218,231,201)
#E2EDD4
(226,237,212)
#EAF3DF
(234,243,223)
#F2F9EA
(242,249,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BD7C; }

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

This text font color is #A2BD7C.


Background Color

.myBgColor { background-color: #A2BD7C; }

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

This div background color is #A2BD7C.


Border color

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

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

This div border color is #A2BD7C.


Opacity

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

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

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

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

This text has shadow with #A2BD7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BD7C on black background.


Color preview on white background

This text has color #A2BD7C on white background.



Black color preview on #A2BD7C background

This text has black color on #A2BD7C background.


White color preview on #A2BD7C background

This text has white color on #A2BD7C background.