COLOR #A9CDA3

HEX: #A9CDA3 RGB: (169,205,163)

Color info

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

RGB color model

#A9CDA3 color RGB value is (169,205,163).

RGB: (169,205,163) (66%, 80%, 64%)

RGB channels and saturation

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

169
205
163

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

Portions of RGB colors in percentages

R + G + B = 169 + 205 + 163 = 537 (100%)
R 169 of 537 ~ 31.47%
G 205 of 537 ~ 38.18%
B 163 of 537 ~ 30.35'%

%31.47
%38.18
%30.35

CMYK color model

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

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

CMYK percentages

%17.56
%0
%20.49
%19.61

Codes

Color #A9CDA3 in popluar color models

A9 CD A3
RGB 169 205 163
HSL 111° 29.58% 72.16%
HSB/HSV 111° 20.49% 80.39%
CMYK 17.56% 0.00% 20.49%
19.61%

Color #A9CDA3 in popluar number systems.

HEX A9 CD A3
Decimal 169 205 163
Binary 10101001 11001101 10100011
Octal 251 315 243

Shades and tints

Shades of #A9CDA3

#A9CDA3
(169,205,163)
#9ABB95
(154,187,149)
#8BA987
(139,169,135)
#7C9779
(124,151,121)
#6D856B
(109,133,107)
#5E735D
(94,115,93)
#4F614F
(79,97,79)
#404F41
(64,79,65)
#313D33
(49,61,51)
#222B25
(34,43,37)
#131917
(19,25,23)
#000000
(0,0,0)

Tints of #A9CDA3

#A9CDA3
(169,205,163)
#B0D1AB
(176,209,171)
#B7D5B3
(183,213,179)
#BED9BB
(190,217,187)
#C5DDC3
(197,221,195)
#CCE1CB
(204,225,203)
#D3E5D3
(211,229,211)
#DAE9DB
(218,233,219)
#E1EDE3
(225,237,227)
#E8F1EB
(232,241,235)
#EFF5F3
(239,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CDA3; }

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

This text font color is #A9CDA3.

Background Color

.myBgColor { background-color: #A9CDA3; }

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

This div background color is #A9CDA3.

Border color

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

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

This div border color is #A9CDA3.

Opacity

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

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

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

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

This text has shadow with #A9CDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CDA3.

Preview

Color preview on black background

This text has color #A9CDA3 on black background.


Color preview on white background

This text has color #A9CDA3 on white background.


Black color preview on #A9CDA3 background

This text has black color on #A9CDA3 background.


White color preview on #A9CDA3 background

This text has white color on #A9CDA3 background.


Related colors

Complementary color

Complementary color for #hex is #56325C.


I love getcolorcode.com

Triadic colors

1 #A3A9CD and #CDA3A9 with #A9CDA3 are triadic colors.

2 #A3CDA9 and #CDA9A3 with #A9CDA3 are triadic colors.