COLOR #A9C6D0

HEX: #A9C6D0
RGB: (169,198,208)

Color info

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

RGB color model

#A9C6D0 color RGB value is (169,198,208).

  • red value is 169;
  • green value is 198;
  • blue value is 208.
RGB:
(169,198,208)
(66%,78%,82%)

RGB channels and saturation

R 169 of 255 = 66%
G 198 of 255 = 78%
B 208 of 255 = 82%

169
198
208

R + G + B ~ 75%. #A9C6D0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 198 + 208 = 575 (100%)
R 169 of 575 ~ 29.39%
G 198 of 575 ~ 34.43%
B 208 of 575 ~ 36.17%

%29.39
%34.43
%36.17

CMYK color model

#A9C6D0 color CMYK value is (19,5,0,18).

  • cyan value is 18.75%
  • magenta value is 4.81%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,5,0,18)
C19M5Y0K18 
(19%,5%,0%,18%)
(0.19/0.05/0.00/0.18)	

CMYK percentages

%18.75
%4.81
%0
%18.43

Codes

Color #A9C6D0 in popluar color models

A9C6D0
RGB169198208
HSL195°29.32%73.92%
HSB/HSV195°18.75%81.57%
CMYK18.75%4.81%0.00%
18.43%

Color #A9C6D0 in popluar number systems.

HEXA9C6D0
Decimal169198208
Binary101010011100011011010000
Octal251306320

Shades and tints

Shades of #A9C6D0

#A9C6D0
(169,198,208)
#9AB4BE
(154,180,190)
#8BA2AC
(139,162,172)
#7C909A
(124,144,154)
#6D7E88
(109,126,136)
#5E6C76
(94,108,118)
#4F5A64
(79,90,100)
#404852
(64,72,82)
#313640
(49,54,64)
#22242E
(34,36,46)
#13121C
(19,18,28)
#000000
(0,0,0)

Tints of #A9C6D0

#A9C6D0
(169,198,208)
#B0CBD4
(176,203,212)
#B7D0D8
(183,208,216)
#BED5DC
(190,213,220)
#C5DAE0
(197,218,224)
#CCDFE4
(204,223,228)
#D3E4E8
(211,228,232)
#DAE9EC
(218,233,236)
#E1EEF0
(225,238,240)
#E8F3F4
(232,243,244)
#EFF8F8
(239,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C6D0; }

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

This text font color is #A9C6D0.


Background Color

.myBgColor { background-color: #A9C6D0; }

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

This div background color is #A9C6D0.


Border color

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

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

This div border color is #A9C6D0.


Opacity

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

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

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

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

This text has shadow with #A9C6D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C6D0 on black background.


Color preview on white background

This text has color #A9C6D0 on white background.



Black color preview on #A9C6D0 background

This text has black color on #A9C6D0 background.


White color preview on #A9C6D0 background

This text has white color on #A9C6D0 background.