COLOR #A5BF9D

HEX: #A5BF9D
RGB: (165,191,157)

Color info

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

RGB color model

#A5BF9D color RGB value is (165,191,157).

  • red value is 165;
  • green value is 191;
  • blue value is 157.
RGB:
(165,191,157)
(65%,75%,62%)

RGB channels and saturation

R 165 of 255 = 65%
G 191 of 255 = 75%
B 157 of 255 = 62%

165
191
157

R + G + B ~ 67%. #A5BF9D is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 191 + 157 = 513 (100%)
R 165 of 513 ~ 32.16%
G 191 of 513 ~ 37.23%
B 157 of 513 ~ 30.6%

%32.16
%37.23
%30.6

CMYK color model

#A5BF9D color CMYK value is (14,0,18,25).

  • cyan value is 13.61%
  • magenta value is 0.00%
  • yellow value is 17.80%
  • key color value is 25.10%
CMYK:
(14,0,18,25)
C14M0Y18K25 
(14%,0%,18%,25%)
(0.14/0.00/0.18/0.25)	

CMYK percentages

%13.61
%0
%17.8
%25.1

Codes

Color #A5BF9D in popluar color models

A5BF9D
RGB165191157
HSL106°20.99%68.24%
HSB/HSV106°17.80%74.90%
CMYK13.61%0.00%17.80%
25.10%

Color #A5BF9D in popluar number systems.

HEXA5BF9D
Decimal165191157
Binary101001011011111110011101
Octal245277235

Shades and tints

Shades of #A5BF9D

#A5BF9D
(165,191,157)
#96AE8F
(150,174,143)
#879D81
(135,157,129)
#788C73
(120,140,115)
#697B65
(105,123,101)
#5A6A57
(90,106,87)
#4B5949
(75,89,73)
#3C483B
(60,72,59)
#2D372D
(45,55,45)
#1E261F
(30,38,31)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A5BF9D

#A5BF9D
(165,191,157)
#ADC4A5
(173,196,165)
#B5C9AD
(181,201,173)
#BDCEB5
(189,206,181)
#C5D3BD
(197,211,189)
#CDD8C5
(205,216,197)
#D5DDCD
(213,221,205)
#DDE2D5
(221,226,213)
#E5E7DD
(229,231,221)
#EDECE5
(237,236,229)
#F5F1ED
(245,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5BF9D color. Also use rgb(165,191,157) instead hex code.

Text Font Color

.myTextColor { color: #A5BF9D; }

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

This text font color is #A5BF9D.


Background Color

.myBgColor { background-color: #A5BF9D; }

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

This div background color is #A5BF9D.


Border color

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

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

This div border color is #A5BF9D.


Opacity

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

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

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

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

This text has shadow with #A5BF9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BF9D on black background.


Color preview on white background

This text has color #A5BF9D on white background.



Black color preview on #A5BF9D background

This text has black color on #A5BF9D background.


White color preview on #A5BF9D background

This text has white color on #A5BF9D background.