COLOR #A9CBEF

HEX: #A9CBEF
RGB: (169,203,239)

Color info

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

RGB color model

#A9CBEF color RGB value is (169,203,239).

  • red value is 169;
  • green value is 203;
  • blue value is 239.
RGB:
(169,203,239)
(66%,80%,94%)

RGB channels and saturation

R 169 of 255 = 66%
G 203 of 255 = 80%
B 239 of 255 = 94%

169
203
239

R + G + B ~ 80%. #A9CBEF is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 203 + 239 = 611 (100%)
R 169 of 611 ~ 27.66%
G 203 of 611 ~ 33.22%
B 239 of 611 ~ 39.12%

%27.66
%33.22
%39.12

CMYK color model

#A9CBEF color CMYK value is (29,15,0,6).

  • cyan value is 29.29%
  • magenta value is 15.06%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(29,15,0,6)
C29M15Y0K6 
(29%,15%,0%,6%)
(0.29/0.15/0.00/0.06)	

CMYK percentages

%29.29
%15.06
%0
%6.27

Codes

Color #A9CBEF in popluar color models

A9CBEF
RGB169203239
HSL211°68.63%80.00%
HSB/HSV211°29.29%93.73%
CMYK29.29%15.06%0.00%
6.27%

Color #A9CBEF in popluar number systems.

HEXA9CBEF
Decimal169203239
Binary101010011100101111101111
Octal251313357

Shades and tints

Shades of #A9CBEF

#A9CBEF
(169,203,239)
#9AB9DA
(154,185,218)
#8BA7C5
(139,167,197)
#7C95B0
(124,149,176)
#6D839B
(109,131,155)
#5E7186
(94,113,134)
#4F5F71
(79,95,113)
#404D5C
(64,77,92)
#313B47
(49,59,71)
#222932
(34,41,50)
#13171D
(19,23,29)
#000000
(0,0,0)

Tints of #A9CBEF

#A9CBEF
(169,203,239)
#B0CFF0
(176,207,240)
#B7D3F1
(183,211,241)
#BED7F2
(190,215,242)
#C5DBF3
(197,219,243)
#CCDFF4
(204,223,244)
#D3E3F5
(211,227,245)
#DAE7F6
(218,231,246)
#E1EBF7
(225,235,247)
#E8EFF8
(232,239,248)
#EFF3F9
(239,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CBEF; }

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

This text font color is #A9CBEF.


Background Color

.myBgColor { background-color: #A9CBEF; }

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

This div background color is #A9CBEF.


Border color

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

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

This div border color is #A9CBEF.


Opacity

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

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

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

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

This text has shadow with #A9CBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CBEF on black background.


Color preview on white background

This text has color #A9CBEF on white background.



Black color preview on #A9CBEF background

This text has black color on #A9CBEF background.


White color preview on #A9CBEF background

This text has white color on #A9CBEF background.