COLOR #A9CFDA

HEX: #A9CFDA RGB: (169,207,218)

Color info

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

RGB color model

#A9CFDA color RGB value is (169,207,218).

RGB: (169,207,218) (66%, 81%, 85%)

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 218 of 255 = 85%

169
207
218

R + G + B ~ 77%. #A9CFDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 207 + 218 = 594 (100%)
R 169 of 594 ~ 28.45%
G 207 of 594 ~ 34.85%
B 218 of 594 ~ 36.7'%

%28.45
%34.85
%36.7

CMYK color model

#A9CFDA color CMYK value is (22,5,0,15).

  • cyan value is 22.48%
  • magenta value is 5.05%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (22,5,0,15)
C22M5Y0K15 (22%, 5%, 0%, 15%)
(0.22 / 0.05 / 0.00 / 0.15)

CMYK percentages

%22.48
%5.05
%0
%14.51

Codes

Color #A9CFDA in popluar color models

A9 CF DA
RGB 169 207 218
HSL 193° 39.84% 75.88%
HSB/HSV 193° 22.48% 85.49%
CMYK 22.48% 5.05% 0.00%
14.51%

Color #A9CFDA in popluar number systems.

HEX A9 CF DA
Decimal 169 207 218
Binary 10101001 11001111 11011010
Octal 251 317 332

Shades and tints

Shades of #A9CFDA

#A9CFDA
(169,207,218)
#9ABDC7
(154,189,199)
#8BABB4
(139,171,180)
#7C99A1
(124,153,161)
#6D878E
(109,135,142)
#5E757B
(94,117,123)
#4F6368
(79,99,104)
#405155
(64,81,85)
#313F42
(49,63,66)
#222D2F
(34,45,47)
#131B1C
(19,27,28)
#000000
(0,0,0)

Tints of #A9CFDA

#A9CFDA
(169,207,218)
#B0D3DD
(176,211,221)
#B7D7E0
(183,215,224)
#BEDBE3
(190,219,227)
#C5DFE6
(197,223,230)
#CCE3E9
(204,227,233)
#D3E7EC
(211,231,236)
#DAEBEF
(218,235,239)
#E1EFF2
(225,239,242)
#E8F3F5
(232,243,245)
#EFF7F8
(239,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFDA; }

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

This text font color is #A9CFDA.

Background Color

.myBgColor { background-color: #A9CFDA; }

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

This div background color is #A9CFDA.

Border color

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

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

This div border color is #A9CFDA.

Opacity

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

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

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

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

This text has shadow with #A9CFDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CFDA.

Preview

Color preview on black background

This text has color #A9CFDA on black background.


Color preview on white background

This text has color #A9CFDA on white background.


Black color preview on #A9CFDA background

This text has black color on #A9CFDA background.


White color preview on #A9CFDA background

This text has white color on #A9CFDA background.


Related colors

Complementary color

Complementary color for #hex is #563025.


I love getcolorcode.com

Triadic colors

1 #DAA9CF and #CFDAA9 with #A9CFDA are triadic colors.

2 #DACFA9 and #CFA9DA with #A9CFDA are triadic colors.