COLOR #A5D7AF

HEX: #A5D7AF
RGB: (165,215,175)

Color info

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

RGB color model

#A5D7AF color RGB value is (165,215,175).

  • red value is 165;
  • green value is 215;
  • blue value is 175.
RGB:
(165,215,175)
(65%,84%,69%)

RGB channels and saturation

R 165 of 255 = 65%
G 215 of 255 = 84%
B 175 of 255 = 69%

165
215
175

R + G + B ~ 73%. #A5D7AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 215 + 175 = 555 (100%)
R 165 of 555 ~ 29.73%
G 215 of 555 ~ 38.74%
B 175 of 555 ~ 31.53%

%29.73
%38.74
%31.53

CMYK color model

#A5D7AF color CMYK value is (23,0,19,16).

  • cyan value is 23.26%
  • magenta value is 0.00%
  • yellow value is 18.60%
  • key color value is 15.69%
CMYK:
(23,0,19,16)
C23M0Y19K16 
(23%,0%,19%,16%)
(0.23/0.00/0.19/0.16)	

CMYK percentages

%23.26
%0
%18.6
%15.69

Codes

Color #A5D7AF in popluar color models

A5D7AF
RGB165215175
HSL132°38.46%74.51%
HSB/HSV132°23.26%84.31%
CMYK23.26%0.00%18.60%
15.69%

Color #A5D7AF in popluar number systems.

HEXA5D7AF
Decimal165215175
Binary101001011101011110101111
Octal245327257

Shades and tints

Shades of #A5D7AF

#A5D7AF
(165,215,175)
#96C4A0
(150,196,160)
#87B191
(135,177,145)
#789E82
(120,158,130)
#698B73
(105,139,115)
#5A7864
(90,120,100)
#4B6555
(75,101,85)
#3C5246
(60,82,70)
#2D3F37
(45,63,55)
#1E2C28
(30,44,40)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #A5D7AF

#A5D7AF
(165,215,175)
#ADDAB6
(173,218,182)
#B5DDBD
(181,221,189)
#BDE0C4
(189,224,196)
#C5E3CB
(197,227,203)
#CDE6D2
(205,230,210)
#D5E9D9
(213,233,217)
#DDECE0
(221,236,224)
#E5EFE7
(229,239,231)
#EDF2EE
(237,242,238)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D7AF color. Also use rgb(165,215,175) instead hex code.

Text Font Color

.myTextColor { color: #A5D7AF; }

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

This text font color is #A5D7AF.


Background Color

.myBgColor { background-color: #A5D7AF; }

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

This div background color is #A5D7AF.


Border color

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

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

This div border color is #A5D7AF.


Opacity

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

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

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

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

This text has shadow with #A5D7AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D7AF on black background.


Color preview on white background

This text has color #A5D7AF on white background.



Black color preview on #A5D7AF background

This text has black color on #A5D7AF background.


White color preview on #A5D7AF background

This text has white color on #A5D7AF background.