COLOR #A9DDEB

HEX: #A9DDEB
RGB: (169,221,235)

Color info

#A9DDEB contains mainly green and blue colors. Web safe color of #A9DDEB is #99CCFF (or #9CF).

RGB color model

#A9DDEB color RGB value is (169,221,235).

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

RGB channels and saturation

R 169 of 255 = 66%
G 221 of 255 = 87%
B 235 of 255 = 92%

169
221
235

R + G + B ~ 82%. #A9DDEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 221 + 235 = 625 (100%)
R 169 of 625 ~ 27.04%
G 221 of 625 ~ 35.36%
B 235 of 625 ~ 37.6%

%27.04
%35.36
%37.6

CMYK color model

#A9DDEB color CMYK value is (28,6,0,8).

  • cyan value is 28.09%
  • magenta value is 5.96%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,6,0,8)
C28M6Y0K8 
(28%,6%,0%,8%)
(0.28/0.06/0.00/0.08)	

CMYK percentages

%28.09
%5.96
%0
%7.84

Codes

Color #A9DDEB in popluar color models

A9DDEB
RGB169221235
HSL193°62.26%79.22%
HSB/HSV193°28.09%92.16%
CMYK28.09%5.96%0.00%
7.84%

Color #A9DDEB in popluar number systems.

HEXA9DDEB
Decimal169221235
Binary101010011101110111101011
Octal251335353

Shades and tints

Shades of #A9DDEB

#A9DDEB
(169,221,235)
#9AC9D6
(154,201,214)
#8BB5C1
(139,181,193)
#7CA1AC
(124,161,172)
#6D8D97
(109,141,151)
#5E7982
(94,121,130)
#4F656D
(79,101,109)
#405158
(64,81,88)
#313D43
(49,61,67)
#22292E
(34,41,46)
#131519
(19,21,25)
#000000
(0,0,0)

Tints of #A9DDEB

#A9DDEB
(169,221,235)
#B0E0EC
(176,224,236)
#B7E3ED
(183,227,237)
#BEE6EE
(190,230,238)
#C5E9EF
(197,233,239)
#CCECF0
(204,236,240)
#D3EFF1
(211,239,241)
#DAF2F2
(218,242,242)
#E1F5F3
(225,245,243)
#E8F8F4
(232,248,244)
#EFFBF5
(239,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DDEB; }

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

This text font color is #A9DDEB.


Background Color

.myBgColor { background-color: #A9DDEB; }

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

This div background color is #A9DDEB.


Border color

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

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

This div border color is #A9DDEB.


Opacity

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

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

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

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

This text has shadow with #A9DDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9DDEB on black background.


Color preview on white background

This text has color #A9DDEB on white background.



Black color preview on #A9DDEB background

This text has black color on #A9DDEB background.


White color preview on #A9DDEB background

This text has white color on #A9DDEB background.