COLOR #A9D9BD

HEX: #A9D9BD RGB: (169,217,189)

Color info

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

RGB color model

#A9D9BD color RGB value is (169,217,189).

RGB: (169,217,189) (66%, 85%, 74%)

RGB channels and saturation

R 169 of 255 = 66%
G 217 of 255 = 85%
B 189 of 255 = 74%

169
217
189

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

Portions of RGB colors in percentages

R + G + B = 169 + 217 + 189 = 575 (100%)
R 169 of 575 ~ 29.39%
G 217 of 575 ~ 37.74%
B 189 of 575 ~ 32.87'%

%29.39
%37.74
%32.87

CMYK color model

#A9D9BD color CMYK value is (22,0,13,15).

  • cyan value is 22.12%
  • magenta value is 0.00%
  • yellow value is 12.90%
  • key color value is 14.90%
CMYK: (22,0,13,15) C22M0Y13K15 (22%,0%,13%,15%) (0.22/0.00/0.13/0.15) 

CMYK percentages

%22.12
%0
%12.9
%14.9

Codes

Color #A9D9BD in popluar color models

A9 D9 BD
RGB 169 217 189
HSL 145° 38.71% 75.69%
HSB/HSV 145° 22.12% 85.10%
CMYK 22.12% 0.00% 12.90%
14.90%

Color #A9D9BD in popluar number systems.

HEX A9 D9 BD
Decimal 169 217 189
Binary 10101001 11011001 10111101
Octal 251 331 275

Shades and tints

Shades of #A9D9BD

#A9D9BD
(169,217,189)
#9AC6AC
(154,198,172)
#8BB39B
(139,179,155)
#7CA08A
(124,160,138)
#6D8D79
(109,141,121)
#5E7A68
(94,122,104)
#4F6757
(79,103,87)
#405446
(64,84,70)
#314135
(49,65,53)
#222E24
(34,46,36)
#131B13
(19,27,19)
#000000
(0,0,0)

Tints of #A9D9BD

#A9D9BD
(169,217,189)
#B0DCC3
(176,220,195)
#B7DFC9
(183,223,201)
#BEE2CF
(190,226,207)
#C5E5D5
(197,229,213)
#CCE8DB
(204,232,219)
#D3EBE1
(211,235,225)
#DAEEE7
(218,238,231)
#E1F1ED
(225,241,237)
#E8F4F3
(232,244,243)
#EFF7F9
(239,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A9D9BD color. Also use rgb(169,217,189) instead hex code.

Text Font Color

.myTextColor { color: #A9D9BD; }

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

This text font color is #A9D9BD.

Background Color

.myBgColor { background-color: #A9D9BD; }

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

This div background color is #A9D9BD.

Border color

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

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

This div border color is #A9D9BD.

Opacity

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

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

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

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

This text has shadow with #A9D9BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A9D9BD.

Preview

Color preview on black background

This text has color #A9D9BD on black background.


Color preview on white background

This text has color #A9D9BD on white background.


Black color preview on #A9D9BD background

This text has black color on #A9D9BD background.


White color preview on #A9D9BD background

This text has white color on #A9D9BD background.


Related colors

Complementary color

Complementary color for #hex is #562642.


I love getcolorcode.com

Triadic colors

1 #BDA9D9 and #D9BDA9 with #A9D9BD are triadic colors.

2 #BDD9A9 and #D9A9BD with #A9D9BD are triadic colors.