COLOR #A9DCE4

HEX: #A9DCE4 RGB: (169,220,228)

Color info

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

RGB color model

#A9DCE4 color RGB value is (169,220,228).

RGB: (169,220,228) (66%, 86%, 89%)

RGB channels and saturation

R 169 of 255 = 66%
G 220 of 255 = 86%
B 228 of 255 = 89%

169
220
228

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

Portions of RGB colors in percentages

R + G + B = 169 + 220 + 228 = 617 (100%)
R 169 of 617 ~ 27.39%
G 220 of 617 ~ 35.66%
B 228 of 617 ~ 36.95'%

%27.39
%35.66
%36.95

CMYK color model

#A9DCE4 color CMYK value is (26,4,0,11).

  • cyan value is 25.88%
  • magenta value is 3.51%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (26,4,0,11)
C26M4Y0K11 (26%, 4%, 0%, 11%)
(0.26 / 0.04 / 0.00 / 0.11)

CMYK percentages

%25.88
%3.51
%0
%10.59

Codes

Color #A9DCE4 in popluar color models

A9 DC E4
RGB 169 220 228
HSL 188° 52.21% 77.84%
HSB/HSV 188° 25.88% 89.41%
CMYK 25.88% 3.51% 0.00%
10.59%

Color #A9DCE4 in popluar number systems.

HEX A9 DC E4
Decimal 169 220 228
Binary 10101001 11011100 11100100
Octal 251 334 344

Shades and tints

Shades of #A9DCE4

#A9DCE4
(169,220,228)
#9AC8D0
(154,200,208)
#8BB4BC
(139,180,188)
#7CA0A8
(124,160,168)
#6D8C94
(109,140,148)
#5E7880
(94,120,128)
#4F646C
(79,100,108)
#405058
(64,80,88)
#313C44
(49,60,68)
#222830
(34,40,48)
#13141C
(19,20,28)
#000000
(0,0,0)

Tints of #A9DCE4

#A9DCE4
(169,220,228)
#B0DFE6
(176,223,230)
#B7E2E8
(183,226,232)
#BEE5EA
(190,229,234)
#C5E8EC
(197,232,236)
#CCEBEE
(204,235,238)
#D3EEF0
(211,238,240)
#DAF1F2
(218,241,242)
#E1F4F4
(225,244,244)
#E8F7F6
(232,247,246)
#EFFAF8
(239,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9DCE4; }

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

This text font color is #A9DCE4.

Background Color

.myBgColor { background-color: #A9DCE4; }

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

This div background color is #A9DCE4.

Border color

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

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

This div border color is #A9DCE4.

Opacity

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

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

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

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

This text has shadow with #A9DCE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9DCE4.

Preview

Color preview on black background

This text has color #A9DCE4 on black background.


Color preview on white background

This text has color #A9DCE4 on white background.


Black color preview on #A9DCE4 background

This text has black color on #A9DCE4 background.


White color preview on #A9DCE4 background

This text has white color on #A9DCE4 background.


Related colors

Complementary color

Complementary color for #hex is #56231B.


I love getcolorcode.com

Triadic colors

1 #E4A9DC and #DCE4A9 with #A9DCE4 are triadic colors.

2 #E4DCA9 and #DCA9E4 with #A9DCE4 are triadic colors.