COLOR #A9CECE

HEX: #A9CECE RGB: (169,206,206)

Color info

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

RGB color model

#A9CECE color RGB value is (169,206,206).

RGB: (169,206,206) (66%, 81%, 81%)

RGB channels and saturation

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

169
206
206

R + G + B ~ 76%. #A9CECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 169 + 206 + 206 = 581 (100%)
R 169 of 581 ~ 29.09%
G 206 of 581 ~ 35.46%
B 206 of 581 ~ 35.46'%

%29.09
%35.46
%35.46

CMYK color model

#A9CECE color CMYK value is (18,0,0,19).

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (18,0,0,19) C18M0Y0K19 (18%,0%,0%,19%) (0.18/0.00/0.00/0.19) 

CMYK percentages

%17.96
%0
%0
%19.22

Codes

Color #A9CECE in popluar color models

A9 CE CE
RGB 169 206 206
HSL 180° 27.41% 73.53%
HSB/HSV 180° 17.96% 80.78%
CMYK 17.96% 0.00% 0.00%
19.22%

Color #A9CECE in popluar number systems.

HEX A9 CE CE
Decimal 169 206 206
Binary 10101001 11001110 11001110
Octal 251 316 316

Shades and tints

Shades of #A9CECE

#A9CECE
(169,206,206)
#9ABCBC
(154,188,188)
#8BAAAA
(139,170,170)
#7C9898
(124,152,152)
#6D8686
(109,134,134)
#5E7474
(94,116,116)
#4F6262
(79,98,98)
#405050
(64,80,80)
#313E3E
(49,62,62)
#222C2C
(34,44,44)
#131A1A
(19,26,26)
#000000
(0,0,0)

Tints of #A9CECE

#A9CECE
(169,206,206)
#B0D2D2
(176,210,210)
#B7D6D6
(183,214,214)
#BEDADA
(190,218,218)
#C5DEDE
(197,222,222)
#CCE2E2
(204,226,226)
#D3E6E6
(211,230,230)
#DAEAEA
(218,234,234)
#E1EEEE
(225,238,238)
#E8F2F2
(232,242,242)
#EFF6F6
(239,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CECE; }

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

This text font color is #A9CECE.

Background Color

.myBgColor { background-color: #A9CECE; }

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

This div background color is #A9CECE.

Border color

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

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

This div border color is #A9CECE.

Opacity

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

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

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

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

This text has shadow with #A9CECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CECE.

Preview

Color preview on black background

This text has color #A9CECE on black background.


Color preview on white background

This text has color #A9CECE on white background.


Black color preview on #A9CECE background

This text has black color on #A9CECE background.


White color preview on #A9CECE background

This text has white color on #A9CECE background.


Related colors

Complementary color

Complementary color for #hex is #563131.


I love getcolorcode.com