COLOR #A5D2A3

HEX: #A5D2A3
RGB: (165,210,163)

Color info

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

RGB color model

#A5D2A3 color RGB value is (165,210,163).

  • red value is 165;
  • green value is 210;
  • blue value is 163.
RGB:
(165,210,163)
(65%,82%,64%)

RGB channels and saturation

R 165 of 255 = 65%
G 210 of 255 = 82%
B 163 of 255 = 64%

165
210
163

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

Portions of RGB colors in percentages

R + G + B =
165 + 210 + 163 = 538 (100%)
R 165 of 538 ~ 30.67%
G 210 of 538 ~ 39.03%
B 163 of 538 ~ 30.3%

%30.67
%39.03
%30.3

CMYK color model

#A5D2A3 color CMYK value is (21,0,22,18).

  • cyan value is 21.43%
  • magenta value is 0.00%
  • yellow value is 22.38%
  • key color value is 17.65%
CMYK:
(21,0,22,18)
C21M0Y22K18 
(21%,0%,22%,18%)
(0.21/0.00/0.22/0.18)	

CMYK percentages

%21.43
%0
%22.38
%17.65

Codes

Color #A5D2A3 in popluar color models

A5D2A3
RGB165210163
HSL117°34.31%73.14%
HSB/HSV117°22.38%82.35%
CMYK21.43%0.00%22.38%
17.65%

Color #A5D2A3 in popluar number systems.

HEXA5D2A3
Decimal165210163
Binary101001011101001010100011
Octal245322243

Shades and tints

Shades of #A5D2A3

#A5D2A3
(165,210,163)
#96BF95
(150,191,149)
#87AC87
(135,172,135)
#789979
(120,153,121)
#69866B
(105,134,107)
#5A735D
(90,115,93)
#4B604F
(75,96,79)
#3C4D41
(60,77,65)
#2D3A33
(45,58,51)
#1E2725
(30,39,37)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #A5D2A3

#A5D2A3
(165,210,163)
#ADD6AB
(173,214,171)
#B5DAB3
(181,218,179)
#BDDEBB
(189,222,187)
#C5E2C3
(197,226,195)
#CDE6CB
(205,230,203)
#D5EAD3
(213,234,211)
#DDEEDB
(221,238,219)
#E5F2E3
(229,242,227)
#EDF6EB
(237,246,235)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5D2A3 color. Also use rgb(165,210,163) instead hex code.

Text Font Color

.myTextColor { color: #A5D2A3; }

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

This text font color is #A5D2A3.


Background Color

.myBgColor { background-color: #A5D2A3; }

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

This div background color is #A5D2A3.


Border color

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

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

This div border color is #A5D2A3.


Opacity

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

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

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

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

This text has shadow with #A5D2A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5D2A3 on black background.


Color preview on white background

This text has color #A5D2A3 on white background.



Black color preview on #A5D2A3 background

This text has black color on #A5D2A3 background.


White color preview on #A5D2A3 background

This text has white color on #A5D2A3 background.