COLOR #A9DFFB

HEX: #A9DFFB RGB: (169,223,251)

Color info

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

RGB color model

#A9DFFB color RGB value is (169,223,251).

RGB: (169,223,251) (66%, 87%, 98%)

RGB channels and saturation

R 169 of 255 = 66%
G 223 of 255 = 87%
B 251 of 255 = 98%

169
223
251

R + G + B ~ 84%. #A9DFFB is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 223 + 251 = 643 (100%)
R 169 of 643 ~ 26.28%
G 223 of 643 ~ 34.68%
B 251 of 643 ~ 39.04'%

%26.28
%34.68
%39.04

CMYK color model

#A9DFFB color CMYK value is (33,11,0,2).

  • cyan value is 32.67%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (33,11,0,2)
C33M11Y0K2 (33%, 11%, 0%, 2%)
(0.33 / 0.11 / 0.00 / 0.02)

CMYK percentages

%32.67
%11.16
%0
%1.57

Codes

Color #A9DFFB in popluar color models

A9 DF FB
RGB 169 223 251
HSL 200° 91.11% 82.35%
HSB/HSV 200° 32.67% 98.43%
CMYK 32.67% 11.16% 0.00%
1.57%

Color #A9DFFB in popluar number systems.

HEX A9 DF FB
Decimal 169 223 251
Binary 10101001 11011111 11111011
Octal 251 337 373

Shades and tints

Shades of #A9DFFB

#A9DFFB
(169,223,251)
#9ACBE5
(154,203,229)
#8BB7CF
(139,183,207)
#7CA3B9
(124,163,185)
#6D8FA3
(109,143,163)
#5E7B8D
(94,123,141)
#4F6777
(79,103,119)
#405361
(64,83,97)
#313F4B
(49,63,75)
#222B35
(34,43,53)
#13171F
(19,23,31)
#000000
(0,0,0)

Tints of #A9DFFB

#A9DFFB
(169,223,251)
#B0E1FB
(176,225,251)
#B7E3FB
(183,227,251)
#BEE5FB
(190,229,251)
#C5E7FB
(197,231,251)
#CCE9FB
(204,233,251)
#D3EBFB
(211,235,251)
#DAEDFB
(218,237,251)
#E1EFFB
(225,239,251)
#E8F1FB
(232,241,251)
#EFF3FB
(239,243,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DFFB; }

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

This text font color is #A9DFFB.

Background Color

.myBgColor { background-color: #A9DFFB; }

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

This div background color is #A9DFFB.

Border color

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

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

This div border color is #A9DFFB.

Opacity

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

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

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

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

This text has shadow with #A9DFFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DFFB.

Preview

Color preview on black background

This text has color #A9DFFB on black background.


Color preview on white background

This text has color #A9DFFB on white background.


Black color preview on #A9DFFB background

This text has black color on #A9DFFB background.


White color preview on #A9DFFB background

This text has white color on #A9DFFB background.


Related colors

Complementary color

Complementary color for #hex is #562004.


I love getcolorcode.com

Triadic colors

1 #FBA9DF and #DFFBA9 with #A9DFFB are triadic colors.

2 #FBDFA9 and #DFA9FB with #A9DFFB are triadic colors.