COLOR #A5D3A7

HEX: #A5D3A7
RGB: (165,211,167)

Color info

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

RGB color model

#A5D3A7 color RGB value is (165,211,167).

  • red value is 165;
  • green value is 211;
  • blue value is 167.
RGB:
(165,211,167)
(65%,83%,65%)

RGB channels and saturation

R 165 of 255 = 65%
G 211 of 255 = 83%
B 167 of 255 = 65%

165
211
167

R + G + B ~ 71%. #A5D3A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
165 + 211 + 167 = 543 (100%)
R 165 of 543 ~ 30.39%
G 211 of 543 ~ 38.86%
B 167 of 543 ~ 30.76%

%30.39
%38.86
%30.76

CMYK color model

#A5D3A7 color CMYK value is (22,0,21,17).

  • cyan value is 21.80%
  • magenta value is 0.00%
  • yellow value is 20.85%
  • key color value is 17.25%
CMYK:
(22,0,21,17)
C22M0Y21K17 
(22%,0%,21%,17%)
(0.22/0.00/0.21/0.17)	

CMYK percentages

%21.8
%0
%20.85
%17.25

Codes

Color #A5D3A7 in popluar color models

A5D3A7
RGB165211167
HSL123°34.33%73.73%
HSB/HSV123°21.80%82.75%
CMYK21.80%0.00%20.85%
17.25%

Color #A5D3A7 in popluar number systems.

HEXA5D3A7
Decimal165211167
Binary101001011101001110100111
Octal245323247

Shades and tints

Shades of #A5D3A7

#A5D3A7
(165,211,167)
#96C098
(150,192,152)
#87AD89
(135,173,137)
#789A7A
(120,154,122)
#69876B
(105,135,107)
#5A745C
(90,116,92)
#4B614D
(75,97,77)
#3C4E3E
(60,78,62)
#2D3B2F
(45,59,47)
#1E2820
(30,40,32)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #A5D3A7

#A5D3A7
(165,211,167)
#ADD7AF
(173,215,175)
#B5DBB7
(181,219,183)
#BDDFBF
(189,223,191)
#C5E3C7
(197,227,199)
#CDE7CF
(205,231,207)
#D5EBD7
(213,235,215)
#DDEFDF
(221,239,223)
#E5F3E7
(229,243,231)
#EDF7EF
(237,247,239)
#F5FBF7
(245,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D3A7 color. Also use rgb(165,211,167) instead hex code.

Text Font Color

.myTextColor { color: #A5D3A7; }

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

This text font color is #A5D3A7.


Background Color

.myBgColor { background-color: #A5D3A7; }

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

This div background color is #A5D3A7.


Border color

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

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

This div border color is #A5D3A7.


Opacity

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

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

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

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

This text has shadow with #A5D3A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D3A7 on black background.


Color preview on white background

This text has color #A5D3A7 on white background.



Black color preview on #A5D3A7 background

This text has black color on #A5D3A7 background.


White color preview on #A5D3A7 background

This text has white color on #A5D3A7 background.