COLOR #A9CFD5

HEX: #A9CFD5 RGB: (169,207,213)

Color info

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

RGB color model

#A9CFD5 color RGB value is (169,207,213).

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

RGB channels and saturation

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

169
207
213

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

Portions of RGB colors in percentages

R + G + B = 169 + 207 + 213 = 589 (100%)
R 169 of 589 ~ 28.69%
G 207 of 589 ~ 35.14%
B 213 of 589 ~ 36.16'%

%28.69
%35.14
%36.16

CMYK color model

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

  • cyan value is 20.66%
  • magenta value is 2.82%
  • yellow value is 0.00%
  • key color value is 16.47%

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

CMYK percentages

%20.66
%2.82
%0
%16.47

Codes

Color #A9CFD5 in popluar color models

A9 CF D5
RGB 169 207 213
HSL 188° 34.38% 74.90%
HSB/HSV 188° 20.66% 83.53%
CMYK 20.66% 2.82% 0.00%
16.47%

Color #A9CFD5 in popluar number systems.

HEX A9 CF D5
Decimal 169 207 213
Binary 10101001 11001111 11010101
Octal 251 317 325

Shades and tints

Shades of #A9CFD5

#A9CFD5
(169,207,213)
#9ABDC2
(154,189,194)
#8BABAF
(139,171,175)
#7C999C
(124,153,156)
#6D8789
(109,135,137)
#5E7576
(94,117,118)
#4F6363
(79,99,99)
#405150
(64,81,80)
#313F3D
(49,63,61)
#222D2A
(34,45,42)
#131B17
(19,27,23)
#000000
(0,0,0)

Tints of #A9CFD5

#A9CFD5
(169,207,213)
#B0D3D8
(176,211,216)
#B7D7DB
(183,215,219)
#BEDBDE
(190,219,222)
#C5DFE1
(197,223,225)
#CCE3E4
(204,227,228)
#D3E7E7
(211,231,231)
#DAEBEA
(218,235,234)
#E1EFED
(225,239,237)
#E8F3F0
(232,243,240)
#EFF7F3
(239,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFD5; }

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

This text font color is #A9CFD5.

Background Color

.myBgColor { background-color: #A9CFD5; }

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

This div background color is #A9CFD5.

Border color

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

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

This div border color is #A9CFD5.

Opacity

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

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

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

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

This text has shadow with #A9CFD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CFD5.

Preview

Color preview on black background

This text has color #A9CFD5 on black background.


Color preview on white background

This text has color #A9CFD5 on white background.


Black color preview on #A9CFD5 background

This text has black color on #A9CFD5 background.


White color preview on #A9CFD5 background

This text has white color on #A9CFD5 background.


Related colors

Complementary color

Complementary color for #hex is #56302A.


I love getcolorcode.com

Triadic colors

1 #D5A9CF and #CFD5A9 with #A9CFD5 are triadic colors.

2 #D5CFA9 and #CFA9D5 with #A9CFD5 are triadic colors.