COLOR #A9DDC5

HEX: #A9DDC5
RGB: (169,221,197)

Color info

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

RGB color model

#A9DDC5 color RGB value is (169,221,197).

  • red value is 169;
  • green value is 221;
  • blue value is 197.
RGB:
(169,221,197)
(66%,87%,77%)

RGB channels and saturation

R 169 of 255 = 66%
G 221 of 255 = 87%
B 197 of 255 = 77%

169
221
197

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

Portions of RGB colors in percentages

R + G + B =
169 + 221 + 197 = 587 (100%)
R 169 of 587 ~ 28.79%
G 221 of 587 ~ 37.65%
B 197 of 587 ~ 33.56%

%28.79
%37.65
%33.56

CMYK color model

#A9DDC5 color CMYK value is (24,0,11,13).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 10.86%
  • key color value is 13.33%
CMYK:
(24,0,11,13)
C24M0Y11K13 
(24%,0%,11%,13%)
(0.24/0.00/0.11/0.13)	

CMYK percentages

%23.53
%0
%10.86
%13.33

Codes

Color #A9DDC5 in popluar color models

A9DDC5
RGB169221197
HSL152°43.33%76.47%
HSB/HSV152°23.53%86.67%
CMYK23.53%0.00%10.86%
13.33%

Color #A9DDC5 in popluar number systems.

HEXA9DDC5
Decimal169221197
Binary101010011101110111000101
Octal251335305

Shades and tints

Shades of #A9DDC5

#A9DDC5
(169,221,197)
#9AC9B4
(154,201,180)
#8BB5A3
(139,181,163)
#7CA192
(124,161,146)
#6D8D81
(109,141,129)
#5E7970
(94,121,112)
#4F655F
(79,101,95)
#40514E
(64,81,78)
#313D3D
(49,61,61)
#22292C
(34,41,44)
#13151B
(19,21,27)
#000000
(0,0,0)

Tints of #A9DDC5

#A9DDC5
(169,221,197)
#B0E0CA
(176,224,202)
#B7E3CF
(183,227,207)
#BEE6D4
(190,230,212)
#C5E9D9
(197,233,217)
#CCECDE
(204,236,222)
#D3EFE3
(211,239,227)
#DAF2E8
(218,242,232)
#E1F5ED
(225,245,237)
#E8F8F2
(232,248,242)
#EFFBF7
(239,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DDC5 color. Also use rgb(169,221,197) instead hex code.

Text Font Color

.myTextColor { color: #A9DDC5; }

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

This text font color is #A9DDC5.


Background Color

.myBgColor { background-color: #A9DDC5; }

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

This div background color is #A9DDC5.


Border color

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

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

This div border color is #A9DDC5.


Opacity

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

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

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

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

This text has shadow with #A9DDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DDC5 on black background.


Color preview on white background

This text has color #A9DDC5 on white background.



Black color preview on #A9DDC5 background

This text has black color on #A9DDC5 background.


White color preview on #A9DDC5 background

This text has white color on #A9DDC5 background.