COLOR #A9DABF

HEX: #A9DABF
RGB: (169,218,191)

Color info

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

RGB color model

#A9DABF color RGB value is (169,218,191).

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

RGB channels and saturation

R 169 of 255 = 66%
G 218 of 255 = 85%
B 191 of 255 = 75%

169
218
191

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

Portions of RGB colors in percentages

R + G + B =
169 + 218 + 191 = 578 (100%)
R 169 of 578 ~ 29.24%
G 218 of 578 ~ 37.72%
B 191 of 578 ~ 33.04%

%29.24
%37.72
%33.04

CMYK color model

#A9DABF color CMYK value is (22,0,12,15).

  • cyan value is 22.48%
  • magenta value is 0.00%
  • yellow value is 12.39%
  • key color value is 14.51%
CMYK:
(22,0,12,15)
C22M0Y12K15 
(22%,0%,12%,15%)
(0.22/0.00/0.12/0.15)	

CMYK percentages

%22.48
%0
%12.39
%14.51

Codes

Color #A9DABF in popluar color models

A9DABF
RGB169218191
HSL147°39.84%75.88%
HSB/HSV147°22.48%85.49%
CMYK22.48%0.00%12.39%
14.51%

Color #A9DABF in popluar number systems.

HEXA9DABF
Decimal169218191
Binary101010011101101010111111
Octal251332277

Shades and tints

Shades of #A9DABF

#A9DABF
(169,218,191)
#9AC7AE
(154,199,174)
#8BB49D
(139,180,157)
#7CA18C
(124,161,140)
#6D8E7B
(109,142,123)
#5E7B6A
(94,123,106)
#4F6859
(79,104,89)
#405548
(64,85,72)
#314237
(49,66,55)
#222F26
(34,47,38)
#131C15
(19,28,21)
#000000
(0,0,0)

Tints of #A9DABF

#A9DABF
(169,218,191)
#B0DDC4
(176,221,196)
#B7E0C9
(183,224,201)
#BEE3CE
(190,227,206)
#C5E6D3
(197,230,211)
#CCE9D8
(204,233,216)
#D3ECDD
(211,236,221)
#DAEFE2
(218,239,226)
#E1F2E7
(225,242,231)
#E8F5EC
(232,245,236)
#EFF8F1
(239,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DABF; }

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

This text font color is #A9DABF.


Background Color

.myBgColor { background-color: #A9DABF; }

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

This div background color is #A9DABF.


Border color

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

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

This div border color is #A9DABF.


Opacity

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

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

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

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

This text has shadow with #A9DABF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DABF on black background.


Color preview on white background

This text has color #A9DABF on white background.



Black color preview on #A9DABF background

This text has black color on #A9DABF background.


White color preview on #A9DABF background

This text has white color on #A9DABF background.