COLOR #A9C8CB

HEX: #A9C8CB
RGB: (169,200,203)

Color info

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

RGB color model

#A9C8CB color RGB value is (169,200,203).

  • red value is 169;
  • green value is 200;
  • blue value is 203.
RGB:
(169,200,203)
(66%,78%,80%)

RGB channels and saturation

R 169 of 255 = 66%
G 200 of 255 = 78%
B 203 of 255 = 80%

169
200
203

R + G + B ~ 75%. #A9C8CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 200 + 203 = 572 (100%)
R 169 of 572 ~ 29.55%
G 200 of 572 ~ 34.97%
B 203 of 572 ~ 35.49%

%29.55
%34.97
%35.49

CMYK color model

#A9C8CB color CMYK value is (17,1,0,20).

  • cyan value is 16.75%
  • magenta value is 1.48%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,1,0,20)
C17M1Y0K20 
(17%,1%,0%,20%)
(0.17/0.01/0.00/0.20)	

CMYK percentages

%16.75
%1.48
%0
%20.39

Codes

Color #A9C8CB in popluar color models

A9C8CB
RGB169200203
HSL185°24.64%72.94%
HSB/HSV185°16.75%79.61%
CMYK16.75%1.48%0.00%
20.39%

Color #A9C8CB in popluar number systems.

HEXA9C8CB
Decimal169200203
Binary101010011100100011001011
Octal251310313

Shades and tints

Shades of #A9C8CB

#A9C8CB
(169,200,203)
#9AB6B9
(154,182,185)
#8BA4A7
(139,164,167)
#7C9295
(124,146,149)
#6D8083
(109,128,131)
#5E6E71
(94,110,113)
#4F5C5F
(79,92,95)
#404A4D
(64,74,77)
#31383B
(49,56,59)
#222629
(34,38,41)
#131417
(19,20,23)
#000000
(0,0,0)

Tints of #A9C8CB

#A9C8CB
(169,200,203)
#B0CDCF
(176,205,207)
#B7D2D3
(183,210,211)
#BED7D7
(190,215,215)
#C5DCDB
(197,220,219)
#CCE1DF
(204,225,223)
#D3E6E3
(211,230,227)
#DAEBE7
(218,235,231)
#E1F0EB
(225,240,235)
#E8F5EF
(232,245,239)
#EFFAF3
(239,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9C8CB; }

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

This text font color is #A9C8CB.


Background Color

.myBgColor { background-color: #A9C8CB; }

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

This div background color is #A9C8CB.


Border color

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

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

This div border color is #A9C8CB.


Opacity

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

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

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

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

This text has shadow with #A9C8CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9C8CB on black background.


Color preview on white background

This text has color #A9C8CB on white background.



Black color preview on #A9C8CB background

This text has black color on #A9C8CB background.


White color preview on #A9C8CB background

This text has white color on #A9C8CB background.