COLOR #A5C9AC

HEX: #A5C9AC
RGB: (165,201,172)

Color info

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

RGB color model

#A5C9AC color RGB value is (165,201,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 201 of 255 = 79%
B 172 of 255 = 67%

165
201
172

R + G + B ~ 70%. #A5C9AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 201 + 172 = 538 (100%)
R 165 of 538 ~ 30.67%
G 201 of 538 ~ 37.36%
B 172 of 538 ~ 31.97%

%30.67
%37.36
%31.97

CMYK color model

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

  • cyan value is 17.91%
  • magenta value is 0.00%
  • yellow value is 14.43%
  • 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
%14.43
%21.18

Codes

Color #A5C9AC in popluar color models

A5C9AC
RGB165201172
HSL132°25.00%71.76%
HSB/HSV132°17.91%78.82%
CMYK17.91%0.00%14.43%
21.18%

Color #A5C9AC in popluar number systems.

HEXA5C9AC
Decimal165201172
Binary101001011100100110101100
Octal245311254

Shades and tints

Shades of #A5C9AC

#A5C9AC
(165,201,172)
#96B79D
(150,183,157)
#87A58E
(135,165,142)
#78937F
(120,147,127)
#698170
(105,129,112)
#5A6F61
(90,111,97)
#4B5D52
(75,93,82)
#3C4B43
(60,75,67)
#2D3934
(45,57,52)
#1E2725
(30,39,37)
#0F1516
(15,21,22)
#000000
(0,0,0)

Tints of #A5C9AC

#A5C9AC
(165,201,172)
#ADCDB3
(173,205,179)
#B5D1BA
(181,209,186)
#BDD5C1
(189,213,193)
#C5D9C8
(197,217,200)
#CDDDCF
(205,221,207)
#D5E1D6
(213,225,214)
#DDE5DD
(221,229,221)
#E5E9E4
(229,233,228)
#EDEDEB
(237,237,235)
#F5F1F2
(245,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C9AC; }

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

This text font color is #A5C9AC.


Background Color

.myBgColor { background-color: #A5C9AC; }

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

This div background color is #A5C9AC.


Border color

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

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

This div border color is #A5C9AC.


Opacity

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

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

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

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

This text has shadow with #A5C9AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C9AC on black background.


Color preview on white background

This text has color #A5C9AC on white background.



Black color preview on #A5C9AC background

This text has black color on #A5C9AC background.


White color preview on #A5C9AC background

This text has white color on #A5C9AC background.