COLOR #A5C6AC

HEX: #A5C6AC
RGB: (165,198,172)

Color info

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

RGB color model

#A5C6AC color RGB value is (165,198,172).

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

RGB channels and saturation

R 165 of 255 = 65%
G 198 of 255 = 78%
B 172 of 255 = 67%

165
198
172

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

Portions of RGB colors in percentages

R + G + B =
165 + 198 + 172 = 535 (100%)
R 165 of 535 ~ 30.84%
G 198 of 535 ~ 37.01%
B 172 of 535 ~ 32.15%

%30.84
%37.01
%32.15

CMYK color model

#A5C6AC color CMYK value is (17,0,13,22).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 13.13%
  • key color value is 22.35%
CMYK:
(17,0,13,22)
C17M0Y13K22 
(17%,0%,13%,22%)
(0.17/0.00/0.13/0.22)	

CMYK percentages

%16.67
%0
%13.13
%22.35

Codes

Color #A5C6AC in popluar color models

A5C6AC
RGB165198172
HSL133°22.45%71.18%
HSB/HSV133°16.67%77.65%
CMYK16.67%0.00%13.13%
22.35%

Color #A5C6AC in popluar number systems.

HEXA5C6AC
Decimal165198172
Binary101001011100011010101100
Octal245306254

Shades and tints

Shades of #A5C6AC

#A5C6AC
(165,198,172)
#96B49D
(150,180,157)
#87A28E
(135,162,142)
#78907F
(120,144,127)
#697E70
(105,126,112)
#5A6C61
(90,108,97)
#4B5A52
(75,90,82)
#3C4843
(60,72,67)
#2D3634
(45,54,52)
#1E2425
(30,36,37)
#0F1216
(15,18,22)
#000000
(0,0,0)

Tints of #A5C6AC

#A5C6AC
(165,198,172)
#ADCBB3
(173,203,179)
#B5D0BA
(181,208,186)
#BDD5C1
(189,213,193)
#C5DAC8
(197,218,200)
#CDDFCF
(205,223,207)
#D5E4D6
(213,228,214)
#DDE9DD
(221,233,221)
#E5EEE4
(229,238,228)
#EDF3EB
(237,243,235)
#F5F8F2
(245,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C6AC; }

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

This text font color is #A5C6AC.


Background Color

.myBgColor { background-color: #A5C6AC; }

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

This div background color is #A5C6AC.


Border color

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

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

This div border color is #A5C6AC.


Opacity

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

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

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

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

This text has shadow with #A5C6AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C6AC on black background.


Color preview on white background

This text has color #A5C6AC on white background.



Black color preview on #A5C6AC background

This text has black color on #A5C6AC background.


White color preview on #A5C6AC background

This text has white color on #A5C6AC background.