COLOR #A2BE8F

HEX: #A2BE8F RGB: (162,190,143)

Color info

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

RGB color model

#A2BE8F color RGB value is (162,190,143).

RGB: (162,190,143) (64%, 75%, 56%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 143 of 255 = 56%

162
190
143

R + G + B ~ 65%. #A2BE8F is quite light color.

Portions of RGB colors in percentages

R + G + B = 162 + 190 + 143 = 495 (100%)
R 162 of 495 ~ 32.73%
G 190 of 495 ~ 38.38%
B 143 of 495 ~ 28.89'%

%32.73
%38.38
%28.89

CMYK color model

#A2BE8F color CMYK value is (15,0,25,25).

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 24.74%
  • key color value is 25.49%

CMYK: (15,0,25,25)
C15M0Y25K25 (15%, 0%, 25%, 25%)
(0.15 / 0.00 / 0.25 / 0.25)

CMYK percentages

%14.74
%0
%24.74
%25.49

Codes

Color #A2BE8F in popluar color models

A2 BE 8F
RGB 162 190 143
HSL 96° 26.55% 65.29%
HSB/HSV 96° 24.74% 74.51%
CMYK 14.74% 0.00% 24.74%
25.49%

Color #A2BE8F in popluar number systems.

HEX A2 BE 8F
Decimal 162 190 143
Binary 10100010 10111110 10001111
Octal 242 276 217

Shades and tints

Shades of #A2BE8F

#A2BE8F
(162,190,143)
#94AD82
(148,173,130)
#869C75
(134,156,117)
#788B68
(120,139,104)
#6A7A5B
(106,122,91)
#5C694E
(92,105,78)
#4E5841
(78,88,65)
#404734
(64,71,52)
#323627
(50,54,39)
#24251A
(36,37,26)
#16140D
(22,20,13)
#000000
(0,0,0)

Tints of #A2BE8F

#A2BE8F
(162,190,143)
#AAC399
(170,195,153)
#B2C8A3
(178,200,163)
#BACDAD
(186,205,173)
#C2D2B7
(194,210,183)
#CAD7C1
(202,215,193)
#D2DCCB
(210,220,203)
#DAE1D5
(218,225,213)
#E2E6DF
(226,230,223)
#EAEBE9
(234,235,233)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BE8F; }

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

This text font color is #A2BE8F.

Background Color

.myBgColor { background-color: #A2BE8F; }

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

This div background color is #A2BE8F.

Border color

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

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

This div border color is #A2BE8F.

Opacity

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

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

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

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

This text has shadow with #A2BE8F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BE8F.

Preview

Color preview on black background

This text has color #A2BE8F on black background.


Color preview on white background

This text has color #A2BE8F on white background.


Black color preview on #A2BE8F background

This text has black color on #A2BE8F background.


White color preview on #A2BE8F background

This text has white color on #A2BE8F background.


Related colors

Complementary color

Complementary color for #hex is #5D4170.


I love getcolorcode.com

Triadic colors

1 #8FA2BE and #BE8FA2 with #A2BE8F are triadic colors.

2 #8FBEA2 and #BEA28F with #A2BE8F are triadic colors.