COLOR #A9C6EA

HEX: #A9C6EA
RGB: (169,198,234)

Color info

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

RGB color model

#A9C6EA color RGB value is (169,198,234).

  • red value is 169;
  • green value is 198;
  • blue value is 234.
RGB:
(169,198,234)
(66%,78%,92%)

RGB channels and saturation

R 169 of 255 = 66%
G 198 of 255 = 78%
B 234 of 255 = 92%

169
198
234

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

Portions of RGB colors in percentages

R + G + B =
169 + 198 + 234 = 601 (100%)
R 169 of 601 ~ 28.12%
G 198 of 601 ~ 32.95%
B 234 of 601 ~ 38.94%

%28.12
%32.95
%38.94

CMYK color model

#A9C6EA color CMYK value is (28,15,0,8).

  • cyan value is 27.78%
  • magenta value is 15.38%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,15,0,8)
C28M15Y0K8 
(28%,15%,0%,8%)
(0.28/0.15/0.00/0.08)	

CMYK percentages

%27.78
%15.38
%0
%8.24

Codes

Color #A9C6EA in popluar color models

A9C6EA
RGB169198234
HSL213°60.75%79.02%
HSB/HSV213°27.78%91.76%
CMYK27.78%15.38%0.00%
8.24%

Color #A9C6EA in popluar number systems.

HEXA9C6EA
Decimal169198234
Binary101010011100011011101010
Octal251306352

Shades and tints

Shades of #A9C6EA

#A9C6EA
(169,198,234)
#9AB4D5
(154,180,213)
#8BA2C0
(139,162,192)
#7C90AB
(124,144,171)
#6D7E96
(109,126,150)
#5E6C81
(94,108,129)
#4F5A6C
(79,90,108)
#404857
(64,72,87)
#313642
(49,54,66)
#22242D
(34,36,45)
#131218
(19,18,24)
#000000
(0,0,0)

Tints of #A9C6EA

#A9C6EA
(169,198,234)
#B0CBEB
(176,203,235)
#B7D0EC
(183,208,236)
#BED5ED
(190,213,237)
#C5DAEE
(197,218,238)
#CCDFEF
(204,223,239)
#D3E4F0
(211,228,240)
#DAE9F1
(218,233,241)
#E1EEF2
(225,238,242)
#E8F3F3
(232,243,243)
#EFF8F4
(239,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9C6EA color. Also use rgb(169,198,234) instead hex code.

Text Font Color

.myTextColor { color: #A9C6EA; }

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

This text font color is #A9C6EA.


Background Color

.myBgColor { background-color: #A9C6EA; }

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

This div background color is #A9C6EA.


Border color

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

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

This div border color is #A9C6EA.


Opacity

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

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

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

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

This text has shadow with #A9C6EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C6EA on black background.


Color preview on white background

This text has color #A9C6EA on white background.



Black color preview on #A9C6EA background

This text has black color on #A9C6EA background.


White color preview on #A9C6EA background

This text has white color on #A9C6EA background.