COLOR #A2BEA6

HEX: #A2BEA6 RGB: (162,190,166)

Color info

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

RGB color model

#A2BEA6 color RGB value is (162,190,166).

RGB: (162,190,166) (64%, 75%, 65%)

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 166 of 255 = 65%

162
190
166

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

Portions of RGB colors in percentages

R + G + B = 162 + 190 + 166 = 518 (100%)
R 162 of 518 ~ 31.27%
G 190 of 518 ~ 36.68%
B 166 of 518 ~ 32.05'%

%31.27
%36.68
%32.05

CMYK color model

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

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 12.63%
  • key color value is 25.49%
CMYK: (15,0,13,25) C15M0Y13K25 (15%,0%,13%,25%) (0.15/0.00/0.13/0.25) 

CMYK percentages

%14.74
%0
%12.63
%25.49

Codes

Color #A2BEA6 in popluar color models

A2 BE A6
RGB 162 190 166
HSL 129° 17.72% 69.02%
HSB/HSV 129° 14.74% 74.51%
CMYK 14.74% 0.00% 12.63%
25.49%

Color #A2BEA6 in popluar number systems.

HEX A2 BE A6
Decimal 162 190 166
Binary 10100010 10111110 10100110
Octal 242 276 246

Shades and tints

Shades of #A2BEA6

#A2BEA6
(162,190,166)
#94AD97
(148,173,151)
#869C88
(134,156,136)
#788B79
(120,139,121)
#6A7A6A
(106,122,106)
#5C695B
(92,105,91)
#4E584C
(78,88,76)
#40473D
(64,71,61)
#32362E
(50,54,46)
#24251F
(36,37,31)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #A2BEA6

#A2BEA6
(162,190,166)
#AAC3AE
(170,195,174)
#B2C8B6
(178,200,182)
#BACDBE
(186,205,190)
#C2D2C6
(194,210,198)
#CAD7CE
(202,215,206)
#D2DCD6
(210,220,214)
#DAE1DE
(218,225,222)
#E2E6E6
(226,230,230)
#EAEBEE
(234,235,238)
#F2F0F6
(242,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEA6; }

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

This text font color is #A2BEA6.

Background Color

.myBgColor { background-color: #A2BEA6; }

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

This div background color is #A2BEA6.

Border color

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

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

This div border color is #A2BEA6.

Opacity

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

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

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

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

This text has shadow with #A2BEA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A2BEA6.

Preview

Color preview on black background

This text has color #A2BEA6 on black background.


Color preview on white background

This text has color #A2BEA6 on white background.


Black color preview on #A2BEA6 background

This text has black color on #A2BEA6 background.


White color preview on #A2BEA6 background

This text has white color on #A2BEA6 background.


Related colors

Complementary color

Complementary color for #hex is #5D4159.


I love getcolorcode.com

Triadic colors

1 #A6A2BE and #BEA6A2 with #A2BEA6 are triadic colors.

2 #A6BEA2 and #BEA2A6 with #A2BEA6 are triadic colors.