COLOR #A9CFD6

HEX: #A9CFD6 RGB: (169,207,214)

Color info

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

RGB color model

#A9CFD6 color RGB value is (169,207,214).

RGB: (169,207,214) (66%, 81%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 214 of 255 = 84%

169
207
214

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

Portions of RGB colors in percentages

R + G + B = 169 + 207 + 214 = 590 (100%)
R 169 of 590 ~ 28.64%
G 207 of 590 ~ 35.08%
B 214 of 590 ~ 36.27'%

%28.64
%35.08
%36.27

CMYK color model

#A9CFD6 color CMYK value is (21,3,0,16).

  • cyan value is 21.03%
  • magenta value is 3.27%
  • yellow value is 0.00%
  • key color value is 16.08%

CMYK: (21,3,0,16)
C21M3Y0K16 (21%, 3%, 0%, 16%)
(0.21 / 0.03 / 0.00 / 0.16)

CMYK percentages

%21.03
%3.27
%0
%16.08

Codes

Color #A9CFD6 in popluar color models

A9 CF D6
RGB 169 207 214
HSL 189° 35.43% 75.10%
HSB/HSV 189° 21.03% 83.92%
CMYK 21.03% 3.27% 0.00%
16.08%

Color #A9CFD6 in popluar number systems.

HEX A9 CF D6
Decimal 169 207 214
Binary 10101001 11001111 11010110
Octal 251 317 326

Shades and tints

Shades of #A9CFD6

#A9CFD6
(169,207,214)
#9ABDC3
(154,189,195)
#8BABB0
(139,171,176)
#7C999D
(124,153,157)
#6D878A
(109,135,138)
#5E7577
(94,117,119)
#4F6364
(79,99,100)
#405151
(64,81,81)
#313F3E
(49,63,62)
#222D2B
(34,45,43)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #A9CFD6

#A9CFD6
(169,207,214)
#B0D3D9
(176,211,217)
#B7D7DC
(183,215,220)
#BEDBDF
(190,219,223)
#C5DFE2
(197,223,226)
#CCE3E5
(204,227,229)
#D3E7E8
(211,231,232)
#DAEBEB
(218,235,235)
#E1EFEE
(225,239,238)
#E8F3F1
(232,243,241)
#EFF7F4
(239,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFD6; }

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

This text font color is #A9CFD6.

Background Color

.myBgColor { background-color: #A9CFD6; }

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

This div background color is #A9CFD6.

Border color

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

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

This div border color is #A9CFD6.

Opacity

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

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

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

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

This text has shadow with #A9CFD6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CFD6.

Preview

Color preview on black background

This text has color #A9CFD6 on black background.


Color preview on white background

This text has color #A9CFD6 on white background.


Black color preview on #A9CFD6 background

This text has black color on #A9CFD6 background.


White color preview on #A9CFD6 background

This text has white color on #A9CFD6 background.


Related colors

Complementary color

Complementary color for #hex is #563029.


I love getcolorcode.com

Triadic colors

1 #D6A9CF and #CFD6A9 with #A9CFD6 are triadic colors.

2 #D6CFA9 and #CFA9D6 with #A9CFD6 are triadic colors.