COLOR #A9CCDE

HEX: #A9CCDE
RGB: (169,204,222)

Color info

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

RGB color model

#A9CCDE color RGB value is (169,204,222).

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

RGB channels and saturation

R 169 of 255 = 66%
G 204 of 255 = 80%
B 222 of 255 = 87%

169
204
222

R + G + B ~ 78%. #A9CCDE is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 204 + 222 = 595 (100%)
R 169 of 595 ~ 28.4%
G 204 of 595 ~ 34.29%
B 222 of 595 ~ 37.31%

%28.4
%34.29
%37.31

CMYK color model

#A9CCDE color CMYK value is (24,8,0,13).

  • cyan value is 23.87%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(24,8,0,13)
C24M8Y0K13 
(24%,8%,0%,13%)
(0.24/0.08/0.00/0.13)	

CMYK percentages

%23.87
%8.11
%0
%12.94

Codes

Color #A9CCDE in popluar color models

A9CCDE
RGB169204222
HSL200°44.54%76.67%
HSB/HSV200°23.87%87.06%
CMYK23.87%8.11%0.00%
12.94%

Color #A9CCDE in popluar number systems.

HEXA9CCDE
Decimal169204222
Binary101010011100110011011110
Octal251314336

Shades and tints

Shades of #A9CCDE

#A9CCDE
(169,204,222)
#9ABACA
(154,186,202)
#8BA8B6
(139,168,182)
#7C96A2
(124,150,162)
#6D848E
(109,132,142)
#5E727A
(94,114,122)
#4F6066
(79,96,102)
#404E52
(64,78,82)
#313C3E
(49,60,62)
#222A2A
(34,42,42)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #A9CCDE

#A9CCDE
(169,204,222)
#B0D0E1
(176,208,225)
#B7D4E4
(183,212,228)
#BED8E7
(190,216,231)
#C5DCEA
(197,220,234)
#CCE0ED
(204,224,237)
#D3E4F0
(211,228,240)
#DAE8F3
(218,232,243)
#E1ECF6
(225,236,246)
#E8F0F9
(232,240,249)
#EFF4FC
(239,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CCDE; }

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

This text font color is #A9CCDE.


Background Color

.myBgColor { background-color: #A9CCDE; }

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

This div background color is #A9CCDE.


Border color

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

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

This div border color is #A9CCDE.


Opacity

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

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

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

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

This text has shadow with #A9CCDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CCDE on black background.


Color preview on white background

This text has color #A9CCDE on white background.



Black color preview on #A9CCDE background

This text has black color on #A9CCDE background.


White color preview on #A9CCDE background

This text has white color on #A9CCDE background.