COLOR #A9C5EB

HEX: #A9C5EB
RGB: (169,197,235)

Color info

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

RGB color model

#A9C5EB color RGB value is (169,197,235).

  • red value is 169;
  • green value is 197;
  • blue value is 235.
RGB:
(169,197,235)
(66%,77%,92%)

RGB channels and saturation

R 169 of 255 = 66%
G 197 of 255 = 77%
B 235 of 255 = 92%

169
197
235

R + G + B ~ 78%. #A9C5EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 197 + 235 = 601 (100%)
R 169 of 601 ~ 28.12%
G 197 of 601 ~ 32.78%
B 235 of 601 ~ 39.1%

%28.12
%32.78
%39.1

CMYK color model

#A9C5EB color CMYK value is (28,16,0,8).

  • cyan value is 28.09%
  • magenta value is 16.17%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(28,16,0,8)
C28M16Y0K8 
(28%,16%,0%,8%)
(0.28/0.16/0.00/0.08)	

CMYK percentages

%28.09
%16.17
%0
%7.84

Codes

Color #A9C5EB in popluar color models

A9C5EB
RGB169197235
HSL215°62.26%79.22%
HSB/HSV215°28.09%92.16%
CMYK28.09%16.17%0.00%
7.84%

Color #A9C5EB in popluar number systems.

HEXA9C5EB
Decimal169197235
Binary101010011100010111101011
Octal251305353

Shades and tints

Shades of #A9C5EB

#A9C5EB
(169,197,235)
#9AB4D6
(154,180,214)
#8BA3C1
(139,163,193)
#7C92AC
(124,146,172)
#6D8197
(109,129,151)
#5E7082
(94,112,130)
#4F5F6D
(79,95,109)
#404E58
(64,78,88)
#313D43
(49,61,67)
#222C2E
(34,44,46)
#131B19
(19,27,25)
#000000
(0,0,0)

Tints of #A9C5EB

#A9C5EB
(169,197,235)
#B0CAEC
(176,202,236)
#B7CFED
(183,207,237)
#BED4EE
(190,212,238)
#C5D9EF
(197,217,239)
#CCDEF0
(204,222,240)
#D3E3F1
(211,227,241)
#DAE8F2
(218,232,242)
#E1EDF3
(225,237,243)
#E8F2F4
(232,242,244)
#EFF7F5
(239,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C5EB; }

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

This text font color is #A9C5EB.


Background Color

.myBgColor { background-color: #A9C5EB; }

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

This div background color is #A9C5EB.


Border color

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

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

This div border color is #A9C5EB.


Opacity

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

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

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

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

This text has shadow with #A9C5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C5EB on black background.


Color preview on white background

This text has color #A9C5EB on white background.



Black color preview on #A9C5EB background

This text has black color on #A9C5EB background.


White color preview on #A9C5EB background

This text has white color on #A9C5EB background.