COLOR #A9C5C1

HEX: #A9C5C1
RGB: (169,197,193)

Color info

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

RGB color model

#A9C5C1 color RGB value is (169,197,193).

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

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 193 of 255 = 76%

169
197
193

R + G + B ~ 73%. #A9C5C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 193 = 559 (100%)
R 169 of 559 ~ 30.23%
G 197 of 559 ~ 35.24%
B 193 of 559 ~ 34.53%

%30.23
%35.24
%34.53

CMYK color model

#A9C5C1 color CMYK value is (14,0,2,23).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 2.03%
  • key color value is 22.75%
CMYK:
(14,0,2,23)
C14M0Y2K23 
(14%,0%,2%,23%)
(0.14/0.00/0.02/0.23)	

CMYK percentages

%14.21
%0
%2.03
%22.75

Codes

Color #A9C5C1 in popluar color models

A9C5C1
RGB169197193
HSL171°19.44%71.76%
HSB/HSV171°14.21%77.25%
CMYK14.21%0.00%2.03%
22.75%

Color #A9C5C1 in popluar number systems.

HEXA9C5C1
Decimal169197193
Binary101010011100010111000001
Octal251305301

Shades and tints

Shades of #A9C5C1

#A9C5C1
(169,197,193)
#9AB4B0
(154,180,176)
#8BA39F
(139,163,159)
#7C928E
(124,146,142)
#6D817D
(109,129,125)
#5E706C
(94,112,108)
#4F5F5B
(79,95,91)
#404E4A
(64,78,74)
#313D39
(49,61,57)
#222C28
(34,44,40)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #A9C5C1

#A9C5C1
(169,197,193)
#B0CAC6
(176,202,198)
#B7CFCB
(183,207,203)
#BED4D0
(190,212,208)
#C5D9D5
(197,217,213)
#CCDEDA
(204,222,218)
#D3E3DF
(211,227,223)
#DAE8E4
(218,232,228)
#E1EDE9
(225,237,233)
#E8F2EE
(232,242,238)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5C1; }

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

This text font color is #A9C5C1.


Background Color

.myBgColor { background-color: #A9C5C1; }

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

This div background color is #A9C5C1.


Border color

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

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

This div border color is #A9C5C1.


Opacity

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

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

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

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

This text has shadow with #A9C5C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5C1 on black background.


Color preview on white background

This text has color #A9C5C1 on white background.



Black color preview on #A9C5C1 background

This text has black color on #A9C5C1 background.


White color preview on #A9C5C1 background

This text has white color on #A9C5C1 background.