COLOR #A9CBAB

HEX: #A9CBAB
RGB: (169,203,171)

Color info

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

RGB color model

#A9CBAB color RGB value is (169,203,171).

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

RGB channels and saturation

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

169
203
171

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

Portions of RGB colors in percentages

R + G + B =
169 + 203 + 171 = 543 (100%)
R 169 of 543 ~ 31.12%
G 203 of 543 ~ 37.38%
B 171 of 543 ~ 31.49%

%31.12
%37.38
%31.49

CMYK color model

#A9CBAB color CMYK value is (17,0,16,20).

  • cyan value is 16.75%
  • magenta value is 0.00%
  • yellow value is 15.76%
  • key color value is 20.39%
CMYK:
(17,0,16,20)
C17M0Y16K20 
(17%,0%,16%,20%)
(0.17/0.00/0.16/0.20)	

CMYK percentages

%16.75
%0
%15.76
%20.39

Codes

Color #A9CBAB in popluar color models

A9CBAB
RGB169203171
HSL124°24.64%72.94%
HSB/HSV124°16.75%79.61%
CMYK16.75%0.00%15.76%
20.39%

Color #A9CBAB in popluar number systems.

HEXA9CBAB
Decimal169203171
Binary101010011100101110101011
Octal251313253

Shades and tints

Shades of #A9CBAB

#A9CBAB
(169,203,171)
#9AB99C
(154,185,156)
#8BA78D
(139,167,141)
#7C957E
(124,149,126)
#6D836F
(109,131,111)
#5E7160
(94,113,96)
#4F5F51
(79,95,81)
#404D42
(64,77,66)
#313B33
(49,59,51)
#222924
(34,41,36)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9CBAB

#A9CBAB
(169,203,171)
#B0CFB2
(176,207,178)
#B7D3B9
(183,211,185)
#BED7C0
(190,215,192)
#C5DBC7
(197,219,199)
#CCDFCE
(204,223,206)
#D3E3D5
(211,227,213)
#DAE7DC
(218,231,220)
#E1EBE3
(225,235,227)
#E8EFEA
(232,239,234)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CBAB; }

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

This text font color is #A9CBAB.


Background Color

.myBgColor { background-color: #A9CBAB; }

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

This div background color is #A9CBAB.


Border color

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

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

This div border color is #A9CBAB.


Opacity

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

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

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

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

This text has shadow with #A9CBAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CBAB on black background.


Color preview on white background

This text has color #A9CBAB on white background.



Black color preview on #A9CBAB background

This text has black color on #A9CBAB background.


White color preview on #A9CBAB background

This text has white color on #A9CBAB background.