COLOR #A9D0CF

HEX: #A9D0CF
RGB: (169,208,207)

Color info

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

RGB color model

#A9D0CF color RGB value is (169,208,207).

  • red value is 169;
  • green value is 208;
  • blue value is 207.
RGB:
(169,208,207)
(66%,82%,81%)

RGB channels and saturation

R 169 of 255 = 66%
G 208 of 255 = 82%
B 207 of 255 = 81%

169
208
207

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

Portions of RGB colors in percentages

R + G + B =
169 + 208 + 207 = 584 (100%)
R 169 of 584 ~ 28.94%
G 208 of 584 ~ 35.62%
B 207 of 584 ~ 35.45%

%28.94
%35.62
%35.45

CMYK color model

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

  • cyan value is 18.75%
  • magenta value is 0.00%
  • yellow value is 0.48%
  • key color value is 18.43%
CMYK:
(19,0,0,18)
C19M0Y0K18 
(19%,0%,0%,18%)
(0.19/0.00/0.00/0.18)	

CMYK percentages

%18.75
%0
%0.48
%18.43

Codes

Color #A9D0CF in popluar color models

A9D0CF
RGB169208207
HSL178°29.32%73.92%
HSB/HSV178°18.75%81.57%
CMYK18.75%0.00%0.48%
18.43%

Color #A9D0CF in popluar number systems.

HEXA9D0CF
Decimal169208207
Binary101010011101000011001111
Octal251320317

Shades and tints

Shades of #A9D0CF

#A9D0CF
(169,208,207)
#9ABEBD
(154,190,189)
#8BACAB
(139,172,171)
#7C9A99
(124,154,153)
#6D8887
(109,136,135)
#5E7675
(94,118,117)
#4F6463
(79,100,99)
#405251
(64,82,81)
#31403F
(49,64,63)
#222E2D
(34,46,45)
#131C1B
(19,28,27)
#000000
(0,0,0)

Tints of #A9D0CF

#A9D0CF
(169,208,207)
#B0D4D3
(176,212,211)
#B7D8D7
(183,216,215)
#BEDCDB
(190,220,219)
#C5E0DF
(197,224,223)
#CCE4E3
(204,228,227)
#D3E8E7
(211,232,231)
#DAECEB
(218,236,235)
#E1F0EF
(225,240,239)
#E8F4F3
(232,244,243)
#EFF8F7
(239,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D0CF; }

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

This text font color is #A9D0CF.


Background Color

.myBgColor { background-color: #A9D0CF; }

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

This div background color is #A9D0CF.


Border color

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

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

This div border color is #A9D0CF.


Opacity

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

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

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

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

This text has shadow with #A9D0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D0CF on black background.


Color preview on white background

This text has color #A9D0CF on white background.



Black color preview on #A9D0CF background

This text has black color on #A9D0CF background.


White color preview on #A9D0CF background

This text has white color on #A9D0CF background.