COLOR #A9CEE4

HEX: #A9CEE4
RGB: (169,206,228)

Color info

#A9CEE4 contains red, green and blue colors in about the same proportion. Web safe color of #A9CEE4 is #99CCCC (or #9CC).

RGB color model

#A9CEE4 color RGB value is (169,206,228).

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

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 228 of 255 = 89%

169
206
228

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

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 228 = 603 (100%)
R 169 of 603 ~ 28.03%
G 206 of 603 ~ 34.16%
B 228 of 603 ~ 37.81%

%28.03
%34.16
%37.81

CMYK color model

#A9CEE4 color CMYK value is (26,10,0,11).

  • cyan value is 25.88%
  • magenta value is 9.65%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(26,10,0,11)
C26M10Y0K11 
(26%,10%,0%,11%)
(0.26/0.10/0.00/0.11)	

CMYK percentages

%25.88
%9.65
%0
%10.59

Codes

Color #A9CEE4 in popluar color models

A9CEE4
RGB169206228
HSL202°52.21%77.84%
HSB/HSV202°25.88%89.41%
CMYK25.88%9.65%0.00%
10.59%

Color #A9CEE4 in popluar number systems.

HEXA9CEE4
Decimal169206228
Binary101010011100111011100100
Octal251316344

Shades and tints

Shades of #A9CEE4

#A9CEE4
(169,206,228)
#9ABCD0
(154,188,208)
#8BAABC
(139,170,188)
#7C98A8
(124,152,168)
#6D8694
(109,134,148)
#5E7480
(94,116,128)
#4F626C
(79,98,108)
#405058
(64,80,88)
#313E44
(49,62,68)
#222C30
(34,44,48)
#131A1C
(19,26,28)
#000000
(0,0,0)

Tints of #A9CEE4

#A9CEE4
(169,206,228)
#B0D2E6
(176,210,230)
#B7D6E8
(183,214,232)
#BEDAEA
(190,218,234)
#C5DEEC
(197,222,236)
#CCE2EE
(204,226,238)
#D3E6F0
(211,230,240)
#DAEAF2
(218,234,242)
#E1EEF4
(225,238,244)
#E8F2F6
(232,242,246)
#EFF6F8
(239,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CEE4; }

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

This text font color is #A9CEE4.


Background Color

.myBgColor { background-color: #A9CEE4; }

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

This div background color is #A9CEE4.


Border color

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

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

This div border color is #A9CEE4.


Opacity

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

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

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

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

This text has shadow with #A9CEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CEE4 on black background.


Color preview on white background

This text has color #A9CEE4 on white background.



Black color preview on #A9CEE4 background

This text has black color on #A9CEE4 background.


White color preview on #A9CEE4 background

This text has white color on #A9CEE4 background.