COLOR #A5C2AD

HEX: #A5C2AD
RGB: (165,194,173)

Color info

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

RGB color model

#A5C2AD color RGB value is (165,194,173).

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

RGB channels and saturation

R 165 of 255 = 65%
G 194 of 255 = 76%
B 173 of 255 = 68%

165
194
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 194 + 173 = 532 (100%)
R 165 of 532 ~ 31.02%
G 194 of 532 ~ 36.47%
B 173 of 532 ~ 32.52%

%31.02
%36.47
%32.52

CMYK color model

#A5C2AD color CMYK value is (15,0,11,24).

  • cyan value is 14.95%
  • magenta value is 0.00%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(15,0,11,24)
C15M0Y11K24 
(15%,0%,11%,24%)
(0.15/0.00/0.11/0.24)	

CMYK percentages

%14.95
%0
%10.82
%23.92

Codes

Color #A5C2AD in popluar color models

A5C2AD
RGB165194173
HSL137°19.21%70.39%
HSB/HSV137°14.95%76.08%
CMYK14.95%0.00%10.82%
23.92%

Color #A5C2AD in popluar number systems.

HEXA5C2AD
Decimal165194173
Binary101001011100001010101101
Octal245302255

Shades and tints

Shades of #A5C2AD

#A5C2AD
(165,194,173)
#96B19E
(150,177,158)
#87A08F
(135,160,143)
#788F80
(120,143,128)
#697E71
(105,126,113)
#5A6D62
(90,109,98)
#4B5C53
(75,92,83)
#3C4B44
(60,75,68)
#2D3A35
(45,58,53)
#1E2926
(30,41,38)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #A5C2AD

#A5C2AD
(165,194,173)
#ADC7B4
(173,199,180)
#B5CCBB
(181,204,187)
#BDD1C2
(189,209,194)
#C5D6C9
(197,214,201)
#CDDBD0
(205,219,208)
#D5E0D7
(213,224,215)
#DDE5DE
(221,229,222)
#E5EAE5
(229,234,229)
#EDEFEC
(237,239,236)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C2AD; }

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

This text font color is #A5C2AD.


Background Color

.myBgColor { background-color: #A5C2AD; }

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

This div background color is #A5C2AD.


Border color

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

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

This div border color is #A5C2AD.


Opacity

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

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

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

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

This text has shadow with #A5C2AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C2AD on black background.


Color preview on white background

This text has color #A5C2AD on white background.



Black color preview on #A5C2AD background

This text has black color on #A5C2AD background.


White color preview on #A5C2AD background

This text has white color on #A5C2AD background.