COLOR #A9CDBB

HEX: #A9CDBB
RGB: (169,205,187)

Color info

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

RGB color model

#A9CDBB color RGB value is (169,205,187).

  • red value is 169;
  • green value is 205;
  • blue value is 187.
RGB:
(169,205,187)
(66%,80%,73%)

RGB channels and saturation

R 169 of 255 = 66%
G 205 of 255 = 80%
B 187 of 255 = 73%

169
205
187

R + G + B ~ 73%. #A9CDBB is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 205 + 187 = 561 (100%)
R 169 of 561 ~ 30.12%
G 205 of 561 ~ 36.54%
B 187 of 561 ~ 33.33%

%30.12
%36.54
%33.33

CMYK color model

#A9CDBB color CMYK value is (18,0,9,20).

  • cyan value is 17.56%
  • magenta value is 0.00%
  • yellow value is 8.78%
  • key color value is 19.61%
CMYK:
(18,0,9,20)
C18M0Y9K20 
(18%,0%,9%,20%)
(0.18/0.00/0.09/0.20)	

CMYK percentages

%17.56
%0
%8.78
%19.61

Codes

Color #A9CDBB in popluar color models

A9CDBB
RGB169205187
HSL150°26.47%73.33%
HSB/HSV150°17.56%80.39%
CMYK17.56%0.00%8.78%
19.61%

Color #A9CDBB in popluar number systems.

HEXA9CDBB
Decimal169205187
Binary101010011100110110111011
Octal251315273

Shades and tints

Shades of #A9CDBB

#A9CDBB
(169,205,187)
#9ABBAA
(154,187,170)
#8BA999
(139,169,153)
#7C9788
(124,151,136)
#6D8577
(109,133,119)
#5E7366
(94,115,102)
#4F6155
(79,97,85)
#404F44
(64,79,68)
#313D33
(49,61,51)
#222B22
(34,43,34)
#131911
(19,25,17)
#000000
(0,0,0)

Tints of #A9CDBB

#A9CDBB
(169,205,187)
#B0D1C1
(176,209,193)
#B7D5C7
(183,213,199)
#BED9CD
(190,217,205)
#C5DDD3
(197,221,211)
#CCE1D9
(204,225,217)
#D3E5DF
(211,229,223)
#DAE9E5
(218,233,229)
#E1EDEB
(225,237,235)
#E8F1F1
(232,241,241)
#EFF5F7
(239,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9CDBB; }

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

This text font color is #A9CDBB.


Background Color

.myBgColor { background-color: #A9CDBB; }

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

This div background color is #A9CDBB.


Border color

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

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

This div border color is #A9CDBB.


Opacity

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

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

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

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

This text has shadow with #A9CDBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9CDBB on black background.


Color preview on white background

This text has color #A9CDBB on white background.



Black color preview on #A9CDBB background

This text has black color on #A9CDBB background.


White color preview on #A9CDBB background

This text has white color on #A9CDBB background.