COLOR #A3BD95

HEX: #A3BD95
RGB: (163,189,149)

Color info

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

RGB color model

#A3BD95 color RGB value is (163,189,149).

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

RGB channels and saturation

R 163 of 255 = 64%
G 189 of 255 = 74%
B 149 of 255 = 58%

163
189
149

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

Portions of RGB colors in percentages

R + G + B =
163 + 189 + 149 = 501 (100%)
R 163 of 501 ~ 32.53%
G 189 of 501 ~ 37.72%
B 149 of 501 ~ 29.74%

%32.53
%37.72
%29.74

CMYK color model

#A3BD95 color CMYK value is (14,0,21,26).

  • cyan value is 13.76%
  • magenta value is 0.00%
  • yellow value is 21.16%
  • key color value is 25.88%
CMYK:
(14,0,21,26)
C14M0Y21K26 
(14%,0%,21%,26%)
(0.14/0.00/0.21/0.26)	

CMYK percentages

%13.76
%0
%21.16
%25.88

Codes

Color #A3BD95 in popluar color models

A3BD95
RGB163189149
HSL99°23.26%66.27%
HSB/HSV99°21.16%74.12%
CMYK13.76%0.00%21.16%
25.88%

Color #A3BD95 in popluar number systems.

HEXA3BD95
Decimal163189149
Binary101000111011110110010101
Octal243275225

Shades and tints

Shades of #A3BD95

#A3BD95
(163,189,149)
#95AC88
(149,172,136)
#879B7B
(135,155,123)
#798A6E
(121,138,110)
#6B7961
(107,121,97)
#5D6854
(93,104,84)
#4F5747
(79,87,71)
#41463A
(65,70,58)
#33352D
(51,53,45)
#252420
(37,36,32)
#171313
(23,19,19)
#000000
(0,0,0)

Tints of #A3BD95

#A3BD95
(163,189,149)
#ABC39E
(171,195,158)
#B3C9A7
(179,201,167)
#BBCFB0
(187,207,176)
#C3D5B9
(195,213,185)
#CBDBC2
(203,219,194)
#D3E1CB
(211,225,203)
#DBE7D4
(219,231,212)
#E3EDDD
(227,237,221)
#EBF3E6
(235,243,230)
#F3F9EF
(243,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A3BD95; }

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

This text font color is #A3BD95.


Background Color

.myBgColor { background-color: #A3BD95; }

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

This div background color is #A3BD95.


Border color

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

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

This div border color is #A3BD95.


Opacity

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

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

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

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

This text has shadow with #A3BD95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A3BD95 on black background.


Color preview on white background

This text has color #A3BD95 on white background.



Black color preview on #A3BD95 background

This text has black color on #A3BD95 background.


White color preview on #A3BD95 background

This text has white color on #A3BD95 background.