COLOR #A9D2B1

HEX: #A9D2B1
RGB: (169,210,177)

Color info

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

RGB color model

#A9D2B1 color RGB value is (169,210,177).

  • red value is 169;
  • green value is 210;
  • blue value is 177.
RGB:
(169,210,177)
(66%,82%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 210 of 255 = 82%
B 177 of 255 = 69%

169
210
177

R + G + B ~ 72%. #A9D2B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
169 + 210 + 177 = 556 (100%)
R 169 of 556 ~ 30.4%
G 210 of 556 ~ 37.77%
B 177 of 556 ~ 31.83%

%30.4
%37.77
%31.83

CMYK color model

#A9D2B1 color CMYK value is (20,0,16,18).

  • cyan value is 19.52%
  • magenta value is 0.00%
  • yellow value is 15.71%
  • key color value is 17.65%
CMYK:
(20,0,16,18)
C20M0Y16K18 
(20%,0%,16%,18%)
(0.20/0.00/0.16/0.18)	

CMYK percentages

%19.52
%0
%15.71
%17.65

Codes

Color #A9D2B1 in popluar color models

A9D2B1
RGB169210177
HSL132°31.30%74.31%
HSB/HSV132°19.52%82.35%
CMYK19.52%0.00%15.71%
17.65%

Color #A9D2B1 in popluar number systems.

HEXA9D2B1
Decimal169210177
Binary101010011101001010110001
Octal251322261

Shades and tints

Shades of #A9D2B1

#A9D2B1
(169,210,177)
#9ABFA1
(154,191,161)
#8BAC91
(139,172,145)
#7C9981
(124,153,129)
#6D8671
(109,134,113)
#5E7361
(94,115,97)
#4F6051
(79,96,81)
#404D41
(64,77,65)
#313A31
(49,58,49)
#222721
(34,39,33)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #A9D2B1

#A9D2B1
(169,210,177)
#B0D6B8
(176,214,184)
#B7DABF
(183,218,191)
#BEDEC6
(190,222,198)
#C5E2CD
(197,226,205)
#CCE6D4
(204,230,212)
#D3EADB
(211,234,219)
#DAEEE2
(218,238,226)
#E1F2E9
(225,242,233)
#E8F6F0
(232,246,240)
#EFFAF7
(239,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D2B1 color. Also use rgb(169,210,177) instead hex code.

Text Font Color

.myTextColor { color: #A9D2B1; }

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

This text font color is #A9D2B1.


Background Color

.myBgColor { background-color: #A9D2B1; }

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

This div background color is #A9D2B1.


Border color

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

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

This div border color is #A9D2B1.


Opacity

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

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

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

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

This text has shadow with #A9D2B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A9D2B1 on black background.


Color preview on white background

This text has color #A9D2B1 on white background.



Black color preview on #A9D2B1 background

This text has black color on #A9D2B1 background.


White color preview on #A9D2B1 background

This text has white color on #A9D2B1 background.