COLOR #A9CCCD

HEX: #A9CCCD
RGB: (169,204,205)

Color info

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

RGB color model

#A9CCCD color RGB value is (169,204,205).

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

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 205 of 255 = 80%

169
204
205

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

Portions of RGB colors in percentages

R + G + B =
169 + 204 + 205 = 578 (100%)
R 169 of 578 ~ 29.24%
G 204 of 578 ~ 35.29%
B 205 of 578 ~ 35.47%

%29.24
%35.29
%35.47

CMYK color model

#A9CCCD color CMYK value is (18,0,0,20).

  • cyan value is 17.56%
  • magenta value is 0.49%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(18,0,0,20)
C18M0Y0K20 
(18%,0%,0%,20%)
(0.18/0.00/0.00/0.20)	

CMYK percentages

%17.56
%0.49
%0
%19.61

Codes

Color #A9CCCD in popluar color models

A9CCCD
RGB169204205
HSL182°26.47%73.33%
HSB/HSV182°17.56%80.39%
CMYK17.56%0.49%0.00%
19.61%

Color #A9CCCD in popluar number systems.

HEXA9CCCD
Decimal169204205
Binary101010011100110011001101
Octal251314315

Shades and tints

Shades of #A9CCCD

#A9CCCD
(169,204,205)
#9ABABB
(154,186,187)
#8BA8A9
(139,168,169)
#7C9697
(124,150,151)
#6D8485
(109,132,133)
#5E7273
(94,114,115)
#4F6061
(79,96,97)
#404E4F
(64,78,79)
#313C3D
(49,60,61)
#222A2B
(34,42,43)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #A9CCCD

#A9CCCD
(169,204,205)
#B0D0D1
(176,208,209)
#B7D4D5
(183,212,213)
#BED8D9
(190,216,217)
#C5DCDD
(197,220,221)
#CCE0E1
(204,224,225)
#D3E4E5
(211,228,229)
#DAE8E9
(218,232,233)
#E1ECED
(225,236,237)
#E8F0F1
(232,240,241)
#EFF4F5
(239,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CCCD; }

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

This text font color is #A9CCCD.


Background Color

.myBgColor { background-color: #A9CCCD; }

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

This div background color is #A9CCCD.


Border color

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

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

This div border color is #A9CCCD.


Opacity

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

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

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

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

This text has shadow with #A9CCCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CCCD on black background.


Color preview on white background

This text has color #A9CCCD on white background.



Black color preview on #A9CCCD background

This text has black color on #A9CCCD background.


White color preview on #A9CCCD background

This text has white color on #A9CCCD background.