COLOR #A9CED8

HEX: #A9CED8
RGB: (169,206,216)

Color info

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

RGB color model

#A9CED8 color RGB value is (169,206,216).

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

RGB channels and saturation

R 169 of 255 = 66%
G 206 of 255 = 81%
B 216 of 255 = 85%

169
206
216

R + G + B ~ 77%. #A9CED8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 206 + 216 = 591 (100%)
R 169 of 591 ~ 28.6%
G 206 of 591 ~ 34.86%
B 216 of 591 ~ 36.55%

%28.6
%34.86
%36.55

CMYK color model

#A9CED8 color CMYK value is (22,5,0,15).

  • cyan value is 21.76%
  • magenta value is 4.63%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(22,5,0,15)
C22M5Y0K15 
(22%,5%,0%,15%)
(0.22/0.05/0.00/0.15)	

CMYK percentages

%21.76
%4.63
%0
%15.29

Codes

Color #A9CED8 in popluar color models

A9CED8
RGB169206216
HSL193°37.60%75.49%
HSB/HSV193°21.76%84.71%
CMYK21.76%4.63%0.00%
15.29%

Color #A9CED8 in popluar number systems.

HEXA9CED8
Decimal169206216
Binary101010011100111011011000
Octal251316330

Shades and tints

Shades of #A9CED8

#A9CED8
(169,206,216)
#9ABCC5
(154,188,197)
#8BAAB2
(139,170,178)
#7C989F
(124,152,159)
#6D868C
(109,134,140)
#5E7479
(94,116,121)
#4F6266
(79,98,102)
#405053
(64,80,83)
#313E40
(49,62,64)
#222C2D
(34,44,45)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #A9CED8

#A9CED8
(169,206,216)
#B0D2DB
(176,210,219)
#B7D6DE
(183,214,222)
#BEDAE1
(190,218,225)
#C5DEE4
(197,222,228)
#CCE2E7
(204,226,231)
#D3E6EA
(211,230,234)
#DAEAED
(218,234,237)
#E1EEF0
(225,238,240)
#E8F2F3
(232,242,243)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CED8; }

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

This text font color is #A9CED8.


Background Color

.myBgColor { background-color: #A9CED8; }

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

This div background color is #A9CED8.


Border color

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

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

This div border color is #A9CED8.


Opacity

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

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

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

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

This text has shadow with #A9CED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CED8 on black background.


Color preview on white background

This text has color #A9CED8 on white background.



Black color preview on #A9CED8 background

This text has black color on #A9CED8 background.


White color preview on #A9CED8 background

This text has white color on #A9CED8 background.