COLOR #A3BD98

HEX: #A3BD98
RGB: (163,189,152)

Color info

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

RGB color model

#A3BD98 color RGB value is (163,189,152).

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

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 152 of 255 = 60%

163
189
152

R + G + B ~ 66%. #A3BD98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
163 + 189 + 152 = 504 (100%)
R 163 of 504 ~ 32.34%
G 189 of 504 ~ 37.5%
B 152 of 504 ~ 30.16%

%32.34
%37.5
%30.16

CMYK color model

#A3BD98 color CMYK value is (14,0,20,26).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 19.58%
  • key color value is 25.88%
CMYK:
(14,0,20,26)
C14M0Y20K26 
(14%,0%,20%,26%)
(0.14/0.00/0.20/0.26)	

CMYK percentages

%13.76
%0
%19.58
%25.88

Codes

Color #A3BD98 in popluar color models

A3BD98
RGB163189152
HSL102°21.89%66.86%
HSB/HSV102°19.58%74.12%
CMYK13.76%0.00%19.58%
25.88%

Color #A3BD98 in popluar number systems.

HEXA3BD98
Decimal163189152
Binary101000111011110110011000
Octal243275230

Shades and tints

Shades of #A3BD98

#A3BD98
(163,189,152)
#95AC8B
(149,172,139)
#879B7E
(135,155,126)
#798A71
(121,138,113)
#6B7964
(107,121,100)
#5D6857
(93,104,87)
#4F574A
(79,87,74)
#41463D
(65,70,61)
#333530
(51,53,48)
#252423
(37,36,35)
#171316
(23,19,22)
#000000
(0,0,0)

Tints of #A3BD98

#A3BD98
(163,189,152)
#ABC3A1
(171,195,161)
#B3C9AA
(179,201,170)
#BBCFB3
(187,207,179)
#C3D5BC
(195,213,188)
#CBDBC5
(203,219,197)
#D3E1CE
(211,225,206)
#DBE7D7
(219,231,215)
#E3EDE0
(227,237,224)
#EBF3E9
(235,243,233)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BD98; }

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

This text font color is #A3BD98.


Background Color

.myBgColor { background-color: #A3BD98; }

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

This div background color is #A3BD98.


Border color

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

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

This div border color is #A3BD98.


Opacity

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

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

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

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

This text has shadow with #A3BD98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BD98 on black background.


Color preview on white background

This text has color #A3BD98 on white background.



Black color preview on #A3BD98 background

This text has black color on #A3BD98 background.


White color preview on #A3BD98 background

This text has white color on #A3BD98 background.