COLOR #A9CDA9

HEX: #A9CDA9
RGB: (169,205,169)

Color info

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

RGB color model

#A9CDA9 color RGB value is (169,205,169).

  • red value is 169;
  • green value is 205;
  • blue value is 169.
RGB:
(169,205,169)
(66%,80%,66%)

RGB channels and saturation

R 169 of 255 = 66%
G 205 of 255 = 80%
B 169 of 255 = 66%

169
205
169

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

Portions of RGB colors in percentages

R + G + B =
169 + 205 + 169 = 543 (100%)
R 169 of 543 ~ 31.12%
G 205 of 543 ~ 37.75%
B 169 of 543 ~ 31.12%

%31.12
%37.75
%31.12

CMYK color model

#A9CDA9 color CMYK value is (18,0,18,20).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 17.56%
  • key color value is 19.61%
CMYK:
(18,0,18,20)
C18M0Y18K20 
(18%,0%,18%,20%)
(0.18/0.00/0.18/0.20)	

CMYK percentages

%17.56
%0
%17.56
%19.61

Codes

Color #A9CDA9 in popluar color models

A9CDA9
RGB169205169
HSL120°26.47%73.33%
HSB/HSV120°17.56%80.39%
CMYK17.56%0.00%17.56%
19.61%

Color #A9CDA9 in popluar number systems.

HEXA9CDA9
Decimal169205169
Binary101010011100110110101001
Octal251315251

Shades and tints

Shades of #A9CDA9

#A9CDA9
(169,205,169)
#9ABB9A
(154,187,154)
#8BA98B
(139,169,139)
#7C977C
(124,151,124)
#6D856D
(109,133,109)
#5E735E
(94,115,94)
#4F614F
(79,97,79)
#404F40
(64,79,64)
#313D31
(49,61,49)
#222B22
(34,43,34)
#131913
(19,25,19)
#000000
(0,0,0)

Tints of #A9CDA9

#A9CDA9
(169,205,169)
#B0D1B0
(176,209,176)
#B7D5B7
(183,213,183)
#BED9BE
(190,217,190)
#C5DDC5
(197,221,197)
#CCE1CC
(204,225,204)
#D3E5D3
(211,229,211)
#DAE9DA
(218,233,218)
#E1EDE1
(225,237,225)
#E8F1E8
(232,241,232)
#EFF5EF
(239,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CDA9; }

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

This text font color is #A9CDA9.


Background Color

.myBgColor { background-color: #A9CDA9; }

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

This div background color is #A9CDA9.


Border color

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

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

This div border color is #A9CDA9.


Opacity

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

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

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

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

This text has shadow with #A9CDA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CDA9 on black background.


Color preview on white background

This text has color #A9CDA9 on white background.



Black color preview on #A9CDA9 background

This text has black color on #A9CDA9 background.


White color preview on #A9CDA9 background

This text has white color on #A9CDA9 background.