COLOR #A2BEA5

HEX: #A2BEA5
RGB: (162,190,165)

Color info

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

RGB color model

#A2BEA5 color RGB value is (162,190,165).

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

RGB channels and saturation

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

162
190
165

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

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 165 = 517 (100%)
R 162 of 517 ~ 31.33%
G 190 of 517 ~ 36.75%
B 165 of 517 ~ 31.91%

%31.33
%36.75
%31.91

CMYK color model

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

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • 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
%13.16
%25.49

Codes

Color #A2BEA5 in popluar color models

A2BEA5
RGB162190165
HSL126°17.72%69.02%
HSB/HSV126°14.74%74.51%
CMYK14.74%0.00%13.16%
25.49%

Color #A2BEA5 in popluar number systems.

HEXA2BEA5
Decimal162190165
Binary101000101011111010100101
Octal242276245

Shades and tints

Shades of #A2BEA5

#A2BEA5
(162,190,165)
#94AD96
(148,173,150)
#869C87
(134,156,135)
#788B78
(120,139,120)
#6A7A69
(106,122,105)
#5C695A
(92,105,90)
#4E584B
(78,88,75)
#40473C
(64,71,60)
#32362D
(50,54,45)
#24251E
(36,37,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #A2BEA5

#A2BEA5
(162,190,165)
#AAC3AD
(170,195,173)
#B2C8B5
(178,200,181)
#BACDBD
(186,205,189)
#C2D2C5
(194,210,197)
#CAD7CD
(202,215,205)
#D2DCD5
(210,220,213)
#DAE1DD
(218,225,221)
#E2E6E5
(226,230,229)
#EAEBED
(234,235,237)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEA5; }

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

This text font color is #A2BEA5.


Background Color

.myBgColor { background-color: #A2BEA5; }

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

This div background color is #A2BEA5.


Border color

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

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

This div border color is #A2BEA5.


Opacity

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

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

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

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

This text has shadow with #A2BEA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEA5 on black background.


Color preview on white background

This text has color #A2BEA5 on white background.



Black color preview on #A2BEA5 background

This text has black color on #A2BEA5 background.


White color preview on #A2BEA5 background

This text has white color on #A2BEA5 background.