COLOR #A9C6BC

HEX: #A9C6BC RGB: (169,198,188)

Color info

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

RGB color model

#A9C6BC color RGB value is (169,198,188).

RGB: (169,198,188) (66%, 78%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 198 of 255 = 78%
B 188 of 255 = 74%

169
198
188

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

Portions of RGB colors in percentages

R + G + B = 169 + 198 + 188 = 555 (100%)
R 169 of 555 ~ 30.45%
G 198 of 555 ~ 35.68%
B 188 of 555 ~ 33.87'%

%30.45
%35.68
%33.87

CMYK color model

#A9C6BC color CMYK value is (15,0,5,22).

  • cyan value is 14.65%
  • magenta value is 0.00%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (15,0,5,22)
C15M0Y5K22 (15%, 0%, 5%, 22%)
(0.15 / 0.00 / 0.05 / 0.22)

CMYK percentages

%14.65
%0
%5.05
%22.35

Codes

Color #A9C6BC in popluar color models

A9 C6 BC
RGB 169 198 188
HSL 159° 20.28% 71.96%
HSB/HSV 159° 14.65% 77.65%
CMYK 14.65% 0.00% 5.05%
22.35%

Color #A9C6BC in popluar number systems.

HEX A9 C6 BC
Decimal 169 198 188
Binary 10101001 11000110 10111100
Octal 251 306 274

Shades and tints

Shades of #A9C6BC

#A9C6BC
(169,198,188)
#9AB4AB
(154,180,171)
#8BA29A
(139,162,154)
#7C9089
(124,144,137)
#6D7E78
(109,126,120)
#5E6C67
(94,108,103)
#4F5A56
(79,90,86)
#404845
(64,72,69)
#313634
(49,54,52)
#222423
(34,36,35)
#131212
(19,18,18)
#000000
(0,0,0)

Tints of #A9C6BC

#A9C6BC
(169,198,188)
#B0CBC2
(176,203,194)
#B7D0C8
(183,208,200)
#BED5CE
(190,213,206)
#C5DAD4
(197,218,212)
#CCDFDA
(204,223,218)
#D3E4E0
(211,228,224)
#DAE9E6
(218,233,230)
#E1EEEC
(225,238,236)
#E8F3F2
(232,243,242)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C6BC color. Also use rgb(169,198,188) instead hex code.

Text Font Color

.myTextColor { color: #A9C6BC; }

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

This text font color is #A9C6BC.

Background Color

.myBgColor { background-color: #A9C6BC; }

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

This div background color is #A9C6BC.

Border color

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

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

This div border color is #A9C6BC.

Opacity

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

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

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

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

This text has shadow with #A9C6BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C6BC.

Preview

Color preview on black background

This text has color #A9C6BC on black background.


Color preview on white background

This text has color #A9C6BC on white background.


Black color preview on #A9C6BC background

This text has black color on #A9C6BC background.


White color preview on #A9C6BC background

This text has white color on #A9C6BC background.


Related colors

Complementary color

Complementary color for #hex is #563943.


I love getcolorcode.com

Triadic colors

1 #BCA9C6 and #C6BCA9 with #A9C6BC are triadic colors.

2 #BCC6A9 and #C6A9BC with #A9C6BC are triadic colors.