COLOR #A9CCCF

HEX: #A9CCCF
RGB: (169,204,207)

Color info

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

RGB color model

#A9CCCF color RGB value is (169,204,207).

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

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 207 of 255 = 81%

169
204
207

R + G + B ~ 76%. #A9CCCF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 204 + 207 = 580 (100%)
R 169 of 580 ~ 29.14%
G 204 of 580 ~ 35.17%
B 207 of 580 ~ 35.69%

%29.14
%35.17
%35.69

CMYK color model

#A9CCCF color CMYK value is (18,1,0,19).

  • cyan value is 18.36%
  • magenta value is 1.45%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(18,1,0,19)
C18M1Y0K19 
(18%,1%,0%,19%)
(0.18/0.01/0.00/0.19)	

CMYK percentages

%18.36
%1.45
%0
%18.82

Codes

Color #A9CCCF in popluar color models

A9CCCF
RGB169204207
HSL185°28.36%73.73%
HSB/HSV185°18.36%81.18%
CMYK18.36%1.45%0.00%
18.82%

Color #A9CCCF in popluar number systems.

HEXA9CCCF
Decimal169204207
Binary101010011100110011001111
Octal251314317

Shades and tints

Shades of #A9CCCF

#A9CCCF
(169,204,207)
#9ABABD
(154,186,189)
#8BA8AB
(139,168,171)
#7C9699
(124,150,153)
#6D8487
(109,132,135)
#5E7275
(94,114,117)
#4F6063
(79,96,99)
#404E51
(64,78,81)
#313C3F
(49,60,63)
#222A2D
(34,42,45)
#13181B
(19,24,27)
#000000
(0,0,0)

Tints of #A9CCCF

#A9CCCF
(169,204,207)
#B0D0D3
(176,208,211)
#B7D4D7
(183,212,215)
#BED8DB
(190,216,219)
#C5DCDF
(197,220,223)
#CCE0E3
(204,224,227)
#D3E4E7
(211,228,231)
#DAE8EB
(218,232,235)
#E1ECEF
(225,236,239)
#E8F0F3
(232,240,243)
#EFF4F7
(239,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CCCF; }

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

This text font color is #A9CCCF.


Background Color

.myBgColor { background-color: #A9CCCF; }

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

This div background color is #A9CCCF.


Border color

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

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

This div border color is #A9CCCF.


Opacity

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

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

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

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

This text has shadow with #A9CCCF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CCCF on black background.


Color preview on white background

This text has color #A9CCCF on white background.



Black color preview on #A9CCCF background

This text has black color on #A9CCCF background.


White color preview on #A9CCCF background

This text has white color on #A9CCCF background.