COLOR #A9C5B3

HEX: #A9C5B3
RGB: (169,197,179)

Color info

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

RGB color model

#A9C5B3 color RGB value is (169,197,179).

  • red value is 169;
  • green value is 197;
  • blue value is 179.
RGB:
(169,197,179)
(66%,77%,70%)

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 179 of 255 = 70%

169
197
179

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

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 179 = 545 (100%)
R 169 of 545 ~ 31.01%
G 197 of 545 ~ 36.15%
B 179 of 545 ~ 32.84%

%31.01
%36.15
%32.84

CMYK color model

#A9C5B3 color CMYK value is (14,0,9,23).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 9.14%
  • key color value is 22.75%
CMYK:
(14,0,9,23)
C14M0Y9K23 
(14%,0%,9%,23%)
(0.14/0.00/0.09/0.23)	

CMYK percentages

%14.21
%0
%9.14
%22.75

Codes

Color #A9C5B3 in popluar color models

A9C5B3
RGB169197179
HSL141°19.44%71.76%
HSB/HSV141°14.21%77.25%
CMYK14.21%0.00%9.14%
22.75%

Color #A9C5B3 in popluar number systems.

HEXA9C5B3
Decimal169197179
Binary101010011100010110110011
Octal251305263

Shades and tints

Shades of #A9C5B3

#A9C5B3
(169,197,179)
#9AB4A3
(154,180,163)
#8BA393
(139,163,147)
#7C9283
(124,146,131)
#6D8173
(109,129,115)
#5E7063
(94,112,99)
#4F5F53
(79,95,83)
#404E43
(64,78,67)
#313D33
(49,61,51)
#222C23
(34,44,35)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #A9C5B3

#A9C5B3
(169,197,179)
#B0CAB9
(176,202,185)
#B7CFBF
(183,207,191)
#BED4C5
(190,212,197)
#C5D9CB
(197,217,203)
#CCDED1
(204,222,209)
#D3E3D7
(211,227,215)
#DAE8DD
(218,232,221)
#E1EDE3
(225,237,227)
#E8F2E9
(232,242,233)
#EFF7EF
(239,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5B3; }

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

This text font color is #A9C5B3.


Background Color

.myBgColor { background-color: #A9C5B3; }

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

This div background color is #A9C5B3.


Border color

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

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

This div border color is #A9C5B3.


Opacity

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

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

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

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

This text has shadow with #A9C5B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5B3 on black background.


Color preview on white background

This text has color #A9C5B3 on white background.



Black color preview on #A9C5B3 background

This text has black color on #A9C5B3 background.


White color preview on #A9C5B3 background

This text has white color on #A9C5B3 background.