COLOR #A3B798

HEX: #A3B798
RGB: (163,183,152)

Color info

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

RGB color model

#A3B798 color RGB value is (163,183,152).

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

RGB channels and saturation

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

163
183
152

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

Portions of RGB colors in percentages

R + G + B =
163 + 183 + 152 = 498 (100%)
R 163 of 498 ~ 32.73%
G 183 of 498 ~ 36.75%
B 152 of 498 ~ 30.52%

%32.73
%36.75
%30.52

CMYK color model

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

  • cyan value is 10.93%
  • 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

%10.93
%0
%16.94
%28.24

Codes

Color #A3B798 in popluar color models

A3B798
RGB163183152
HSL99°17.71%65.69%
HSB/HSV99°16.94%71.76%
CMYK10.93%0.00%16.94%
28.24%

Color #A3B798 in popluar number systems.

HEXA3B798
Decimal163183152
Binary101000111011011110011000
Octal243267230

Shades and tints

Shades of #A3B798

#A3B798
(163,183,152)
#95A78B
(149,167,139)
#87977E
(135,151,126)
#798771
(121,135,113)
#6B7764
(107,119,100)
#5D6757
(93,103,87)
#4F574A
(79,87,74)
#41473D
(65,71,61)
#333730
(51,55,48)
#252723
(37,39,35)
#171716
(23,23,22)
#000000
(0,0,0)

Tints of #A3B798

#A3B798
(163,183,152)
#ABBDA1
(171,189,161)
#B3C3AA
(179,195,170)
#BBC9B3
(187,201,179)
#C3CFBC
(195,207,188)
#CBD5C5
(203,213,197)
#D3DBCE
(211,219,206)
#DBE1D7
(219,225,215)
#E3E7E0
(227,231,224)
#EBEDE9
(235,237,233)
#F3F3F2
(243,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3B798; }

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

This text font color is #A3B798.


Background Color

.myBgColor { background-color: #A3B798; }

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

This div background color is #A3B798.


Border color

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

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

This div border color is #A3B798.


Opacity

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

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

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

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

This text has shadow with #A3B798 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3B798 on black background.


Color preview on white background

This text has color #A3B798 on white background.



Black color preview on #A3B798 background

This text has black color on #A3B798 background.


White color preview on #A3B798 background

This text has white color on #A3B798 background.