COLOR #A9CFD7

HEX: #A9CFD7 RGB: (169,207,215)

Color info

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

RGB color model

#A9CFD7 color RGB value is (169,207,215).

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

RGB channels and saturation

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

169
207
215

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

Portions of RGB colors in percentages

R + G + B = 169 + 207 + 215 = 591 (100%)
R 169 of 591 ~ 28.6%
G 207 of 591 ~ 35.03%
B 215 of 591 ~ 36.38'%

%28.6
%35.03
%36.38

CMYK color model

#A9CFD7 color CMYK value is (21,4,0,16).

  • cyan value is 21.40%
  • magenta value is 3.72%
  • yellow value is 0.00%
  • key color value is 15.69%

CMYK: (21,4,0,16)
C21M4Y0K16 (21%, 4%, 0%, 16%)
(0.21 / 0.04 / 0.00 / 0.16)

CMYK percentages

%21.4
%3.72
%0
%15.69

Codes

Color #A9CFD7 in popluar color models

A9 CF D7
RGB 169 207 215
HSL 190° 36.51% 75.29%
HSB/HSV 190° 21.40% 84.31%
CMYK 21.40% 3.72% 0.00%
15.69%

Color #A9CFD7 in popluar number systems.

HEX A9 CF D7
Decimal 169 207 215
Binary 10101001 11001111 11010111
Octal 251 317 327

Shades and tints

Shades of #A9CFD7

#A9CFD7
(169,207,215)
#9ABDC4
(154,189,196)
#8BABB1
(139,171,177)
#7C999E
(124,153,158)
#6D878B
(109,135,139)
#5E7578
(94,117,120)
#4F6365
(79,99,101)
#405152
(64,81,82)
#313F3F
(49,63,63)
#222D2C
(34,45,44)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #A9CFD7

#A9CFD7
(169,207,215)
#B0D3DA
(176,211,218)
#B7D7DD
(183,215,221)
#BEDBE0
(190,219,224)
#C5DFE3
(197,223,227)
#CCE3E6
(204,227,230)
#D3E7E9
(211,231,233)
#DAEBEC
(218,235,236)
#E1EFEF
(225,239,239)
#E8F3F2
(232,243,242)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFD7; }

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

This text font color is #A9CFD7.

Background Color

.myBgColor { background-color: #A9CFD7; }

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

This div background color is #A9CFD7.

Border color

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

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

This div border color is #A9CFD7.

Opacity

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

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

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

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

This text has shadow with #A9CFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CFD7.

Preview

Color preview on black background

This text has color #A9CFD7 on black background.


Color preview on white background

This text has color #A9CFD7 on white background.


Black color preview on #A9CFD7 background

This text has black color on #A9CFD7 background.


White color preview on #A9CFD7 background

This text has white color on #A9CFD7 background.


Related colors

Complementary color

Complementary color for #hex is #563028.


I love getcolorcode.com

Triadic colors

1 #D7A9CF and #CFD7A9 with #A9CFD7 are triadic colors.

2 #D7CFA9 and #CFA9D7 with #A9CFD7 are triadic colors.