COLOR #A9CDAB

HEX: #A9CDAB
RGB: (169,205,171)

Color info

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

RGB color model

#A9CDAB color RGB value is (169,205,171).

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

RGB channels and saturation

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

169
205
171

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

Portions of RGB colors in percentages

R + G + B =
169 + 205 + 171 = 545 (100%)
R 169 of 545 ~ 31.01%
G 205 of 545 ~ 37.61%
B 171 of 545 ~ 31.38%

%31.01
%37.61
%31.38

CMYK color model

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

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

CMYK percentages

%17.56
%0
%16.59
%19.61

Codes

Color #A9CDAB in popluar color models

A9CDAB
RGB169205171
HSL123°26.47%73.33%
HSB/HSV123°17.56%80.39%
CMYK17.56%0.00%16.59%
19.61%

Color #A9CDAB in popluar number systems.

HEXA9CDAB
Decimal169205171
Binary101010011100110110101011
Octal251315253

Shades and tints

Shades of #A9CDAB

#A9CDAB
(169,205,171)
#9ABB9C
(154,187,156)
#8BA98D
(139,169,141)
#7C977E
(124,151,126)
#6D856F
(109,133,111)
#5E7360
(94,115,96)
#4F6151
(79,97,81)
#404F42
(64,79,66)
#313D33
(49,61,51)
#222B24
(34,43,36)
#131915
(19,25,21)
#000000
(0,0,0)

Tints of #A9CDAB

#A9CDAB
(169,205,171)
#B0D1B2
(176,209,178)
#B7D5B9
(183,213,185)
#BED9C0
(190,217,192)
#C5DDC7
(197,221,199)
#CCE1CE
(204,225,206)
#D3E5D5
(211,229,213)
#DAE9DC
(218,233,220)
#E1EDE3
(225,237,227)
#E8F1EA
(232,241,234)
#EFF5F1
(239,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CDAB; }

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

This text font color is #A9CDAB.


Background Color

.myBgColor { background-color: #A9CDAB; }

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

This div background color is #A9CDAB.


Border color

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

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

This div border color is #A9CDAB.


Opacity

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

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

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

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

This text has shadow with #A9CDAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CDAB on black background.


Color preview on white background

This text has color #A9CDAB on white background.



Black color preview on #A9CDAB background

This text has black color on #A9CDAB background.


White color preview on #A9CDAB background

This text has white color on #A9CDAB background.