COLOR #A9C8B6

HEX: #A9C8B6 RGB: (169,200,182)

Color info

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

RGB color model

#A9C8B6 color RGB value is (169,200,182).

RGB: (169,200,182) (66%, 78%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 200 of 255 = 78%
B 182 of 255 = 71%

169
200
182

R + G + B ~ 72%. #A9C8B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 200 + 182 = 551 (100%)
R 169 of 551 ~ 30.67%
G 200 of 551 ~ 36.3%
B 182 of 551 ~ 33.03'%

%30.67
%36.3
%33.03

CMYK color model

#A9C8B6 color CMYK value is (16,0,9,22).

  • cyan value is 15.50%
  • magenta value is 0.00%
  • yellow value is 9.00%
  • key color value is 21.57%

CMYK: (16,0,9,22)
C16M0Y9K22 (16%, 0%, 9%, 22%)
(0.16 / 0.00 / 0.09 / 0.22)

CMYK percentages

%15.5
%0
%9
%21.57

Codes

Color #A9C8B6 in popluar color models

A9 C8 B6
RGB 169 200 182
HSL 145° 21.99% 72.35%
HSB/HSV 145° 15.50% 78.43%
CMYK 15.50% 0.00% 9.00%
21.57%

Color #A9C8B6 in popluar number systems.

HEX A9 C8 B6
Decimal 169 200 182
Binary 10101001 11001000 10110110
Octal 251 310 266

Shades and tints

Shades of #A9C8B6

#A9C8B6
(169,200,182)
#9AB6A6
(154,182,166)
#8BA496
(139,164,150)
#7C9286
(124,146,134)
#6D8076
(109,128,118)
#5E6E66
(94,110,102)
#4F5C56
(79,92,86)
#404A46
(64,74,70)
#313836
(49,56,54)
#222626
(34,38,38)
#131416
(19,20,22)
#000000
(0,0,0)

Tints of #A9C8B6

#A9C8B6
(169,200,182)
#B0CDBC
(176,205,188)
#B7D2C2
(183,210,194)
#BED7C8
(190,215,200)
#C5DCCE
(197,220,206)
#CCE1D4
(204,225,212)
#D3E6DA
(211,230,218)
#DAEBE0
(218,235,224)
#E1F0E6
(225,240,230)
#E8F5EC
(232,245,236)
#EFFAF2
(239,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C8B6 color. Also use rgb(169,200,182) instead hex code.

Text Font Color

.myTextColor { color: #A9C8B6; }

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

This text font color is #A9C8B6.

Background Color

.myBgColor { background-color: #A9C8B6; }

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

This div background color is #A9C8B6.

Border color

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

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

This div border color is #A9C8B6.

Opacity

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

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

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

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

This text has shadow with #A9C8B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C8B6.

Preview

Color preview on black background

This text has color #A9C8B6 on black background.


Color preview on white background

This text has color #A9C8B6 on white background.


Black color preview on #A9C8B6 background

This text has black color on #A9C8B6 background.


White color preview on #A9C8B6 background

This text has white color on #A9C8B6 background.


Related colors

Complementary color

Complementary color for #hex is #563749.


I love getcolorcode.com

Triadic colors

1 #B6A9C8 and #C8B6A9 with #A9C8B6 are triadic colors.

2 #B6C8A9 and #C8A9B6 with #A9C8B6 are triadic colors.