COLOR #A9C5BF

HEX: #A9C5BF
RGB: (169,197,191)

Color info

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

RGB color model

#A9C5BF color RGB value is (169,197,191).

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

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 191 of 255 = 75%

169
197
191

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

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 191 = 557 (100%)
R 169 of 557 ~ 30.34%
G 197 of 557 ~ 35.37%
B 191 of 557 ~ 34.29%

%30.34
%35.37
%34.29

CMYK color model

#A9C5BF color CMYK value is (14,0,3,23).

  • cyan value is 14.21%
  • magenta value is 0.00%
  • yellow value is 3.05%
  • key color value is 22.75%
CMYK:
(14,0,3,23)
C14M0Y3K23 
(14%,0%,3%,23%)
(0.14/0.00/0.03/0.23)	

CMYK percentages

%14.21
%0
%3.05
%22.75

Codes

Color #A9C5BF in popluar color models

A9C5BF
RGB169197191
HSL167°19.44%71.76%
HSB/HSV167°14.21%77.25%
CMYK14.21%0.00%3.05%
22.75%

Color #A9C5BF in popluar number systems.

HEXA9C5BF
Decimal169197191
Binary101010011100010110111111
Octal251305277

Shades and tints

Shades of #A9C5BF

#A9C5BF
(169,197,191)
#9AB4AE
(154,180,174)
#8BA39D
(139,163,157)
#7C928C
(124,146,140)
#6D817B
(109,129,123)
#5E706A
(94,112,106)
#4F5F59
(79,95,89)
#404E48
(64,78,72)
#313D37
(49,61,55)
#222C26
(34,44,38)
#131B15
(19,27,21)
#000000
(0,0,0)

Tints of #A9C5BF

#A9C5BF
(169,197,191)
#B0CAC4
(176,202,196)
#B7CFC9
(183,207,201)
#BED4CE
(190,212,206)
#C5D9D3
(197,217,211)
#CCDED8
(204,222,216)
#D3E3DD
(211,227,221)
#DAE8E2
(218,232,226)
#E1EDE7
(225,237,231)
#E8F2EC
(232,242,236)
#EFF7F1
(239,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5BF; }

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

This text font color is #A9C5BF.


Background Color

.myBgColor { background-color: #A9C5BF; }

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

This div background color is #A9C5BF.


Border color

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

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

This div border color is #A9C5BF.


Opacity

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

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

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

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

This text has shadow with #A9C5BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5BF on black background.


Color preview on white background

This text has color #A9C5BF on white background.



Black color preview on #A9C5BF background

This text has black color on #A9C5BF background.


White color preview on #A9C5BF background

This text has white color on #A9C5BF background.