COLOR #A9DFC9

HEX: #A9DFC9
RGB: (169,223,201)

Color info

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

RGB color model

#A9DFC9 color RGB value is (169,223,201).

  • red value is 169;
  • green value is 223;
  • blue value is 201.
RGB:
(169,223,201)
(66%,87%,79%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 201 of 255 = 79%

169
223
201

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

Portions of RGB colors in percentages

R + G + B =
169 + 223 + 201 = 593 (100%)
R 169 of 593 ~ 28.5%
G 223 of 593 ~ 37.61%
B 201 of 593 ~ 33.9%

%28.5
%37.61
%33.9

CMYK color model

#A9DFC9 color CMYK value is (24,0,10,13).

  • cyan value is 24.22%
  • magenta value is 0.00%
  • yellow value is 9.87%
  • key color value is 12.55%
CMYK:
(24,0,10,13)
C24M0Y10K13 
(24%,0%,10%,13%)
(0.24/0.00/0.10/0.13)	

CMYK percentages

%24.22
%0
%9.87
%12.55

Codes

Color #A9DFC9 in popluar color models

A9DFC9
RGB169223201
HSL156°45.76%76.86%
HSB/HSV156°24.22%87.45%
CMYK24.22%0.00%9.87%
12.55%

Color #A9DFC9 in popluar number systems.

HEXA9DFC9
Decimal169223201
Binary101010011101111111001001
Octal251337311

Shades and tints

Shades of #A9DFC9

#A9DFC9
(169,223,201)
#9ACBB7
(154,203,183)
#8BB7A5
(139,183,165)
#7CA393
(124,163,147)
#6D8F81
(109,143,129)
#5E7B6F
(94,123,111)
#4F675D
(79,103,93)
#40534B
(64,83,75)
#313F39
(49,63,57)
#222B27
(34,43,39)
#131715
(19,23,21)
#000000
(0,0,0)

Tints of #A9DFC9

#A9DFC9
(169,223,201)
#B0E1CD
(176,225,205)
#B7E3D1
(183,227,209)
#BEE5D5
(190,229,213)
#C5E7D9
(197,231,217)
#CCE9DD
(204,233,221)
#D3EBE1
(211,235,225)
#DAEDE5
(218,237,229)
#E1EFE9
(225,239,233)
#E8F1ED
(232,241,237)
#EFF3F1
(239,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DFC9 color. Also use rgb(169,223,201) instead hex code.

Text Font Color

.myTextColor { color: #A9DFC9; }

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

This text font color is #A9DFC9.


Background Color

.myBgColor { background-color: #A9DFC9; }

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

This div background color is #A9DFC9.


Border color

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

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

This div border color is #A9DFC9.


Opacity

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

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

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

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

This text has shadow with #A9DFC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DFC9 on black background.


Color preview on white background

This text has color #A9DFC9 on white background.



Black color preview on #A9DFC9 background

This text has black color on #A9DFC9 background.


White color preview on #A9DFC9 background

This text has white color on #A9DFC9 background.