COLOR #A9DBEB

HEX: #A9DBEB RGB: (169,219,235)

Color info

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

RGB color model

#A9DBEB color RGB value is (169,219,235).

RGB: (169,219,235) (66%, 86%, 92%)

RGB channels and saturation

R 169 of 255 = 66%
G 219 of 255 = 86%
B 235 of 255 = 92%

169
219
235

R + G + B ~ 81%. #A9DBEB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 219 + 235 = 623 (100%)
R 169 of 623 ~ 27.13%
G 219 of 623 ~ 35.15%
B 235 of 623 ~ 37.72'%

%27.13
%35.15
%37.72

CMYK color model

#A9DBEB color CMYK value is (28,7,0,8).

  • cyan value is 28.09%
  • magenta value is 6.81%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (28,7,0,8)
C28M7Y0K8 (28%, 7%, 0%, 8%)
(0.28 / 0.07 / 0.00 / 0.08)

CMYK percentages

%28.09
%6.81
%0
%7.84

Codes

Color #A9DBEB in popluar color models

A9 DB EB
RGB 169 219 235
HSL 195° 62.26% 79.22%
HSB/HSV 195° 28.09% 92.16%
CMYK 28.09% 6.81% 0.00%
7.84%

Color #A9DBEB in popluar number systems.

HEX A9 DB EB
Decimal 169 219 235
Binary 10101001 11011011 11101011
Octal 251 333 353

Shades and tints

Shades of #A9DBEB

#A9DBEB
(169,219,235)
#9AC8D6
(154,200,214)
#8BB5C1
(139,181,193)
#7CA2AC
(124,162,172)
#6D8F97
(109,143,151)
#5E7C82
(94,124,130)
#4F696D
(79,105,109)
#405658
(64,86,88)
#314343
(49,67,67)
#22302E
(34,48,46)
#131D19
(19,29,25)
#000000
(0,0,0)

Tints of #A9DBEB

#A9DBEB
(169,219,235)
#B0DEEC
(176,222,236)
#B7E1ED
(183,225,237)
#BEE4EE
(190,228,238)
#C5E7EF
(197,231,239)
#CCEAF0
(204,234,240)
#D3EDF1
(211,237,241)
#DAF0F2
(218,240,242)
#E1F3F3
(225,243,243)
#E8F6F4
(232,246,244)
#EFF9F5
(239,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DBEB; }

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

This text font color is #A9DBEB.

Background Color

.myBgColor { background-color: #A9DBEB; }

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

This div background color is #A9DBEB.

Border color

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

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

This div border color is #A9DBEB.

Opacity

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

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

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

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

This text has shadow with #A9DBEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DBEB.

Preview

Color preview on black background

This text has color #A9DBEB on black background.


Color preview on white background

This text has color #A9DBEB on white background.


Black color preview on #A9DBEB background

This text has black color on #A9DBEB background.


White color preview on #A9DBEB background

This text has white color on #A9DBEB background.


Related colors

Complementary color

Complementary color for #hex is #562414.


I love getcolorcode.com

Triadic colors

1 #EBA9DB and #DBEBA9 with #A9DBEB are triadic colors.

2 #EBDBA9 and #DBA9EB with #A9DBEB are triadic colors.