COLOR #A9CFDF

HEX: #A9CFDF
RGB: (169,207,223)

Color info

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

RGB color model

#A9CFDF color RGB value is (169,207,223).

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

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 223 of 255 = 87%

169
207
223

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

Portions of RGB colors in percentages

R + G + B =
169 + 207 + 223 = 599 (100%)
R 169 of 599 ~ 28.21%
G 207 of 599 ~ 34.56%
B 223 of 599 ~ 37.23%

%28.21
%34.56
%37.23

CMYK color model

#A9CFDF color CMYK value is (24,7,0,13).

  • cyan value is 24.22%
  • magenta value is 7.17%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(24,7,0,13)
C24M7Y0K13 
(24%,7%,0%,13%)
(0.24/0.07/0.00/0.13)	

CMYK percentages

%24.22
%7.17
%0
%12.55

Codes

Color #A9CFDF in popluar color models

A9CFDF
RGB169207223
HSL198°45.76%76.86%
HSB/HSV198°24.22%87.45%
CMYK24.22%7.17%0.00%
12.55%

Color #A9CFDF in popluar number systems.

HEXA9CFDF
Decimal169207223
Binary101010011100111111011111
Octal251317337

Shades and tints

Shades of #A9CFDF

#A9CFDF
(169,207,223)
#9ABDCB
(154,189,203)
#8BABB7
(139,171,183)
#7C99A3
(124,153,163)
#6D878F
(109,135,143)
#5E757B
(94,117,123)
#4F6367
(79,99,103)
#405153
(64,81,83)
#313F3F
(49,63,63)
#222D2B
(34,45,43)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #A9CFDF

#A9CFDF
(169,207,223)
#B0D3E1
(176,211,225)
#B7D7E3
(183,215,227)
#BEDBE5
(190,219,229)
#C5DFE7
(197,223,231)
#CCE3E9
(204,227,233)
#D3E7EB
(211,231,235)
#DAEBED
(218,235,237)
#E1EFEF
(225,239,239)
#E8F3F1
(232,243,241)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFDF; }

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

This text font color is #A9CFDF.


Background Color

.myBgColor { background-color: #A9CFDF; }

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

This div background color is #A9CFDF.


Border color

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

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

This div border color is #A9CFDF.


Opacity

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

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

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

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

This text has shadow with #A9CFDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CFDF on black background.


Color preview on white background

This text has color #A9CFDF on white background.



Black color preview on #A9CFDF background

This text has black color on #A9CFDF background.


White color preview on #A9CFDF background

This text has white color on #A9CFDF background.