COLOR #A2BEA7

HEX: #A2BEA7
RGB: (162,190,167)

Color info

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

RGB color model

#A2BEA7 color RGB value is (162,190,167).

  • red value is 162;
  • green value is 190;
  • blue value is 167.
RGB:
(162,190,167)
(64%,75%,65%)

RGB channels and saturation

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

162
190
167

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 167 = 519 (100%)
R 162 of 519 ~ 31.21%
G 190 of 519 ~ 36.61%
B 167 of 519 ~ 32.18%

%31.21
%36.61
%32.18

CMYK color model

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

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(15,0,12,25)
C15M0Y12K25 
(15%,0%,12%,25%)
(0.15/0.00/0.12/0.25)	

CMYK percentages

%14.74
%0
%12.11
%25.49

Codes

Color #A2BEA7 in popluar color models

A2BEA7
RGB162190167
HSL131°17.72%69.02%
HSB/HSV131°14.74%74.51%
CMYK14.74%0.00%12.11%
25.49%

Color #A2BEA7 in popluar number systems.

HEXA2BEA7
Decimal162190167
Binary101000101011111010100111
Octal242276247

Shades and tints

Shades of #A2BEA7

#A2BEA7
(162,190,167)
#94AD98
(148,173,152)
#869C89
(134,156,137)
#788B7A
(120,139,122)
#6A7A6B
(106,122,107)
#5C695C
(92,105,92)
#4E584D
(78,88,77)
#40473E
(64,71,62)
#32362F
(50,54,47)
#242520
(36,37,32)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #A2BEA7

#A2BEA7
(162,190,167)
#AAC3AF
(170,195,175)
#B2C8B7
(178,200,183)
#BACDBF
(186,205,191)
#C2D2C7
(194,210,199)
#CAD7CF
(202,215,207)
#D2DCD7
(210,220,215)
#DAE1DF
(218,225,223)
#E2E6E7
(226,230,231)
#EAEBEF
(234,235,239)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEA7; }

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

This text font color is #A2BEA7.


Background Color

.myBgColor { background-color: #A2BEA7; }

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

This div background color is #A2BEA7.


Border color

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

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

This div border color is #A2BEA7.


Opacity

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

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

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

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

This text has shadow with #A2BEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEA7 on black background.


Color preview on white background

This text has color #A2BEA7 on white background.



Black color preview on #A2BEA7 background

This text has black color on #A2BEA7 background.


White color preview on #A2BEA7 background

This text has white color on #A2BEA7 background.