COLOR #A9DABD

HEX: #A9DABD
RGB: (169,218,189)

Color info

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

RGB color model

#A9DABD color RGB value is (169,218,189).

  • red value is 169;
  • green value is 218;
  • blue value is 189.
RGB:
(169,218,189)
(66%,85%,74%)

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 189 of 255 = 74%

169
218
189

R + G + B ~ 75%. #A9DABD is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 189 = 576 (100%)
R 169 of 576 ~ 29.34%
G 218 of 576 ~ 37.85%
B 189 of 576 ~ 32.81%

%29.34
%37.85
%32.81

CMYK color model

#A9DABD color CMYK value is (22,0,13,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 13.30%
  • key color value is 14.51%
CMYK:
(22,0,13,15)
C22M0Y13K15 
(22%,0%,13%,15%)
(0.22/0.00/0.13/0.15)	

CMYK percentages

%22.48
%0
%13.3
%14.51

Codes

Color #A9DABD in popluar color models

A9DABD
RGB169218189
HSL144°39.84%75.88%
HSB/HSV144°22.48%85.49%
CMYK22.48%0.00%13.30%
14.51%

Color #A9DABD in popluar number systems.

HEXA9DABD
Decimal169218189
Binary101010011101101010111101
Octal251332275

Shades and tints

Shades of #A9DABD

#A9DABD
(169,218,189)
#9AC7AC
(154,199,172)
#8BB49B
(139,180,155)
#7CA18A
(124,161,138)
#6D8E79
(109,142,121)
#5E7B68
(94,123,104)
#4F6857
(79,104,87)
#405546
(64,85,70)
#314235
(49,66,53)
#222F24
(34,47,36)
#131C13
(19,28,19)
#000000
(0,0,0)

Tints of #A9DABD

#A9DABD
(169,218,189)
#B0DDC3
(176,221,195)
#B7E0C9
(183,224,201)
#BEE3CF
(190,227,207)
#C5E6D5
(197,230,213)
#CCE9DB
(204,233,219)
#D3ECE1
(211,236,225)
#DAEFE7
(218,239,231)
#E1F2ED
(225,242,237)
#E8F5F3
(232,245,243)
#EFF8F9
(239,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DABD color. Also use rgb(169,218,189) instead hex code.

Text Font Color

.myTextColor { color: #A9DABD; }

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

This text font color is #A9DABD.


Background Color

.myBgColor { background-color: #A9DABD; }

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

This div background color is #A9DABD.


Border color

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

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

This div border color is #A9DABD.


Opacity

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

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

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

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

This text has shadow with #A9DABD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DABD on black background.


Color preview on white background

This text has color #A9DABD on white background.



Black color preview on #A9DABD background

This text has black color on #A9DABD background.


White color preview on #A9DABD background

This text has white color on #A9DABD background.