COLOR #A9D5C0

HEX: #A9D5C0
RGB: (169,213,192)

Color info

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

RGB color model

#A9D5C0 color RGB value is (169,213,192).

  • red value is 169;
  • green value is 213;
  • blue value is 192.
RGB:
(169,213,192)
(66%,84%,75%)

RGB channels and saturation

R 169 of 255 = 66%
G 213 of 255 = 84%
B 192 of 255 = 75%

169
213
192

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

Portions of RGB colors in percentages

R + G + B =
169 + 213 + 192 = 574 (100%)
R 169 of 574 ~ 29.44%
G 213 of 574 ~ 37.11%
B 192 of 574 ~ 33.45%

%29.44
%37.11
%33.45

CMYK color model

#A9D5C0 color CMYK value is (21,0,10,16).

  • cyan value is 20.66%
  • magenta value is 0.00%
  • yellow value is 9.86%
  • key color value is 16.47%
CMYK:
(21,0,10,16)
C21M0Y10K16 
(21%,0%,10%,16%)
(0.21/0.00/0.10/0.16)	

CMYK percentages

%20.66
%0
%9.86
%16.47

Codes

Color #A9D5C0 in popluar color models

A9D5C0
RGB169213192
HSL151°34.38%74.90%
HSB/HSV151°20.66%83.53%
CMYK20.66%0.00%9.86%
16.47%

Color #A9D5C0 in popluar number systems.

HEXA9D5C0
Decimal169213192
Binary101010011101010111000000
Octal251325300

Shades and tints

Shades of #A9D5C0

#A9D5C0
(169,213,192)
#9AC2AF
(154,194,175)
#8BAF9E
(139,175,158)
#7C9C8D
(124,156,141)
#6D897C
(109,137,124)
#5E766B
(94,118,107)
#4F635A
(79,99,90)
#405049
(64,80,73)
#313D38
(49,61,56)
#222A27
(34,42,39)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #A9D5C0

#A9D5C0
(169,213,192)
#B0D8C5
(176,216,197)
#B7DBCA
(183,219,202)
#BEDECF
(190,222,207)
#C5E1D4
(197,225,212)
#CCE4D9
(204,228,217)
#D3E7DE
(211,231,222)
#DAEAE3
(218,234,227)
#E1EDE8
(225,237,232)
#E8F0ED
(232,240,237)
#EFF3F2
(239,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A9D5C0; }

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

This text font color is #A9D5C0.


Background Color

.myBgColor { background-color: #A9D5C0; }

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

This div background color is #A9D5C0.


Border color

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

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

This div border color is #A9D5C0.


Opacity

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

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

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

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

This text has shadow with #A9D5C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D5C0 on black background.


Color preview on white background

This text has color #A9D5C0 on white background.



Black color preview on #A9D5C0 background

This text has black color on #A9D5C0 background.


White color preview on #A9D5C0 background

This text has white color on #A9D5C0 background.