COLOR #A9CFD1

HEX: #A9CFD1
RGB: (169,207,209)

Color info

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

RGB color model

#A9CFD1 color RGB value is (169,207,209).

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

RGB channels and saturation

R 169 of 255 = 66%
G 207 of 255 = 81%
B 209 of 255 = 82%

169
207
209

R + G + B ~ 76%. #A9CFD1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 207 + 209 = 585 (100%)
R 169 of 585 ~ 28.89%
G 207 of 585 ~ 35.38%
B 209 of 585 ~ 35.73%

%28.89
%35.38
%35.73

CMYK color model

#A9CFD1 color CMYK value is (19,1,0,18).

  • cyan value is 19.14%
  • magenta value is 0.96%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(19,1,0,18)
C19M1Y0K18 
(19%,1%,0%,18%)
(0.19/0.01/0.00/0.18)	

CMYK percentages

%19.14
%0.96
%0
%18.04

Codes

Color #A9CFD1 in popluar color models

A9CFD1
RGB169207209
HSL183°30.30%74.12%
HSB/HSV183°19.14%81.96%
CMYK19.14%0.96%0.00%
18.04%

Color #A9CFD1 in popluar number systems.

HEXA9CFD1
Decimal169207209
Binary101010011100111111010001
Octal251317321

Shades and tints

Shades of #A9CFD1

#A9CFD1
(169,207,209)
#9ABDBE
(154,189,190)
#8BABAB
(139,171,171)
#7C9998
(124,153,152)
#6D8785
(109,135,133)
#5E7572
(94,117,114)
#4F635F
(79,99,95)
#40514C
(64,81,76)
#313F39
(49,63,57)
#222D26
(34,45,38)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #A9CFD1

#A9CFD1
(169,207,209)
#B0D3D5
(176,211,213)
#B7D7D9
(183,215,217)
#BEDBDD
(190,219,221)
#C5DFE1
(197,223,225)
#CCE3E5
(204,227,229)
#D3E7E9
(211,231,233)
#DAEBED
(218,235,237)
#E1EFF1
(225,239,241)
#E8F3F5
(232,243,245)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CFD1; }

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

This text font color is #A9CFD1.


Background Color

.myBgColor { background-color: #A9CFD1; }

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

This div background color is #A9CFD1.


Border color

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

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

This div border color is #A9CFD1.


Opacity

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

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

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

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

This text has shadow with #A9CFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CFD1 on black background.


Color preview on white background

This text has color #A9CFD1 on white background.



Black color preview on #A9CFD1 background

This text has black color on #A9CFD1 background.


White color preview on #A9CFD1 background

This text has white color on #A9CFD1 background.