COLOR #A9C3EF

HEX: #A9C3EF RGB: (169,195,239)

Color info

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

RGB color model

#A9C3EF color RGB value is (169,195,239).

RGB: (169,195,239) (66%, 76%, 94%)

RGB channels and saturation

R 169 of 255 = 66%
G 195 of 255 = 76%
B 239 of 255 = 94%

169
195
239

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

Portions of RGB colors in percentages

R + G + B = 169 + 195 + 239 = 603 (100%)
R 169 of 603 ~ 28.03%
G 195 of 603 ~ 32.34%
B 239 of 603 ~ 39.64'%

%28.03
%32.34
%39.64

CMYK color model

#A9C3EF color CMYK value is (29,18,0,6).

  • cyan value is 29.29%
  • magenta value is 18.41%
  • yellow value is 0.00%
  • key color value is 6.27%

CMYK: (29,18,0,6)
C29M18Y0K6 (29%, 18%, 0%, 6%)
(0.29 / 0.18 / 0.00 / 0.06)

CMYK percentages

%29.29
%18.41
%0
%6.27

Codes

Color #A9C3EF in popluar color models

A9 C3 EF
RGB 169 195 239
HSL 218° 68.63% 80.00%
HSB/HSV 218° 29.29% 93.73%
CMYK 29.29% 18.41% 0.00%
6.27%

Color #A9C3EF in popluar number systems.

HEX A9 C3 EF
Decimal 169 195 239
Binary 10101001 11000011 11101111
Octal 251 303 357

Shades and tints

Shades of #A9C3EF

#A9C3EF
(169,195,239)
#9AB2DA
(154,178,218)
#8BA1C5
(139,161,197)
#7C90B0
(124,144,176)
#6D7F9B
(109,127,155)
#5E6E86
(94,110,134)
#4F5D71
(79,93,113)
#404C5C
(64,76,92)
#313B47
(49,59,71)
#222A32
(34,42,50)
#13191D
(19,25,29)
#000000
(0,0,0)

Tints of #A9C3EF

#A9C3EF
(169,195,239)
#B0C8F0
(176,200,240)
#B7CDF1
(183,205,241)
#BED2F2
(190,210,242)
#C5D7F3
(197,215,243)
#CCDCF4
(204,220,244)
#D3E1F5
(211,225,245)
#DAE6F6
(218,230,246)
#E1EBF7
(225,235,247)
#E8F0F8
(232,240,248)
#EFF5F9
(239,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C3EF color. Also use rgb(169,195,239) instead hex code.

Text Font Color

.myTextColor { color: #A9C3EF; }

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

This text font color is #A9C3EF.

Background Color

.myBgColor { background-color: #A9C3EF; }

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

This div background color is #A9C3EF.

Border color

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

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

This div border color is #A9C3EF.

Opacity

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

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

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

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

This text has shadow with #A9C3EF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9C3EF.

Preview

Color preview on black background

This text has color #A9C3EF on black background.


Color preview on white background

This text has color #A9C3EF on white background.


Black color preview on #A9C3EF background

This text has black color on #A9C3EF background.


White color preview on #A9C3EF background

This text has white color on #A9C3EF background.


Related colors

Complementary color

Complementary color for #hex is #563C10.


I love getcolorcode.com

Triadic colors

1 #EFA9C3 and #C3EFA9 with #A9C3EF are triadic colors.

2 #EFC3A9 and #C3A9EF with #A9C3EF are triadic colors.