COLOR #A2B798

HEX: #A2B798
RGB: (162,183,152)

Color info

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

RGB color model

#A2B798 color RGB value is (162,183,152).

  • red value is 162;
  • green value is 183;
  • blue value is 152.
RGB:
(162,183,152)
(64%,72%,60%)

RGB channels and saturation

R 162 of 255 = 64%
G 183 of 255 = 72%
B 152 of 255 = 60%

162
183
152

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

Portions of RGB colors in percentages

R + G + B =
162 + 183 + 152 = 497 (100%)
R 162 of 497 ~ 32.6%
G 183 of 497 ~ 36.82%
B 152 of 497 ~ 30.58%

%32.6
%36.82
%30.58

CMYK color model

#A2B798 color CMYK value is (11,0,17,28).

  • cyan value is 11.48%
  • magenta value is 0.00%
  • yellow value is 16.94%
  • key color value is 28.24%
CMYK:
(11,0,17,28)
C11M0Y17K28 
(11%,0%,17%,28%)
(0.11/0.00/0.17/0.28)	

CMYK percentages

%11.48
%0
%16.94
%28.24

Codes

Color #A2B798 in popluar color models

A2B798
RGB162183152
HSL101°17.71%65.69%
HSB/HSV101°16.94%71.76%
CMYK11.48%0.00%16.94%
28.24%

Color #A2B798 in popluar number systems.

HEXA2B798
Decimal162183152
Binary101000101011011110011000
Octal242267230

Shades and tints

Shades of #A2B798

#A2B798
(162,183,152)
#94A78B
(148,167,139)
#86977E
(134,151,126)
#788771
(120,135,113)
#6A7764
(106,119,100)
#5C6757
(92,103,87)
#4E574A
(78,87,74)
#40473D
(64,71,61)
#323730
(50,55,48)
#242723
(36,39,35)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #A2B798

#A2B798
(162,183,152)
#AABDA1
(170,189,161)
#B2C3AA
(178,195,170)
#BAC9B3
(186,201,179)
#C2CFBC
(194,207,188)
#CAD5C5
(202,213,197)
#D2DBCE
(210,219,206)
#DAE1D7
(218,225,215)
#E2E7E0
(226,231,224)
#EAEDE9
(234,237,233)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A2B798 color. Also use rgb(162,183,152) instead hex code.

Text Font Color

.myTextColor { color: #A2B798; }

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

This text font color is #A2B798.


Background Color

.myBgColor { background-color: #A2B798; }

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

This div background color is #A2B798.


Border color

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

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

This div border color is #A2B798.


Opacity

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

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

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

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

This text has shadow with #A2B798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A2B798 on black background.


Color preview on white background

This text has color #A2B798 on white background.



Black color preview on #A2B798 background

This text has black color on #A2B798 background.


White color preview on #A2B798 background

This text has white color on #A2B798 background.