COLOR #A9DBD8

HEX: #A9DBD8
RGB: (169,219,216)

Color info

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

RGB color model

#A9DBD8 color RGB value is (169,219,216).

  • red value is 169;
  • green value is 219;
  • blue value is 216.
RGB:
(169,219,216)
(66%,86%,85%)

RGB channels and saturation

R 169 of 255 = 66%
G 219 of 255 = 86%
B 216 of 255 = 85%

169
219
216

R + G + B ~ 79%. #A9DBD8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 219 + 216 = 604 (100%)
R 169 of 604 ~ 27.98%
G 219 of 604 ~ 36.26%
B 216 of 604 ~ 35.76%

%27.98
%36.26
%35.76

CMYK color model

#A9DBD8 color CMYK value is (23,0,1,14).

  • cyan value is 22.83%
  • magenta value is 0.00%
  • yellow value is 1.37%
  • key color value is 14.12%
CMYK:
(23,0,1,14)
C23M0Y1K14 
(23%,0%,1%,14%)
(0.23/0.00/0.01/0.14)	

CMYK percentages

%22.83
%0
%1.37
%14.12

Codes

Color #A9DBD8 in popluar color models

A9DBD8
RGB169219216
HSL176°40.98%76.08%
HSB/HSV176°22.83%85.88%
CMYK22.83%0.00%1.37%
14.12%

Color #A9DBD8 in popluar number systems.

HEXA9DBD8
Decimal169219216
Binary101010011101101111011000
Octal251333330

Shades and tints

Shades of #A9DBD8

#A9DBD8
(169,219,216)
#9AC8C5
(154,200,197)
#8BB5B2
(139,181,178)
#7CA29F
(124,162,159)
#6D8F8C
(109,143,140)
#5E7C79
(94,124,121)
#4F6966
(79,105,102)
#405653
(64,86,83)
#314340
(49,67,64)
#22302D
(34,48,45)
#131D1A
(19,29,26)
#000000
(0,0,0)

Tints of #A9DBD8

#A9DBD8
(169,219,216)
#B0DEDB
(176,222,219)
#B7E1DE
(183,225,222)
#BEE4E1
(190,228,225)
#C5E7E4
(197,231,228)
#CCEAE7
(204,234,231)
#D3EDEA
(211,237,234)
#DAF0ED
(218,240,237)
#E1F3F0
(225,243,240)
#E8F6F3
(232,246,243)
#EFF9F6
(239,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9DBD8 color. Also use rgb(169,219,216) instead hex code.

Text Font Color

.myTextColor { color: #A9DBD8; }

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

This text font color is #A9DBD8.


Background Color

.myBgColor { background-color: #A9DBD8; }

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

This div background color is #A9DBD8.


Border color

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

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

This div border color is #A9DBD8.


Opacity

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

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

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

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

This text has shadow with #A9DBD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DBD8 on black background.


Color preview on white background

This text has color #A9DBD8 on white background.



Black color preview on #A9DBD8 background

This text has black color on #A9DBD8 background.


White color preview on #A9DBD8 background

This text has white color on #A9DBD8 background.