COLOR #A5C3AD

HEX: #A5C3AD
RGB: (165,195,173)

Color info

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

RGB color model

#A5C3AD color RGB value is (165,195,173).

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

RGB channels and saturation

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

165
195
173

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

Portions of RGB colors in percentages

R + G + B =
165 + 195 + 173 = 533 (100%)
R 165 of 533 ~ 30.96%
G 195 of 533 ~ 36.59%
B 173 of 533 ~ 32.46%

%30.96
%36.59
%32.46

CMYK color model

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

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

CMYK percentages

%15.38
%0
%11.28
%23.53

Codes

Color #A5C3AD in popluar color models

A5C3AD
RGB165195173
HSL136°20.00%70.59%
HSB/HSV136°15.38%76.47%
CMYK15.38%0.00%11.28%
23.53%

Color #A5C3AD in popluar number systems.

HEXA5C3AD
Decimal165195173
Binary101001011100001110101101
Octal245303255

Shades and tints

Shades of #A5C3AD

#A5C3AD
(165,195,173)
#96B29E
(150,178,158)
#87A18F
(135,161,143)
#789080
(120,144,128)
#697F71
(105,127,113)
#5A6E62
(90,110,98)
#4B5D53
(75,93,83)
#3C4C44
(60,76,68)
#2D3B35
(45,59,53)
#1E2A26
(30,42,38)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #A5C3AD

#A5C3AD
(165,195,173)
#ADC8B4
(173,200,180)
#B5CDBB
(181,205,187)
#BDD2C2
(189,210,194)
#C5D7C9
(197,215,201)
#CDDCD0
(205,220,208)
#D5E1D7
(213,225,215)
#DDE6DE
(221,230,222)
#E5EBE5
(229,235,229)
#EDF0EC
(237,240,236)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5C3AD; }

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

This text font color is #A5C3AD.


Background Color

.myBgColor { background-color: #A5C3AD; }

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

This div background color is #A5C3AD.


Border color

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

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

This div border color is #A5C3AD.


Opacity

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

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

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

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

This text has shadow with #A5C3AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5C3AD on black background.


Color preview on white background

This text has color #A5C3AD on white background.



Black color preview on #A5C3AD background

This text has black color on #A5C3AD background.


White color preview on #A5C3AD background

This text has white color on #A5C3AD background.