COLOR #A9CECD

HEX: #A9CECD RGB: (169,206,205)

Color info

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

RGB color model

#A9CECD color RGB value is (169,206,205).

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

RGB channels and saturation

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

169
206
205

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

Portions of RGB colors in percentages

R + G + B = 169 + 206 + 205 = 580 (100%)
R 169 of 580 ~ 29.14%
G 206 of 580 ~ 35.52%
B 205 of 580 ~ 35.34'%

%29.14
%35.52
%35.34

CMYK color model

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

  • cyan value is 17.96%
  • magenta value is 0.00%
  • yellow value is 0.49%
  • 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.49
%19.22

Codes

Color #A9CECD in popluar color models

A9 CE CD
RGB 169 206 205
HSL 178° 27.41% 73.53%
HSB/HSV 178° 17.96% 80.78%
CMYK 17.96% 0.00% 0.49%
19.22%

Color #A9CECD in popluar number systems.

HEX A9 CE CD
Decimal 169 206 205
Binary 10101001 11001110 11001101
Octal 251 316 315

Shades and tints

Shades of #A9CECD

#A9CECD
(169,206,205)
#9ABCBB
(154,188,187)
#8BAAA9
(139,170,169)
#7C9897
(124,152,151)
#6D8685
(109,134,133)
#5E7473
(94,116,115)
#4F6261
(79,98,97)
#40504F
(64,80,79)
#313E3D
(49,62,61)
#222C2B
(34,44,43)
#131A19
(19,26,25)
#000000
(0,0,0)

Tints of #A9CECD

#A9CECD
(169,206,205)
#B0D2D1
(176,210,209)
#B7D6D5
(183,214,213)
#BEDAD9
(190,218,217)
#C5DEDD
(197,222,221)
#CCE2E1
(204,226,225)
#D3E6E5
(211,230,229)
#DAEAE9
(218,234,233)
#E1EEED
(225,238,237)
#E8F2F1
(232,242,241)
#EFF6F5
(239,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CECD; }

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

This text font color is #A9CECD.

Background Color

.myBgColor { background-color: #A9CECD; }

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

This div background color is #A9CECD.

Border color

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

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

This div border color is #A9CECD.

Opacity

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

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

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

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

This text has shadow with #A9CECD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9CECD.

Preview

Color preview on black background

This text has color #A9CECD on black background.


Color preview on white background

This text has color #A9CECD on white background.


Black color preview on #A9CECD background

This text has black color on #A9CECD background.


White color preview on #A9CECD background

This text has white color on #A9CECD background.


Related colors

Complementary color

Complementary color for #hex is #563132.


I love getcolorcode.com

Triadic colors

1 #CDA9CE and #CECDA9 with #A9CECD are triadic colors.

2 #CDCEA9 and #CEA9CD with #A9CECD are triadic colors.