COLOR #A9CEEA

HEX: #A9CEEA
RGB: (169,206,234)

Color info

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

RGB color model

#A9CEEA color RGB value is (169,206,234).

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

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 234 of 255 = 92%

169
206
234

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

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 234 = 609 (100%)
R 169 of 609 ~ 27.75%
G 206 of 609 ~ 33.83%
B 234 of 609 ~ 38.42%

%27.75
%33.83
%38.42

CMYK color model

#A9CEEA color CMYK value is (28,12,0,8).

  • cyan value is 27.78%
  • magenta value is 11.97%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(28,12,0,8)
C28M12Y0K8 
(28%,12%,0%,8%)
(0.28/0.12/0.00/0.08)	

CMYK percentages

%27.78
%11.97
%0
%8.24

Codes

Color #A9CEEA in popluar color models

A9CEEA
RGB169206234
HSL206°60.75%79.02%
HSB/HSV206°27.78%91.76%
CMYK27.78%11.97%0.00%
8.24%

Color #A9CEEA in popluar number systems.

HEXA9CEEA
Decimal169206234
Binary101010011100111011101010
Octal251316352

Shades and tints

Shades of #A9CEEA

#A9CEEA
(169,206,234)
#9ABCD5
(154,188,213)
#8BAAC0
(139,170,192)
#7C98AB
(124,152,171)
#6D8696
(109,134,150)
#5E7481
(94,116,129)
#4F626C
(79,98,108)
#405057
(64,80,87)
#313E42
(49,62,66)
#222C2D
(34,44,45)
#131A18
(19,26,24)
#000000
(0,0,0)

Tints of #A9CEEA

#A9CEEA
(169,206,234)
#B0D2EB
(176,210,235)
#B7D6EC
(183,214,236)
#BEDAED
(190,218,237)
#C5DEEE
(197,222,238)
#CCE2EF
(204,226,239)
#D3E6F0
(211,230,240)
#DAEAF1
(218,234,241)
#E1EEF2
(225,238,242)
#E8F2F3
(232,242,243)
#EFF6F4
(239,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CEEA; }

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

This text font color is #A9CEEA.


Background Color

.myBgColor { background-color: #A9CEEA; }

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

This div background color is #A9CEEA.


Border color

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

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

This div border color is #A9CEEA.


Opacity

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

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

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

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

This text has shadow with #A9CEEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CEEA on black background.


Color preview on white background

This text has color #A9CEEA on white background.



Black color preview on #A9CEEA background

This text has black color on #A9CEEA background.


White color preview on #A9CEEA background

This text has white color on #A9CEEA background.