COLOR #A9CCB6

HEX: #A9CCB6
RGB: (169,204,182)

Color info

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

RGB color model

#A9CCB6 color RGB value is (169,204,182).

  • red value is 169;
  • green value is 204;
  • blue value is 182.
RGB:
(169,204,182)
(66%,80%,71%)

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 182 of 255 = 71%

169
204
182

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

Portions of RGB colors in percentages

R + G + B =
169 + 204 + 182 = 555 (100%)
R 169 of 555 ~ 30.45%
G 204 of 555 ~ 36.76%
B 182 of 555 ~ 32.79%

%30.45
%36.76
%32.79

CMYK color model

#A9CCB6 color CMYK value is (17,0,11,20).

  • cyan value is 17.16%
  • magenta value is 0.00%
  • yellow value is 10.78%
  • key color value is 20.00%
CMYK:
(17,0,11,20)
C17M0Y11K20 
(17%,0%,11%,20%)
(0.17/0.00/0.11/0.20)	

CMYK percentages

%17.16
%0
%10.78
%20

Codes

Color #A9CCB6 in popluar color models

A9CCB6
RGB169204182
HSL142°25.55%73.14%
HSB/HSV142°17.16%80.00%
CMYK17.16%0.00%10.78%
20.00%

Color #A9CCB6 in popluar number systems.

HEXA9CCB6
Decimal169204182
Binary101010011100110010110110
Octal251314266

Shades and tints

Shades of #A9CCB6

#A9CCB6
(169,204,182)
#9ABAA6
(154,186,166)
#8BA896
(139,168,150)
#7C9686
(124,150,134)
#6D8476
(109,132,118)
#5E7266
(94,114,102)
#4F6056
(79,96,86)
#404E46
(64,78,70)
#313C36
(49,60,54)
#222A26
(34,42,38)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #A9CCB6

#A9CCB6
(169,204,182)
#B0D0BC
(176,208,188)
#B7D4C2
(183,212,194)
#BED8C8
(190,216,200)
#C5DCCE
(197,220,206)
#CCE0D4
(204,224,212)
#D3E4DA
(211,228,218)
#DAE8E0
(218,232,224)
#E1ECE6
(225,236,230)
#E8F0EC
(232,240,236)
#EFF4F2
(239,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CCB6; }

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

This text font color is #A9CCB6.


Background Color

.myBgColor { background-color: #A9CCB6; }

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

This div background color is #A9CCB6.


Border color

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

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

This div border color is #A9CCB6.


Opacity

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

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

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

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

This text has shadow with #A9CCB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CCB6 on black background.


Color preview on white background

This text has color #A9CCB6 on white background.



Black color preview on #A9CCB6 background

This text has black color on #A9CCB6 background.


White color preview on #A9CCB6 background

This text has white color on #A9CCB6 background.