COLOR #A9DFEB

HEX: #A9DFEB RGB: (169,223,235)

Color info

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

RGB color model

#A9DFEB color RGB value is (169,223,235).

RGB: (169,223,235) (66%, 87%, 92%)

RGB channels and saturation

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

169
223
235

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

Portions of RGB colors in percentages

R + G + B = 169 + 223 + 235 = 627 (100%)
R 169 of 627 ~ 26.95%
G 223 of 627 ~ 35.57%
B 235 of 627 ~ 37.48'%

%26.95
%35.57
%37.48

CMYK color model

#A9DFEB color CMYK value is (28,5,0,8).

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

CMYK: (28,5,0,8)
C28M5Y0K8 (28%, 5%, 0%, 8%)
(0.28 / 0.05 / 0.00 / 0.08)

CMYK percentages

%28.09
%5.11
%0
%7.84

Codes

Color #A9DFEB in popluar color models

A9 DF EB
RGB 169 223 235
HSL 191° 62.26% 79.22%
HSB/HSV 191° 28.09% 92.16%
CMYK 28.09% 5.11% 0.00%
7.84%

Color #A9DFEB in popluar number systems.

HEX A9 DF EB
Decimal 169 223 235
Binary 10101001 11011111 11101011
Octal 251 337 353

Shades and tints

Shades of #A9DFEB

#A9DFEB
(169,223,235)
#9ACBD6
(154,203,214)
#8BB7C1
(139,183,193)
#7CA3AC
(124,163,172)
#6D8F97
(109,143,151)
#5E7B82
(94,123,130)
#4F676D
(79,103,109)
#405358
(64,83,88)
#313F43
(49,63,67)
#222B2E
(34,43,46)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #A9DFEB

#A9DFEB
(169,223,235)
#B0E1EC
(176,225,236)
#B7E3ED
(183,227,237)
#BEE5EE
(190,229,238)
#C5E7EF
(197,231,239)
#CCE9F0
(204,233,240)
#D3EBF1
(211,235,241)
#DAEDF2
(218,237,242)
#E1EFF3
(225,239,243)
#E8F1F4
(232,241,244)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DFEB; }

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

This text font color is #A9DFEB.

Background Color

.myBgColor { background-color: #A9DFEB; }

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

This div background color is #A9DFEB.

Border color

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

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

This div border color is #A9DFEB.

Opacity

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

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

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

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

This text has shadow with #A9DFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DFEB.

Preview

Color preview on black background

This text has color #A9DFEB on black background.


Color preview on white background

This text has color #A9DFEB on white background.


Black color preview on #A9DFEB background

This text has black color on #A9DFEB background.


White color preview on #A9DFEB background

This text has white color on #A9DFEB background.


Related colors

Complementary color

Complementary color for #hex is #562014.


I love getcolorcode.com

Triadic colors

1 #EBA9DF and #DFEBA9 with #A9DFEB are triadic colors.

2 #EBDFA9 and #DFA9EB with #A9DFEB are triadic colors.