COLOR #A9D1A3

HEX: #A9D1A3
RGB: (169,209,163)

Color info

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

RGB color model

#A9D1A3 color RGB value is (169,209,163).

  • red value is 169;
  • green value is 209;
  • blue value is 163.
RGB:
(169,209,163)
(66%,82%,64%)

RGB channels and saturation

R 169 of 255 = 66%
G 209 of 255 = 82%
B 163 of 255 = 64%

169
209
163

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

Portions of RGB colors in percentages

R + G + B =
169 + 209 + 163 = 541 (100%)
R 169 of 541 ~ 31.24%
G 209 of 541 ~ 38.63%
B 163 of 541 ~ 30.13%

%31.24
%38.63
%30.13

CMYK color model

#A9D1A3 color CMYK value is (19,0,22,18).

  • cyan value is 19.14%
  • magenta value is 0.00%
  • yellow value is 22.01%
  • key color value is 18.04%
CMYK:
(19,0,22,18)
C19M0Y22K18 
(19%,0%,22%,18%)
(0.19/0.00/0.22/0.18)	

CMYK percentages

%19.14
%0
%22.01
%18.04

Codes

Color #A9D1A3 in popluar color models

A9D1A3
RGB169209163
HSL112°33.33%72.94%
HSB/HSV112°22.01%81.96%
CMYK19.14%0.00%22.01%
18.04%

Color #A9D1A3 in popluar number systems.

HEXA9D1A3
Decimal169209163
Binary101010011101000110100011
Octal251321243

Shades and tints

Shades of #A9D1A3

#A9D1A3
(169,209,163)
#9ABE95
(154,190,149)
#8BAB87
(139,171,135)
#7C9879
(124,152,121)
#6D856B
(109,133,107)
#5E725D
(94,114,93)
#4F5F4F
(79,95,79)
#404C41
(64,76,65)
#313933
(49,57,51)
#222625
(34,38,37)
#131317
(19,19,23)
#000000
(0,0,0)

Tints of #A9D1A3

#A9D1A3
(169,209,163)
#B0D5AB
(176,213,171)
#B7D9B3
(183,217,179)
#BEDDBB
(190,221,187)
#C5E1C3
(197,225,195)
#CCE5CB
(204,229,203)
#D3E9D3
(211,233,211)
#DAEDDB
(218,237,219)
#E1F1E3
(225,241,227)
#E8F5EB
(232,245,235)
#EFF9F3
(239,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D1A3 color. Also use rgb(169,209,163) instead hex code.

Text Font Color

.myTextColor { color: #A9D1A3; }

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

This text font color is #A9D1A3.


Background Color

.myBgColor { background-color: #A9D1A3; }

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

This div background color is #A9D1A3.


Border color

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

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

This div border color is #A9D1A3.


Opacity

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

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

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

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

This text has shadow with #A9D1A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D1A3 on black background.


Color preview on white background

This text has color #A9D1A3 on white background.



Black color preview on #A9D1A3 background

This text has black color on #A9D1A3 background.


White color preview on #A9D1A3 background

This text has white color on #A9D1A3 background.