COLOR #A5BD9D

HEX: #A5BD9D
RGB: (165,189,157)

Color info

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

RGB color model

#A5BD9D color RGB value is (165,189,157).

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

RGB channels and saturation

R 165 of 255 = 65%
G 189 of 255 = 74%
B 157 of 255 = 62%

165
189
157

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

Portions of RGB colors in percentages

R + G + B =
165 + 189 + 157 = 511 (100%)
R 165 of 511 ~ 32.29%
G 189 of 511 ~ 36.99%
B 157 of 511 ~ 30.72%

%32.29
%36.99
%30.72

CMYK color model

#A5BD9D color CMYK value is (13,0,17,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 16.93%
  • key color value is 25.88%
CMYK:
(13,0,17,26)
C13M0Y17K26 
(13%,0%,17%,26%)
(0.13/0.00/0.17/0.26)	

CMYK percentages

%12.7
%0
%16.93
%25.88

Codes

Color #A5BD9D in popluar color models

A5BD9D
RGB165189157
HSL105°19.51%67.84%
HSB/HSV105°16.93%74.12%
CMYK12.70%0.00%16.93%
25.88%

Color #A5BD9D in popluar number systems.

HEXA5BD9D
Decimal165189157
Binary101001011011110110011101
Octal245275235

Shades and tints

Shades of #A5BD9D

#A5BD9D
(165,189,157)
#96AC8F
(150,172,143)
#879B81
(135,155,129)
#788A73
(120,138,115)
#697965
(105,121,101)
#5A6857
(90,104,87)
#4B5749
(75,87,73)
#3C463B
(60,70,59)
#2D352D
(45,53,45)
#1E241F
(30,36,31)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #A5BD9D

#A5BD9D
(165,189,157)
#ADC3A5
(173,195,165)
#B5C9AD
(181,201,173)
#BDCFB5
(189,207,181)
#C5D5BD
(197,213,189)
#CDDBC5
(205,219,197)
#D5E1CD
(213,225,205)
#DDE7D5
(221,231,213)
#E5EDDD
(229,237,221)
#EDF3E5
(237,243,229)
#F5F9ED
(245,249,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BD9D; }

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

This text font color is #A5BD9D.


Background Color

.myBgColor { background-color: #A5BD9D; }

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

This div background color is #A5BD9D.


Border color

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

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

This div border color is #A5BD9D.


Opacity

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

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

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

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

This text has shadow with #A5BD9D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5BD9D on black background.


Color preview on white background

This text has color #A5BD9D on white background.



Black color preview on #A5BD9D background

This text has black color on #A5BD9D background.


White color preview on #A5BD9D background

This text has white color on #A5BD9D background.