COLOR #A5C9AD

HEX: #A5C9AD
RGB: (165,201,173)

Color info

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

RGB color model

#A5C9AD color RGB value is (165,201,173).

  • red value is 165;
  • green value is 201;
  • blue value is 173.
RGB:
(165,201,173)
(65%,79%,68%)

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 173 of 255 = 68%

165
201
173

R + G + B ~ 71%. #A5C9AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 173 = 539 (100%)
R 165 of 539 ~ 30.61%
G 201 of 539 ~ 37.29%
B 173 of 539 ~ 32.1%

%30.61
%37.29
%32.1

CMYK color model

#A5C9AD color CMYK value is (18,0,14,21).

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 13.93%
  • key color value is 21.18%
CMYK:
(18,0,14,21)
C18M0Y14K21 
(18%,0%,14%,21%)
(0.18/0.00/0.14/0.21)	

CMYK percentages

%17.91
%0
%13.93
%21.18

Codes

Color #A5C9AD in popluar color models

A5C9AD
RGB165201173
HSL133°25.00%71.76%
HSB/HSV133°17.91%78.82%
CMYK17.91%0.00%13.93%
21.18%

Color #A5C9AD in popluar number systems.

HEXA5C9AD
Decimal165201173
Binary101001011100100110101101
Octal245311255

Shades and tints

Shades of #A5C9AD

#A5C9AD
(165,201,173)
#96B79E
(150,183,158)
#87A58F
(135,165,143)
#789380
(120,147,128)
#698171
(105,129,113)
#5A6F62
(90,111,98)
#4B5D53
(75,93,83)
#3C4B44
(60,75,68)
#2D3935
(45,57,53)
#1E2726
(30,39,38)
#0F1517
(15,21,23)
#000000
(0,0,0)

Tints of #A5C9AD

#A5C9AD
(165,201,173)
#ADCDB4
(173,205,180)
#B5D1BB
(181,209,187)
#BDD5C2
(189,213,194)
#C5D9C9
(197,217,201)
#CDDDD0
(205,221,208)
#D5E1D7
(213,225,215)
#DDE5DE
(221,229,222)
#E5E9E5
(229,233,229)
#EDEDEC
(237,237,236)
#F5F1F3
(245,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5C9AD color. Also use rgb(165,201,173) instead hex code.

Text Font Color

.myTextColor { color: #A5C9AD; }

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

This text font color is #A5C9AD.


Background Color

.myBgColor { background-color: #A5C9AD; }

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

This div background color is #A5C9AD.


Border color

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

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

This div border color is #A5C9AD.


Opacity

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

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

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

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

This text has shadow with #A5C9AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C9AD on black background.


Color preview on white background

This text has color #A5C9AD on white background.



Black color preview on #A5C9AD background

This text has black color on #A5C9AD background.


White color preview on #A5C9AD background

This text has white color on #A5C9AD background.