COLOR #A5BD9F

HEX: #A5BD9F RGB: (165,189,159)

Color info

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

RGB color model

#A5BD9F color RGB value is (165,189,159).

RGB: (165,189,159) (65%, 74%, 62%)

RGB channels and saturation

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

165
189
159

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

Portions of RGB colors in percentages

R + G + B = 165 + 189 + 159 = 513 (100%)
R 165 of 513 ~ 32.16%
G 189 of 513 ~ 36.84%
B 159 of 513 ~ 30.99'%

%32.16
%36.84
%30.99

CMYK color model

#A5BD9F color CMYK value is (13,0,16,26).

  • cyan value is 12.70%
  • magenta value is 0.00%
  • yellow value is 15.87%
  • key color value is 25.88%

CMYK: (13,0,16,26)
C13M0Y16K26 (13%, 0%, 16%, 26%)
(0.13 / 0.00 / 0.16 / 0.26)

CMYK percentages

%12.7
%0
%15.87
%25.88

Codes

Color #A5BD9F in popluar color models

A5 BD 9F
RGB 165 189 159
HSL 108° 18.52% 68.24%
HSB/HSV 108° 15.87% 74.12%
CMYK 12.70% 0.00% 15.87%
25.88%

Color #A5BD9F in popluar number systems.

HEX A5 BD 9F
Decimal 165 189 159
Binary 10100101 10111101 10011111
Octal 245 275 237

Shades and tints

Shades of #A5BD9F

#A5BD9F
(165,189,159)
#96AC91
(150,172,145)
#879B83
(135,155,131)
#788A75
(120,138,117)
#697967
(105,121,103)
#5A6859
(90,104,89)
#4B574B
(75,87,75)
#3C463D
(60,70,61)
#2D352F
(45,53,47)
#1E2421
(30,36,33)
#0F1313
(15,19,19)
#000000
(0,0,0)

Tints of #A5BD9F

#A5BD9F
(165,189,159)
#ADC3A7
(173,195,167)
#B5C9AF
(181,201,175)
#BDCFB7
(189,207,183)
#C5D5BF
(197,213,191)
#CDDBC7
(205,219,199)
#D5E1CF
(213,225,207)
#DDE7D7
(221,231,215)
#E5EDDF
(229,237,223)
#EDF3E7
(237,243,231)
#F5F9EF
(245,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5BD9F; }

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

This text font color is #A5BD9F.

Background Color

.myBgColor { background-color: #A5BD9F; }

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

This div background color is #A5BD9F.

Border color

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

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

This div border color is #A5BD9F.

Opacity

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

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

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

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

This text has shadow with #A5BD9F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5BD9F.

Preview

Color preview on black background

This text has color #A5BD9F on black background.


Color preview on white background

This text has color #A5BD9F on white background.


Black color preview on #A5BD9F background

This text has black color on #A5BD9F background.


White color preview on #A5BD9F background

This text has white color on #A5BD9F background.


Related colors

Complementary color

Complementary color for #hex is #5A4260.


I love getcolorcode.com

Triadic colors

1 #9FA5BD and #BD9FA5 with #A5BD9F are triadic colors.

2 #9FBDA5 and #BDA59F with #A5BD9F are triadic colors.