COLOR #A2BEAC

HEX: #A2BEAC
RGB: (162,190,172)

Color info

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

RGB color model

#A2BEAC color RGB value is (162,190,172).

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

RGB channels and saturation

R 162 of 255 = 64%
G 190 of 255 = 75%
B 172 of 255 = 67%

162
190
172

R + G + B ~ 69%. #A2BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 190 + 172 = 524 (100%)
R 162 of 524 ~ 30.92%
G 190 of 524 ~ 36.26%
B 172 of 524 ~ 32.82%

%30.92
%36.26
%32.82

CMYK color model

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

  • cyan value is 14.74%
  • magenta value is 0.00%
  • yellow value is 9.47%
  • key color value is 25.49%
CMYK:
(15,0,9,25)
C15M0Y9K25 
(15%,0%,9%,25%)
(0.15/0.00/0.09/0.25)	

CMYK percentages

%14.74
%0
%9.47
%25.49

Codes

Color #A2BEAC in popluar color models

A2BEAC
RGB162190172
HSL141°17.72%69.02%
HSB/HSV141°14.74%74.51%
CMYK14.74%0.00%9.47%
25.49%

Color #A2BEAC in popluar number systems.

HEXA2BEAC
Decimal162190172
Binary101000101011111010101100
Octal242276254

Shades and tints

Shades of #A2BEAC

#A2BEAC
(162,190,172)
#94AD9D
(148,173,157)
#869C8E
(134,156,142)
#788B7F
(120,139,127)
#6A7A70
(106,122,112)
#5C6961
(92,105,97)
#4E5852
(78,88,82)
#404743
(64,71,67)
#323634
(50,54,52)
#242525
(36,37,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #A2BEAC

#A2BEAC
(162,190,172)
#AAC3B3
(170,195,179)
#B2C8BA
(178,200,186)
#BACDC1
(186,205,193)
#C2D2C8
(194,210,200)
#CAD7CF
(202,215,207)
#D2DCD6
(210,220,214)
#DAE1DD
(218,225,221)
#E2E6E4
(226,230,228)
#EAEBEB
(234,235,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A2BEAC; }

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

This text font color is #A2BEAC.


Background Color

.myBgColor { background-color: #A2BEAC; }

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

This div background color is #A2BEAC.


Border color

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

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

This div border color is #A2BEAC.


Opacity

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

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

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

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

This text has shadow with #A2BEAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2BEAC on black background.


Color preview on white background

This text has color #A2BEAC on white background.



Black color preview on #A2BEAC background

This text has black color on #A2BEAC background.


White color preview on #A2BEAC background

This text has white color on #A2BEAC background.